Skip to content

[ui] add wavy based progress view#40988

Merged
Kudo merged 3 commits intomainfrom
@kudo/ui/compose-wavy-progress
Nov 26, 2025
Merged

[ui] add wavy based progress view#40988
Kudo merged 3 commits intomainfrom
@kudo/ui/compose-wavy-progress

Conversation

@Kudo
Copy link
Copy Markdown
Contributor

@Kudo Kudo commented Nov 13, 2025

Why

close ENG-18029

How

Test Plan

update ncl example:

Screen_recording_20251113_211550.mp4

Checklist

@linear
Copy link
Copy Markdown

linear bot commented Nov 13, 2025

@expo-bot expo-bot added the bot: suggestions ExpoBot has some suggestions label Nov 13, 2025
@expo-bot
Copy link
Copy Markdown
Collaborator

expo-bot commented Nov 13, 2025

The Pull Request introduced fingerprint changes against the base commit: 6972cea

Fingerprint diff
[
  {
    "op": "changed",
    "beforeSource": {
      "type": "dir",
      "filePath": "../../node_modules/@react-native-masked-view/masked-view",
      "reasons": [
        "rncoreAutolinkingAndroid",
        "rncoreAutolinkingIos"
      ],
      "hash": "b7bc27de23ba01de8e9c8a4e566902fd2ba7716e"
    },
    "afterSource": {
      "type": "dir",
      "filePath": "../../node_modules/@react-native-masked-view/masked-view",
      "reasons": [
        "rncoreAutolinkingAndroid",
        "rncoreAutolinkingIos"
      ],
      "hash": "8cdd4a863dcde0be3d195b04b3d90937b7543482"
    }
  },
  {
    "op": "changed",
    "beforeSource": {
      "type": "dir",
      "filePath": "../../packages/expo-ui/android",
      "reasons": [
        "expoAutolinkingAndroid"
      ],
      "hash": "460db4cad2570128bda3948b3ecab04c57f322f7"
    },
    "afterSource": {
      "type": "dir",
      "filePath": "../../packages/expo-ui/android",
      "reasons": [
        "expoAutolinkingAndroid"
      ],
      "hash": "fd1cd5db419d1119732429d623543429b70c2027"
    }
  }
]

Generated by PR labeler 🤖

@expo-bot expo-bot added bot: passed checks ExpoBot has nothing to complain about and removed bot: suggestions ExpoBot has some suggestions labels Nov 13, 2025
LinearProgressIndicator(
color = composeColor,
trackColor = trackColor,
modifier = Modifier.fromExpoModifiers(props.modifiers.value)
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add missing modifiers support for the linear progress view

@Kudo Kudo marked this pull request as ready for review November 13, 2025 14:43
@github-actions
Copy link
Copy Markdown
Contributor

Subscribed to pull request

File Patterns Mentions
packages/expo-ui/** @aleqsio, @behenate, @douglowder

Generated by CodeMention

}
}
ProgressVariant.CIRCULAR_WAVY ->
AutoSizingComposable(shadowNodeProxy) {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

are we planning to use AutoSizingComposable for Compose components, or are we adding matchContents support in the Compose's Host?

@Kudo Kudo force-pushed the @kudo/ui/compose-wavy-progress branch from 2b2b6b4 to 511abfe Compare November 25, 2025 19:27
@Kudo Kudo merged commit ba06520 into main Nov 26, 2025
11 of 12 checks passed
@Kudo Kudo deleted the @kudo/ui/compose-wavy-progress branch November 26, 2025 05:26
@Kudo Kudo added the published Changes from the PR have been published to npm label Dec 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bot: fingerprint changed bot: passed checks ExpoBot has nothing to complain about published Changes from the PR have been published to npm

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants