@expo/ui 56.0.2 → 56.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (100) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/android/build.gradle +2 -2
  3. package/android/src/main/java/expo/modules/ui/ExpoUIModule.kt +6 -0
  4. package/android/src/main/java/expo/modules/ui/MaskView.kt +56 -0
  5. package/build/community/masked-view/MaskedView.android.d.ts +8 -0
  6. package/build/community/masked-view/MaskedView.android.d.ts.map +1 -0
  7. package/build/community/masked-view/MaskedView.d.ts +10 -0
  8. package/build/community/masked-view/MaskedView.d.ts.map +1 -0
  9. package/build/community/masked-view/MaskedView.ios.d.ts +8 -0
  10. package/build/community/masked-view/MaskedView.ios.d.ts.map +1 -0
  11. package/build/community/masked-view/index.d.ts +4 -0
  12. package/build/community/masked-view/index.d.ts.map +1 -0
  13. package/build/community/masked-view/types.d.ts +19 -0
  14. package/build/community/masked-view/types.d.ts.map +1 -0
  15. package/build/community/picker/Picker.android.d.ts +10 -2
  16. package/build/community/picker/Picker.android.d.ts.map +1 -1
  17. package/build/community/picker/Picker.d.ts +10 -2
  18. package/build/community/picker/Picker.d.ts.map +1 -1
  19. package/build/community/picker/Picker.ios.d.ts +10 -2
  20. package/build/community/picker/Picker.ios.d.ts.map +1 -1
  21. package/build/community/picker/types.d.ts +12 -10
  22. package/build/community/picker/types.d.ts.map +1 -1
  23. package/build/jetpack-compose/modifiers/index.d.ts +1 -1
  24. package/build/universal/Button/index.d.ts.map +1 -1
  25. package/build/universal/Checkbox/index.d.ts.map +1 -1
  26. package/build/universal/Column/index.d.ts.map +1 -1
  27. package/build/universal/FieldGroup/FieldGroup.d.ts.map +1 -1
  28. package/build/universal/FieldGroup/FieldSection.d.ts.map +1 -1
  29. package/build/universal/Row/index.d.ts.map +1 -1
  30. package/build/universal/ScrollView/index.d.ts.map +1 -1
  31. package/build/universal/Slider/index.d.ts.map +1 -1
  32. package/build/universal/Spacer/index.d.ts.map +1 -1
  33. package/build/universal/Switch/index.d.ts.map +1 -1
  34. package/build/universal/Text/index.d.ts.map +1 -1
  35. package/expo-module.config.json +1 -1
  36. package/local-maven-repo/expo/modules/ui/expo.modules.ui/{56.0.2/expo.modules.ui-56.0.2-sources.jar → 56.0.4/expo.modules.ui-56.0.4-sources.jar} +0 -0
  37. package/local-maven-repo/expo/modules/ui/expo.modules.ui/56.0.4/expo.modules.ui-56.0.4-sources.jar.md5 +1 -0
  38. package/local-maven-repo/expo/modules/ui/expo.modules.ui/56.0.4/expo.modules.ui-56.0.4-sources.jar.sha1 +1 -0
  39. package/local-maven-repo/expo/modules/ui/expo.modules.ui/56.0.4/expo.modules.ui-56.0.4-sources.jar.sha256 +1 -0
  40. package/local-maven-repo/expo/modules/ui/expo.modules.ui/56.0.4/expo.modules.ui-56.0.4-sources.jar.sha512 +1 -0
  41. package/local-maven-repo/expo/modules/ui/expo.modules.ui/56.0.4/expo.modules.ui-56.0.4.aar +0 -0
  42. package/local-maven-repo/expo/modules/ui/expo.modules.ui/56.0.4/expo.modules.ui-56.0.4.aar.md5 +1 -0
  43. package/local-maven-repo/expo/modules/ui/expo.modules.ui/56.0.4/expo.modules.ui-56.0.4.aar.sha1 +1 -0
  44. package/local-maven-repo/expo/modules/ui/expo.modules.ui/56.0.4/expo.modules.ui-56.0.4.aar.sha256 +1 -0
  45. package/local-maven-repo/expo/modules/ui/expo.modules.ui/56.0.4/expo.modules.ui-56.0.4.aar.sha512 +1 -0
  46. package/local-maven-repo/expo/modules/ui/expo.modules.ui/{56.0.2/expo.modules.ui-56.0.2.module → 56.0.4/expo.modules.ui-56.0.4.module} +23 -23
  47. package/local-maven-repo/expo/modules/ui/expo.modules.ui/56.0.4/expo.modules.ui-56.0.4.module.md5 +1 -0
  48. package/local-maven-repo/expo/modules/ui/expo.modules.ui/56.0.4/expo.modules.ui-56.0.4.module.sha1 +1 -0
  49. package/local-maven-repo/expo/modules/ui/expo.modules.ui/56.0.4/expo.modules.ui-56.0.4.module.sha256 +1 -0
  50. package/local-maven-repo/expo/modules/ui/expo.modules.ui/56.0.4/expo.modules.ui-56.0.4.module.sha512 +1 -0
  51. package/local-maven-repo/expo/modules/ui/expo.modules.ui/{56.0.2/expo.modules.ui-56.0.2.pom → 56.0.4/expo.modules.ui-56.0.4.pom} +2 -2
  52. package/local-maven-repo/expo/modules/ui/expo.modules.ui/56.0.4/expo.modules.ui-56.0.4.pom.md5 +1 -0
  53. package/local-maven-repo/expo/modules/ui/expo.modules.ui/56.0.4/expo.modules.ui-56.0.4.pom.sha1 +1 -0
  54. package/local-maven-repo/expo/modules/ui/expo.modules.ui/56.0.4/expo.modules.ui-56.0.4.pom.sha256 +1 -0
  55. package/local-maven-repo/expo/modules/ui/expo.modules.ui/56.0.4/expo.modules.ui-56.0.4.pom.sha512 +1 -0
  56. package/local-maven-repo/expo/modules/ui/expo.modules.ui/maven-metadata.xml +4 -4
  57. package/local-maven-repo/expo/modules/ui/expo.modules.ui/maven-metadata.xml.md5 +1 -1
  58. package/local-maven-repo/expo/modules/ui/expo.modules.ui/maven-metadata.xml.sha1 +1 -1
  59. package/local-maven-repo/expo/modules/ui/expo.modules.ui/maven-metadata.xml.sha256 +1 -1
  60. package/local-maven-repo/expo/modules/ui/expo.modules.ui/maven-metadata.xml.sha512 +1 -1
  61. package/package.json +8 -4
  62. package/src/community/masked-view/MaskedView.android.tsx +40 -0
  63. package/src/community/masked-view/MaskedView.ios.tsx +32 -0
  64. package/src/community/masked-view/MaskedView.tsx +34 -0
  65. package/src/community/masked-view/index.tsx +3 -0
  66. package/src/community/masked-view/types.ts +19 -0
  67. package/src/community/picker/Picker.android.tsx +12 -5
  68. package/src/community/picker/Picker.ios.tsx +9 -6
  69. package/src/community/picker/Picker.tsx +3 -4
  70. package/src/community/picker/types.tsx +24 -18
  71. package/src/jetpack-compose/modifiers/index.ts +1 -1
  72. package/src/ts-declarations/react-native-web.d.ts +112 -0
  73. package/src/universal/Button/index.tsx +37 -50
  74. package/src/universal/Checkbox/index.tsx +31 -18
  75. package/src/universal/Column/index.tsx +29 -18
  76. package/src/universal/FieldGroup/FieldGroup.tsx +24 -28
  77. package/src/universal/FieldGroup/FieldSection.tsx +62 -80
  78. package/src/universal/Row/index.tsx +37 -24
  79. package/src/universal/ScrollView/index.tsx +26 -15
  80. package/src/universal/Slider/index.tsx +21 -16
  81. package/src/universal/Spacer/index.tsx +18 -10
  82. package/src/universal/Switch/index.tsx +15 -10
  83. package/src/universal/Text/index.tsx +18 -37
  84. package/local-maven-repo/expo/modules/ui/expo.modules.ui/56.0.2/expo.modules.ui-56.0.2-sources.jar.md5 +0 -1
  85. package/local-maven-repo/expo/modules/ui/expo.modules.ui/56.0.2/expo.modules.ui-56.0.2-sources.jar.sha1 +0 -1
  86. package/local-maven-repo/expo/modules/ui/expo.modules.ui/56.0.2/expo.modules.ui-56.0.2-sources.jar.sha256 +0 -1
  87. package/local-maven-repo/expo/modules/ui/expo.modules.ui/56.0.2/expo.modules.ui-56.0.2-sources.jar.sha512 +0 -1
  88. package/local-maven-repo/expo/modules/ui/expo.modules.ui/56.0.2/expo.modules.ui-56.0.2.aar +0 -0
  89. package/local-maven-repo/expo/modules/ui/expo.modules.ui/56.0.2/expo.modules.ui-56.0.2.aar.md5 +0 -1
  90. package/local-maven-repo/expo/modules/ui/expo.modules.ui/56.0.2/expo.modules.ui-56.0.2.aar.sha1 +0 -1
  91. package/local-maven-repo/expo/modules/ui/expo.modules.ui/56.0.2/expo.modules.ui-56.0.2.aar.sha256 +0 -1
  92. package/local-maven-repo/expo/modules/ui/expo.modules.ui/56.0.2/expo.modules.ui-56.0.2.aar.sha512 +0 -1
  93. package/local-maven-repo/expo/modules/ui/expo.modules.ui/56.0.2/expo.modules.ui-56.0.2.module.md5 +0 -1
  94. package/local-maven-repo/expo/modules/ui/expo.modules.ui/56.0.2/expo.modules.ui-56.0.2.module.sha1 +0 -1
  95. package/local-maven-repo/expo/modules/ui/expo.modules.ui/56.0.2/expo.modules.ui-56.0.2.module.sha256 +0 -1
  96. package/local-maven-repo/expo/modules/ui/expo.modules.ui/56.0.2/expo.modules.ui-56.0.2.module.sha512 +0 -1
  97. package/local-maven-repo/expo/modules/ui/expo.modules.ui/56.0.2/expo.modules.ui-56.0.2.pom.md5 +0 -1
  98. package/local-maven-repo/expo/modules/ui/expo.modules.ui/56.0.2/expo.modules.ui-56.0.2.pom.sha1 +0 -1
  99. package/local-maven-repo/expo/modules/ui/expo.modules.ui/56.0.2/expo.modules.ui-56.0.2.pom.sha256 +0 -1
  100. package/local-maven-repo/expo/modules/ui/expo.modules.ui/56.0.2/expo.modules.ui-56.0.2.pom.sha512 +0 -1
package/CHANGELOG.md CHANGED
@@ -10,6 +10,16 @@
10
10
 
11
11
  ### 💡 Others
12
12
 
13
+ ## 56.0.4 — 2026-05-08
14
+
15
+ ### 💡 Others
16
+
17
+ - [universal] Refactored web components to use `StyleSheet.create` instead of inline styles, added `react-native-web` type declarations, and tightened prop handling. ([#45485](https://github.com/expo/expo/pull/45485) by [@zoontek](https://github.com/zoontek))
18
+
19
+ ## 56.0.3 — 2026-05-07
20
+
21
+ _This version does not introduce any user-facing changes._
22
+
13
23
  ## 56.0.2 — 2026-05-06
14
24
 
15
25
  ### 🐛 Bug fixes
@@ -39,6 +49,7 @@ _This version does not introduce any user-facing changes._
39
49
  - [android] Add `colors` prop to `HorizontalFloatingToolbar` to override the variant's default toolbar and FAB container/content colors. ([#45244](https://github.com/expo/expo/pull/45244) by [@Ubax](https://github.com/Ubax))
40
50
  - [android] Added `HorizontalPager` component wrapping Compose's `HorizontalPager`. ([#45163](https://github.com/expo/expo/pull/45163) by [@vonovak](https://github.com/vonovak))
41
51
  - [compose] Added worklet and `ObservableState` support to `TextField`. Added `value` prop accepting `ObservableState<string | TextFieldValue>` (create via `useNativeState`). `onValueChange` now supports worklets for synchronous UI-thread updates. Added `TextFieldValue` type with `text` + `selection` for worklet-driven caret control. Replaced `defaultValue`, callers pass state via `useNativeState` or omit for an empty field. ([#45024](https://github.com/expo/expo/pull/45024) by [@nishan](https://github.com/intergalacticspacehighway))
52
+ - Added `@expo/ui/community/masked-view` — a drop-in replacement for `@react-native-masked-view/masked-view`. ([#45488](https://github.com/expo/expo/pull/45488) by [@vonovak](https://github.com/vonovak))
42
53
  - [android] Add `WorkletCallback` shared object for synchronous UI thread callbacks. ([#44681](https://github.com/expo/expo/pull/44681) by [@nishan](https://github.com/intergalacticspacehighway))
43
54
  - [android] Add `ObservableState` shared object and `useNativeState` hook for controlling native Compose state from JS. ([#44655](https://github.com/expo/expo/pull/44655) by [@intergalacticspacehighway](https://github.com/intergalacticspacehighway))
44
55
  - [iOS] Added `Mask` component wrapping SwiftUI's `.mask(alignment:_:)` modifier, with a `Mask.Content` slot for the mask element. ([#44934](https://github.com/expo/expo/pull/44934) by [@vonovak](https://github.com/vonovak))
@@ -12,13 +12,13 @@ apply plugin: 'expo-module-gradle-plugin'
12
12
  apply plugin: 'org.jetbrains.kotlin.plugin.compose'
13
13
 
14
14
  group = 'expo.modules.ui'
15
- version = '56.0.2'
15
+ version = '56.0.4'
16
16
 
17
17
  android {
18
18
  namespace "expo.modules.ui"
19
19
  defaultConfig {
20
20
  versionCode 1
21
- versionName "56.0.2"
21
+ versionName "56.0.4"
22
22
  testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
23
23
  }
24
24
  buildFeatures {
@@ -672,6 +672,12 @@ class ExpoUIModule : Module() {
672
672
  }
673
673
  }
674
674
 
675
+ ExpoUIView<MaskViewProps>("MaskView") {
676
+ Content { props ->
677
+ MaskViewContent(props)
678
+ }
679
+ }
680
+
675
681
  //endregion Expo UI views
676
682
  }
677
683
  }
@@ -0,0 +1,56 @@
1
+ package expo.modules.ui
2
+
3
+ import androidx.compose.foundation.layout.Box
4
+ import androidx.compose.runtime.Composable
5
+ import androidx.compose.ui.Modifier
6
+ import androidx.compose.ui.draw.drawWithContent
7
+ import androidx.compose.ui.graphics.BlendMode
8
+ import androidx.compose.ui.graphics.CompositingStrategy
9
+ import androidx.compose.ui.graphics.graphicsLayer
10
+ import androidx.compose.ui.graphics.layer.drawLayer
11
+ import androidx.compose.ui.graphics.rememberGraphicsLayer
12
+ import expo.modules.kotlin.views.ComposeProps
13
+ import expo.modules.kotlin.views.FunctionalComposableScope
14
+ import expo.modules.kotlin.views.OptimizedComposeProps
15
+ import expo.modules.ui.convertibles.ContentAlignment
16
+
17
+ @OptimizedComposeProps
18
+ data class MaskViewProps(
19
+ val alignment: ContentAlignment = ContentAlignment.CENTER,
20
+ val modifiers: ModifierList = emptyList()
21
+ ) : ComposeProps
22
+
23
+ @Composable
24
+ fun FunctionalComposableScope.MaskViewContent(props: MaskViewProps) {
25
+ val maskSlotView = findChildSlotView(view, "content")
26
+ val maskLayer = rememberGraphicsLayer().apply { blendMode = BlendMode.DstIn }
27
+
28
+ Box(
29
+ modifier = ModifierRegistry
30
+ .applyModifiers(props.modifiers, appContext, composableScope, globalEventDispatcher)
31
+ .graphicsLayer { compositingStrategy = CompositingStrategy.Offscreen }
32
+ .drawWithContent {
33
+ drawContent()
34
+ drawLayer(maskLayer)
35
+ }
36
+ ) {
37
+ Children(UIComposableScope(), filter = { !isSlotView(it) })
38
+
39
+ if (maskSlotView != null) {
40
+ Box(
41
+ modifier = Modifier
42
+ .matchParentSize()
43
+ .drawWithContent {
44
+ maskLayer.record { this@drawWithContent.drawContent() }
45
+ },
46
+ contentAlignment = props.alignment.toComposeAlignment()
47
+ ) {
48
+ with(UIComposableScope()) {
49
+ with(maskSlotView) {
50
+ Content()
51
+ }
52
+ }
53
+ }
54
+ }
55
+ }
56
+ }
@@ -0,0 +1,8 @@
1
+ import type { MaskedViewProps } from './types';
2
+ /**
3
+ * Android implementation of `MaskedView`. Bridges arbitrary React Native children
4
+ * (and `maskElement`) into the Compose `MaskView` primitive via `RNHostView`.
5
+ */
6
+ export declare function MaskedView(props: MaskedViewProps): import("react/jsx-runtime").JSX.Element;
7
+ export default MaskedView;
8
+ //# sourceMappingURL=MaskedView.android.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MaskedView.android.d.ts","sourceRoot":"","sources":["../../../src/community/masked-view/MaskedView.android.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,SAAS,CAAC;AAY/C;;;GAGG;AACH,wBAAgB,UAAU,CAAC,KAAK,EAAE,eAAe,2CAkBhD;AAED,eAAe,UAAU,CAAC"}
@@ -0,0 +1,10 @@
1
+ import type { MaskedViewProps } from './types';
2
+ /**
3
+ * Renders `children` with the alpha channel of `maskElement` applied as a mask:
4
+ * opaque pixels of `maskElement` reveal `children`, transparent pixels hide them.
5
+ *
6
+ * API-compatible with `@react-native-masked-view/masked-view`.
7
+ */
8
+ export declare function MaskedView(props: MaskedViewProps): import("react/jsx-runtime").JSX.Element;
9
+ export default MaskedView;
10
+ //# sourceMappingURL=MaskedView.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MaskedView.d.ts","sourceRoot":"","sources":["../../../src/community/masked-view/MaskedView.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,SAAS,CAAC;AAI/C;;;;;GAKG;AAGH,wBAAgB,UAAU,CAAC,KAAK,EAAE,eAAe,2CAgBhD;AAED,eAAe,UAAU,CAAC"}
@@ -0,0 +1,8 @@
1
+ import type { MaskedViewProps } from './types';
2
+ /**
3
+ * iOS implementation of `MaskedView`. Bridges arbitrary React Native children
4
+ * (and `maskElement`) into the SwiftUI `Mask` primitive via `RNHostView`.
5
+ */
6
+ export declare function MaskedView(props: MaskedViewProps): import("react/jsx-runtime").JSX.Element;
7
+ export default MaskedView;
8
+ //# sourceMappingURL=MaskedView.ios.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MaskedView.ios.d.ts","sourceRoot":"","sources":["../../../src/community/masked-view/MaskedView.ios.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,SAAS,CAAC;AAK/C;;;GAGG;AACH,wBAAgB,UAAU,CAAC,KAAK,EAAE,eAAe,2CAkBhD;AAED,eAAe,UAAU,CAAC"}
@@ -0,0 +1,4 @@
1
+ export { MaskedView } from './MaskedView';
2
+ export { MaskedView as default } from './MaskedView';
3
+ export type { MaskedViewProps } from './types';
4
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/community/masked-view/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,UAAU,IAAI,OAAO,EAAE,MAAM,cAAc,CAAC;AACrD,YAAY,EAAE,eAAe,EAAE,MAAM,SAAS,CAAC"}
@@ -0,0 +1,19 @@
1
+ import type { ReactElement, ReactNode } from 'react';
2
+ import type { ViewProps } from 'react-native';
3
+ /**
4
+ * Drop-in props for `@react-native-masked-view/masked-view`'s `MaskedView`.
5
+ *
6
+ * @see https://github.com/callstack/masked-view
7
+ */
8
+ export interface MaskedViewProps extends ViewProps {
9
+ /**
10
+ * The element used as the mask. Only opaque pixels of `maskElement` make the
11
+ * masked content visible — transparent pixels hide it.
12
+ */
13
+ maskElement: ReactElement;
14
+ /**
15
+ * Content rendered behind the mask.
16
+ */
17
+ children?: ReactNode;
18
+ }
19
+ //# sourceMappingURL=types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/community/masked-view/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACrD,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAE9C;;;;GAIG;AACH,MAAM,WAAW,eAAgB,SAAQ,SAAS;IAChD;;;OAGG;IACH,WAAW,EAAE,YAAY,CAAC;IAC1B;;OAEG;IACH,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB"}
@@ -1,3 +1,11 @@
1
- import { type PickerWithItems } from './types';
2
- export declare const Picker: PickerWithItems;
1
+ import * as React from 'react';
2
+ import { type PickerItemProps, type PickerItemValue, type PickerProps } from './types';
3
+ /**
4
+ * A drop-in replacement for `@react-native-picker/picker` on Android.
5
+ * Renders a Material 3 `ExposedDropdownMenuBox` wrapped in a Host.
6
+ */
7
+ export declare function Picker<T extends PickerItemValue>(props: PickerProps<T>): import("react/jsx-runtime").JSX.Element;
8
+ export declare namespace Picker {
9
+ var Item: React.ComponentType<PickerItemProps>;
10
+ }
3
11
  //# sourceMappingURL=Picker.android.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Picker.android.d.ts","sourceRoot":"","sources":["../../../src/community/picker/Picker.android.tsx"],"names":[],"mappings":"AAEA,OAAO,EAGL,KAAK,eAAe,EAGrB,MAAM,SAAS,CAAC;AAyDjB,eAAO,MAAM,MAAM,EAAE,eAAiE,CAAC"}
1
+ {"version":3,"file":"Picker.android.d.ts","sourceRoot":"","sources":["../../../src/community/picker/Picker.android.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAGL,KAAK,eAAe,EACpB,KAAK,eAAe,EACpB,KAAK,WAAW,EACjB,MAAM,SAAS,CAAC;AAYjB;;;GAGG;AACH,wBAAgB,MAAM,CAAC,CAAC,SAAS,eAAe,EAAE,KAAK,EAAE,WAAW,CAAC,CAAC,CAAC,2CA8CtE;yBA9Ce,MAAM"}
@@ -1,3 +1,11 @@
1
- import { type PickerWithItems } from './types';
2
- export declare const Picker: PickerWithItems;
1
+ import * as React from 'react';
2
+ import { type PickerItemProps, type PickerItemValue, type PickerProps } from './types';
3
+ /**
4
+ * A drop-in replacement for `@react-native-picker/picker` on web.
5
+ * Renders a native `<select>` element.
6
+ */
7
+ export declare function Picker<T extends PickerItemValue>(props: PickerProps<T>): import("react/jsx-runtime").JSX.Element;
8
+ export declare namespace Picker {
9
+ var Item: React.ComponentType<PickerItemProps>;
10
+ }
3
11
  //# sourceMappingURL=Picker.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Picker.d.ts","sourceRoot":"","sources":["../../../src/community/picker/Picker.tsx"],"names":[],"mappings":"AAEA,OAAO,EAGL,KAAK,eAAe,EAGrB,MAAM,SAAS,CAAC;AA0CjB,eAAO,MAAM,MAAM,EAAE,eAAiE,CAAC"}
1
+ {"version":3,"file":"Picker.d.ts","sourceRoot":"","sources":["../../../src/community/picker/Picker.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAGL,KAAK,eAAe,EACpB,KAAK,eAAe,EACpB,KAAK,WAAW,EACjB,MAAM,SAAS,CAAC;AAEjB;;;GAGG;AACH,wBAAgB,MAAM,CAAC,CAAC,SAAS,eAAe,EAAE,KAAK,EAAE,WAAW,CAAC,CAAC,CAAC,2CAiCtE;yBAjCe,MAAM"}
@@ -1,3 +1,11 @@
1
- import { type PickerWithItems } from './types';
2
- export declare const Picker: PickerWithItems;
1
+ import * as React from 'react';
2
+ import { type PickerItemProps, type PickerItemValue, type PickerProps } from './types';
3
+ /**
4
+ * A drop-in replacement for `@react-native-picker/picker` on iOS.
5
+ * Renders a SwiftUI wheel picker wrapped in a Host.
6
+ */
7
+ export declare function Picker<T extends PickerItemValue>(props: PickerProps<T>): import("react/jsx-runtime").JSX.Element;
8
+ export declare namespace Picker {
9
+ var Item: React.ComponentType<PickerItemProps>;
10
+ }
3
11
  //# sourceMappingURL=Picker.ios.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Picker.ios.d.ts","sourceRoot":"","sources":["../../../src/community/picker/Picker.ios.tsx"],"names":[],"mappings":"AAEA,OAAO,EAGL,KAAK,eAAe,EAGrB,MAAM,SAAS,CAAC;AAgEjB,eAAO,MAAM,MAAM,EAAE,eAAiE,CAAC"}
1
+ {"version":3,"file":"Picker.ios.d.ts","sourceRoot":"","sources":["../../../src/community/picker/Picker.ios.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAGL,KAAK,eAAe,EACpB,KAAK,eAAe,EACpB,KAAK,WAAW,EACjB,MAAM,SAAS,CAAC;AAejB;;;GAGG;AACH,wBAAgB,MAAM,CAAC,CAAC,SAAS,eAAe,EAAE,KAAK,EAAE,WAAW,CAAC,CAAC,CAAC,2CA8CtE;yBA9Ce,MAAM"}
@@ -1,11 +1,11 @@
1
1
  import { type Ref, type ReactNode, type ReactElement } from 'react';
2
- import type { StyleProp, ViewStyle } from 'react-native';
2
+ import { type StyleProp, type TextStyle, type ViewStyle } from 'react-native';
3
3
  export type PickerItemValue = string | number | null;
4
4
  /**
5
5
  * Props for the `Picker.Item` component.
6
6
  * Compatible with `@react-native-picker/picker`.
7
7
  */
8
- export type PickerItemProps<T extends PickerItemValue> = {
8
+ export type PickerItemProps<T extends PickerItemValue = PickerItemValue> = {
9
9
  /**
10
10
  * Display text for the item.
11
11
  */
@@ -15,15 +15,19 @@ export type PickerItemProps<T extends PickerItemValue> = {
15
15
  */
16
16
  value?: T;
17
17
  /**
18
- * Text color for the item.
19
- * @platform ios
18
+ * Text color for the item. Equivalent to setting `color` in the `style` prop.
20
19
  */
21
20
  color?: string;
22
21
  /**
23
- * Custom font family for the item.
24
- * @platform ios
22
+ * Custom font family for the item. Equivalent to setting `fontFamily` in the `style` prop.
25
23
  */
26
24
  fontFamily?: string;
25
+ /**
26
+ * Style applied to the item label. Only the following values take effect:
27
+ * `color`, `backgroundColor`, `fontFamily`, and `fontSize`. When also set
28
+ * via the top-level `color` or `fontFamily` props, values from `style` win.
29
+ */
30
+ style?: StyleProp<TextStyle>;
27
31
  /**
28
32
  * Whether the item is enabled.
29
33
  * @platform android
@@ -89,15 +93,13 @@ export type PickerRef = {
89
93
  */
90
94
  blur: () => void;
91
95
  };
92
- export type PickerWithItems = {
93
- <T extends PickerItemValue>(props: PickerProps<T>): ReactElement | null;
94
- Item: typeof PickerItem;
95
- };
96
96
  export type ExtractedPickerItem<T extends PickerItemValue = PickerItemValue> = {
97
97
  label: string;
98
98
  value: T;
99
99
  color?: string;
100
+ backgroundColor?: string;
100
101
  fontFamily?: string;
102
+ fontSize?: number;
101
103
  enabled?: boolean;
102
104
  };
103
105
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/community/picker/types.tsx"],"names":[],"mappings":"AAAA,OAAO,EAA4B,KAAK,GAAG,EAAE,KAAK,SAAS,EAAE,KAAK,YAAY,EAAE,MAAM,OAAO,CAAC;AAC9F,OAAO,KAAK,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAEzD,MAAM,MAAM,eAAe,GAAG,MAAM,GAAG,MAAM,GAAG,IAAI,CAAC;AAErD;;;GAGG;AACH,MAAM,MAAM,eAAe,CAAC,CAAC,SAAS,eAAe,IAAI;IACvD;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,KAAK,CAAC,EAAE,CAAC,CAAC;IACV;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;;OAGG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF;;;GAGG;AACH,wBAAgB,UAAU,CAAC,CAAC,SAAS,eAAe,EAClD,MAAM,EAAE,eAAe,CAAC,CAAC,CAAC,GACzB,YAAY,GAAG,IAAI,CAErB;AAED;;;GAGG;AACH,MAAM,MAAM,WAAW,CAAC,CAAC,SAAS,eAAe,GAAG,eAAe,IAAI;IACrE;;OAEG;IACH,GAAG,CAAC,EAAE,GAAG,CAAC,SAAS,CAAC,CAAC;IACrB;;OAEG;IACH,aAAa,CAAC,EAAE,CAAC,CAAC;IAClB;;OAEG;IACH,aAAa,CAAC,EAAE,CAAC,SAAS,EAAE,CAAC,EAAE,SAAS,EAAE,MAAM,KAAK,IAAI,CAAC;IAC1D;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB;;OAEG;IACH,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAC7B;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB,CAAC;AAEF;;;GAGG;AACH,MAAM,MAAM,SAAS,GAAG;IACtB;;;OAGG;IACH,KAAK,EAAE,MAAM,IAAI,CAAC;IAClB;;;OAGG;IACH,IAAI,EAAE,MAAM,IAAI,CAAC;CAClB,CAAC;AAEF,MAAM,MAAM,eAAe,GAAG;IAC5B,CAAC,CAAC,SAAS,eAAe,EAAE,KAAK,EAAE,WAAW,CAAC,CAAC,CAAC,GAAG,YAAY,GAAG,IAAI,CAAC;IACxE,IAAI,EAAE,OAAO,UAAU,CAAC;CACzB,CAAC;AAEF,MAAM,MAAM,mBAAmB,CAAC,CAAC,SAAS,eAAe,GAAG,eAAe,IAAI;IAC7E,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,CAAC,CAAC;IACT,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,CAAC;AAEF;;GAEG;AACH,wBAAgB,kBAAkB,CAAC,CAAC,SAAS,eAAe,EAC1D,QAAQ,EAAE,SAAS,GAClB,mBAAmB,CAAC,CAAC,CAAC,EAAE,CAa1B"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/community/picker/types.tsx"],"names":[],"mappings":"AAAA,OAAO,EAA4B,KAAK,GAAG,EAAE,KAAK,SAAS,EAAE,KAAK,YAAY,EAAE,MAAM,OAAO,CAAC;AAC9F,OAAO,EAAc,KAAK,SAAS,EAAE,KAAK,SAAS,EAAE,KAAK,SAAS,EAAE,MAAM,cAAc,CAAC;AAE1F,MAAM,MAAM,eAAe,GAAG,MAAM,GAAG,MAAM,GAAG,IAAI,CAAC;AAErD;;;GAGG;AACH,MAAM,MAAM,eAAe,CAAC,CAAC,SAAS,eAAe,GAAG,eAAe,IAAI;IACzE;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,KAAK,CAAC,EAAE,CAAC,CAAC;IACV;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;;;OAIG;IACH,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAC7B;;;OAGG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF;;;GAGG;AACH,wBAAgB,UAAU,CAAC,CAAC,SAAS,eAAe,EAClD,MAAM,EAAE,eAAe,CAAC,CAAC,CAAC,GACzB,YAAY,GAAG,IAAI,CAErB;AAED;;;GAGG;AACH,MAAM,MAAM,WAAW,CAAC,CAAC,SAAS,eAAe,GAAG,eAAe,IAAI;IACrE;;OAEG;IACH,GAAG,CAAC,EAAE,GAAG,CAAC,SAAS,CAAC,CAAC;IACrB;;OAEG;IACH,aAAa,CAAC,EAAE,CAAC,CAAC;IAClB;;OAEG;IACH,aAAa,CAAC,EAAE,CAAC,SAAS,EAAE,CAAC,EAAE,SAAS,EAAE,MAAM,KAAK,IAAI,CAAC;IAC1D;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB;;OAEG;IACH,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAC7B;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB,CAAC;AAEF;;;GAGG;AACH,MAAM,MAAM,SAAS,GAAG;IACtB;;;OAGG;IACH,KAAK,EAAE,MAAM,IAAI,CAAC;IAClB;;;OAGG;IACH,IAAI,EAAE,MAAM,IAAI,CAAC;CAClB,CAAC;AAEF,MAAM,MAAM,mBAAmB,CAAC,CAAC,SAAS,eAAe,GAAG,eAAe,IAAI;IAC7E,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,CAAC,CAAC;IACT,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,CAAC;AAEF;;GAEG;AACH,wBAAgB,kBAAkB,CAAC,CAAC,SAAS,eAAe,EAC1D,QAAQ,EAAE,SAAS,GAClB,mBAAmB,CAAC,CAAC,CAAC,EAAE,CAkB1B"}
@@ -82,7 +82,7 @@ export declare const imePadding: () => import("./createModifier").ModifierConfig
82
82
  export declare const offset: (x: number, y: number) => import("./createModifier").ModifierConfig;
83
83
  /**
84
84
  * Sets the background color.
85
- * @param color - Color string (hex, e.g., '#FF0000').
85
+ * @param color - A color string (hex, e.g., `'#FF0000'`).
86
86
  */
87
87
  export declare const background: (color: ColorValue) => import("./createModifier").ModifierConfig;
88
88
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/universal/Button/index.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,WAAW,EAAiB,MAAM,SAAS,CAAC;AA2C1D;;GAEG;AACH,wBAAgB,MAAM,CAAC,EACrB,QAAQ,EACR,KAAK,EACL,OAAO,EACP,OAAkB,EAClB,KAAK,EACL,QAAQ,EACR,WAAW,EACX,QAAQ,EACR,MAAM,EACN,MAAM,GACP,EAAE,WAAW,2CAyBb;AAED,cAAc,SAAS,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/universal/Button/index.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,WAAW,EAAiB,MAAM,SAAS,CAAC;AAoC1D;;GAEG;AACH,wBAAgB,MAAM,CAAC,EACrB,QAAQ,EACR,KAAK,EACL,OAAO,EACP,OAAkB,EAClB,KAAK,EACL,QAAQ,EACR,WAAW,EACX,QAAgB,EAChB,MAAc,EACd,MAAM,GACP,EAAE,WAAW,2CAoBb;AAED,cAAc,SAAS,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/universal/Checkbox/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AAE7C;;GAEG;AACH,wBAAgB,QAAQ,CAAC,EAAE,KAAK,EAAE,aAAa,EAAE,KAAK,EAAE,QAAQ,EAAE,MAAM,EAAE,EAAE,aAAa,2CAaxF;AAcD,cAAc,SAAS,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/universal/Checkbox/index.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AAwB7C;;GAEG;AACH,wBAAgB,QAAQ,CAAC,EAAE,KAAK,EAAE,aAAa,EAAE,KAAK,EAAE,QAAgB,EAAE,MAAM,EAAE,EAAE,aAAa,2CAahG;AAED,cAAc,SAAS,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/universal/Column/index.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAU3C;;GAEG;AACH,wBAAgB,MAAM,CAAC,EACrB,QAAQ,EACR,SAAmB,EACnB,OAAO,EACP,KAAK,EACL,OAAO,EACP,QAAQ,EACR,WAAW,EACX,QAAQ,EACR,MAAM,EACN,MAAM,GACP,EAAE,WAAW,2CAmBb;AAED,cAAc,SAAS,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/universal/Column/index.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAmB3C;;GAEG;AACH,wBAAgB,MAAM,CAAC,EACrB,QAAQ,EACR,SAAmB,EACnB,OAAO,EACP,KAAK,EACL,OAAO,EACP,QAAQ,EACR,WAAW,EACX,QAAgB,EAChB,MAAc,EACd,MAAM,GACP,EAAE,WAAW,2CAqBb;AAED,cAAc,SAAS,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"FieldGroup.d.ts","sourceRoot":"","sources":["../../../src/universal/FieldGroup/FieldGroup.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,SAAS,CAAC;AAG/C;;;;;;GAMG;AACH,wBAAgB,UAAU,CAAC,EACzB,QAAQ,EACR,KAAK,EACL,QAAQ,EACR,WAAW,EACX,MAAM,EACN,MAAM,GACP,EAAE,eAAe,2CAkBjB"}
1
+ {"version":3,"file":"FieldGroup.d.ts","sourceRoot":"","sources":["../../../src/universal/FieldGroup/FieldGroup.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,SAAS,CAAC;AAqB/C;;;;;;GAMG;AACH,wBAAgB,UAAU,CAAC,EACzB,QAAQ,EACR,KAAK,EACL,QAAQ,EACR,WAAW,EACX,MAAc,EACd,MAAM,GACP,EAAE,eAAe,2CAkBjB"}
@@ -1 +1 @@
1
- {"version":3,"file":"FieldSection.d.ts","sourceRoot":"","sources":["../../../src/universal/FieldGroup/FieldSection.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAC;AAGjD;;;;;GAKG;AACH,wBAAgB,YAAY,CAAC,EAC3B,QAAQ,EACR,KAAK,EACL,KAAK,EACL,QAAQ,EACR,WAAW,EACX,MAAM,EACN,MAAM,EACN,cAAsB,GACvB,EAAE,iBAAiB,2CA2CnB"}
1
+ {"version":3,"file":"FieldSection.d.ts","sourceRoot":"","sources":["../../../src/universal/FieldGroup/FieldSection.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAC;AAuDjD;;;;;GAKG;AACH,wBAAgB,YAAY,CAAC,EAC3B,QAAQ,EACR,KAAK,EACL,KAAK,EACL,QAAQ,EACR,WAAW,EACX,MAAM,EACN,MAAM,EACN,cAAsB,GACvB,EAAE,iBAAiB,2CAsCnB"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/universal/Row/index.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAC;AAUxC;;GAEG;AACH,wBAAgB,GAAG,CAAC,EAClB,QAAQ,EACR,SAAmB,EACnB,OAAO,EACP,KAAK,EACL,OAAO,EACP,QAAQ,EACR,WAAW,EACX,QAAQ,EACR,MAAM,EACN,MAAM,GACP,EAAE,QAAQ,2CAyBV;AAED,cAAc,SAAS,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/universal/Row/index.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAC;AA2BxC;;GAEG;AACH,wBAAgB,GAAG,CAAC,EAClB,QAAQ,EACR,SAAmB,EACnB,OAAO,EACP,KAAK,EACL,OAAO,EACP,QAAQ,EACR,WAAW,EACX,QAAgB,EAChB,MAAc,EACd,MAAM,GACP,EAAE,QAAQ,2CAqBV;AAED,cAAc,SAAS,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/universal/ScrollView/index.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,SAAS,CAAC;AAG/C;;GAEG;AACH,wBAAgB,UAAU,CAAC,EACzB,QAAQ,EACR,SAAsB,EACtB,eAAsB,EACtB,KAAK,EAGL,QAAQ,EACR,WAAW,EACX,QAAQ,EACR,MAAM,EACN,MAAM,GACP,EAAE,eAAe,2CA+BjB;AAED,cAAc,SAAS,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/universal/ScrollView/index.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,SAAS,CAAC;AAkB/C;;GAEG;AACH,wBAAgB,UAAU,CAAC,EACzB,QAAQ,EACR,SAAsB,EACtB,eAAsB,EACtB,KAAK,EAGL,QAAQ,EACR,WAAW,EACX,QAAgB,EAChB,MAAc,EACd,MAAM,GACP,EAAE,eAAe,2CA2BjB;AAED,cAAc,SAAS,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/universal/Slider/index.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAE3C;;GAEG;AACH,wBAAgB,MAAM,CAAC,EACrB,KAAK,EACL,aAAa,EACb,GAAO,EACP,GAAO,EACP,IAAI,EACJ,QAAQ,EACR,MAAM,GACP,EAAE,WAAW,2CAgBb;AAYD,cAAc,SAAS,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/universal/Slider/index.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAiB3C;;GAEG;AACH,wBAAgB,MAAM,CAAC,EACrB,KAAK,EACL,aAAa,EACb,GAAO,EACP,GAAO,EACP,IAAI,EACJ,QAAgB,EAChB,MAAM,GACP,EAAE,WAAW,2CAeb;AAED,cAAc,SAAS,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/universal/Spacer/index.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAG3C;;;GAGG;AACH,wBAAgB,MAAM,CAAC,EACrB,IAAI,EACJ,QAAgB,EAChB,KAAK,EACL,QAAQ,EACR,WAAW,EACX,MAAM,EACN,MAAM,GACP,EAAE,WAAW,2CAWb;AAED,cAAc,SAAS,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/universal/Spacer/index.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAQ3C;;;GAGG;AACH,wBAAgB,MAAM,CAAC,EACrB,IAAI,EACJ,QAAgB,EAChB,KAAK,EACL,QAAQ,EACR,WAAW,EACX,MAAc,EACd,MAAM,GACP,EAAE,WAAW,2CAcb;AAED,cAAc,SAAS,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/universal/Switch/index.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAE3C;;GAEG;AACH,wBAAgB,MAAM,CAAC,EAAE,KAAK,EAAE,aAAa,EAAE,KAAK,EAAE,QAAQ,EAAE,MAAM,EAAE,EAAE,WAAW,2CAoBpF;AAED,cAAc,SAAS,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/universal/Switch/index.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAc3C;;GAEG;AACH,wBAAgB,MAAM,CAAC,EAAE,KAAK,EAAE,aAAa,EAAE,KAAK,EAAE,QAAgB,EAAE,MAAM,EAAE,EAAE,WAAW,2CAa5F;AAED,cAAc,SAAS,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/universal/Text/index.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAGzC;;GAEG;AACH,wBAAgB,IAAI,CAAC,EACnB,QAAQ,EACR,SAAS,EACT,aAAa,EACb,KAAK,EACL,OAAO,EACP,QAAQ,EACR,WAAW,EACX,QAAQ,EACR,MAAM,EACN,MAAM,GACP,EAAE,SAAS,2CA+BX;AAkBD,cAAc,SAAS,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/universal/Text/index.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAUzC;;GAEG;AACH,wBAAgB,IAAI,CAAC,EACnB,QAAQ,EACR,SAAS,EACT,aAAa,EACb,KAAK,EACL,OAAO,EACP,QAAQ,EACR,WAAW,EACX,QAAgB,EAChB,MAAc,EACd,MAAM,GACP,EAAE,SAAS,2CAqBX;AAED,cAAc,SAAS,CAAC"}
@@ -10,7 +10,7 @@
10
10
  "publication": {
11
11
  "groupId": "expo.modules.ui",
12
12
  "artifactId": "expo.modules.ui",
13
- "version": "56.0.2",
13
+ "version": "56.0.4",
14
14
  "repository": "local-maven-repo"
15
15
  }
16
16
  }
@@ -0,0 +1 @@
1
+ 15482bf66b78fc5bb944571c2ee52b665c21b307
@@ -0,0 +1 @@
1
+ e144b778f1df5f7e73be22ffe120819c376f3309599468cc22a5c5528ce3ad84
@@ -0,0 +1 @@
1
+ 788dc7a233524ec8b7eed4a0f242bf546284f3a2ea501806e2e90047c3221702430584413d684677dc330195a378feed1bb1956e2d980c8f689ebce716cf54b6
@@ -0,0 +1 @@
1
+ f071c18852f0767d13d3b64a54aac75cb42108bd
@@ -0,0 +1 @@
1
+ c04258a22308940aa735f6f81a47fa83d842db257c39396b2e3d9007cb6802fb
@@ -0,0 +1 @@
1
+ 24e656ae1e397c8abea2fb5a2d49bc826a58f84afd58b3104ff22cede3fcf720f86ac532223279fa5efda5c402d0c75f3ab700bdcbb5b0847c2618028243c04c
@@ -3,7 +3,7 @@
3
3
  "component": {
4
4
  "group": "expo.modules.ui",
5
5
  "module": "expo.modules.ui",
6
- "version": "56.0.2",
6
+ "version": "56.0.4",
7
7
  "attributes": {
8
8
  "org.gradle.status": "release"
9
9
  }
@@ -24,13 +24,13 @@
24
24
  },
25
25
  "files": [
26
26
  {
27
- "name": "expo.modules.ui-56.0.2.aar",
28
- "url": "expo.modules.ui-56.0.2.aar",
29
- "size": 1700493,
30
- "sha512": "222495b3d9e3c00846f79962ed79cdd46c2a2a2df76077b8752576200bfd728c3cc885cc0e0762869c57b24391882b9ee65ffa3f02a2c2490faa44e983640dd4",
31
- "sha256": "7c0946b01b4c9e3cc7c3790f36779a0d5ff3bb832562de233badb2168d613e45",
32
- "sha1": "a60331ab720130c5c2ab6c627a68c5c8f15aa917",
33
- "md5": "c9daa8165fdcd9ceb61785e0c560a949"
27
+ "name": "expo.modules.ui-56.0.4.aar",
28
+ "url": "expo.modules.ui-56.0.4.aar",
29
+ "size": 1740154,
30
+ "sha512": "24e656ae1e397c8abea2fb5a2d49bc826a58f84afd58b3104ff22cede3fcf720f86ac532223279fa5efda5c402d0c75f3ab700bdcbb5b0847c2618028243c04c",
31
+ "sha256": "c04258a22308940aa735f6f81a47fa83d842db257c39396b2e3d9007cb6802fb",
32
+ "sha1": "f071c18852f0767d13d3b64a54aac75cb42108bd",
33
+ "md5": "ec6173e86a8ac7f1e588b08dc6ff96b1"
34
34
  }
35
35
  ]
36
36
  },
@@ -135,19 +135,19 @@
135
135
  "group": "io.github.lukmccall.pika",
136
136
  "module": "pika-api",
137
137
  "version": {
138
- "requires": "0.2.1-2.1.20"
138
+ "requires": "0.3.2"
139
139
  }
140
140
  }
141
141
  ],
142
142
  "files": [
143
143
  {
144
- "name": "expo.modules.ui-56.0.2.aar",
145
- "url": "expo.modules.ui-56.0.2.aar",
146
- "size": 1700493,
147
- "sha512": "222495b3d9e3c00846f79962ed79cdd46c2a2a2df76077b8752576200bfd728c3cc885cc0e0762869c57b24391882b9ee65ffa3f02a2c2490faa44e983640dd4",
148
- "sha256": "7c0946b01b4c9e3cc7c3790f36779a0d5ff3bb832562de233badb2168d613e45",
149
- "sha1": "a60331ab720130c5c2ab6c627a68c5c8f15aa917",
150
- "md5": "c9daa8165fdcd9ceb61785e0c560a949"
144
+ "name": "expo.modules.ui-56.0.4.aar",
145
+ "url": "expo.modules.ui-56.0.4.aar",
146
+ "size": 1740154,
147
+ "sha512": "24e656ae1e397c8abea2fb5a2d49bc826a58f84afd58b3104ff22cede3fcf720f86ac532223279fa5efda5c402d0c75f3ab700bdcbb5b0847c2618028243c04c",
148
+ "sha256": "c04258a22308940aa735f6f81a47fa83d842db257c39396b2e3d9007cb6802fb",
149
+ "sha1": "f071c18852f0767d13d3b64a54aac75cb42108bd",
150
+ "md5": "ec6173e86a8ac7f1e588b08dc6ff96b1"
151
151
  }
152
152
  ]
153
153
  },
@@ -161,13 +161,13 @@
161
161
  },
162
162
  "files": [
163
163
  {
164
- "name": "expo.modules.ui-56.0.2-sources.jar",
165
- "url": "expo.modules.ui-56.0.2-sources.jar",
166
- "size": 81393,
167
- "sha512": "69bc561d70dc77219abb25903821b7f0f170b1a06c4cd40714ece8709b85404ad09bcd4fc9cbe67faf9a04e413a625e4880be8a5c78fd6426ed8f78f4b7ce4f6",
168
- "sha256": "30e043f7f04143f7b44a22ed5db105d71be86f4aa49f21d082d3c9acd84ea32a",
169
- "sha1": "fcc61a62df8eb780a822914cee4b167b6e70519d",
170
- "md5": "25616b6077449f887cfccb76c53298bf"
164
+ "name": "expo.modules.ui-56.0.4-sources.jar",
165
+ "url": "expo.modules.ui-56.0.4-sources.jar",
166
+ "size": 82167,
167
+ "sha512": "788dc7a233524ec8b7eed4a0f242bf546284f3a2ea501806e2e90047c3221702430584413d684677dc330195a378feed1bb1956e2d980c8f689ebce716cf54b6",
168
+ "sha256": "e144b778f1df5f7e73be22ffe120819c376f3309599468cc22a5c5528ce3ad84",
169
+ "sha1": "15482bf66b78fc5bb944571c2ee52b665c21b307",
170
+ "md5": "813c4db4263146688584a4c5f309f653"
171
171
  }
172
172
  ]
173
173
  }
@@ -0,0 +1 @@
1
+ 0e06cad6985db57df681002fe110d3b7b4abdd3a
@@ -0,0 +1 @@
1
+ e68cdab048fade6260bdcb13e26dfcbbdf9b32f93cf906853739a20ac9159cf2
@@ -0,0 +1 @@
1
+ 19fdcfa01a7b33c136b6d6602b86fda5d41c915782b7a4e62ee775c86c9274f1f358f59aef042b3f05b563977899ead45052f2a3050ec3e7a11e0bee4683c13b
@@ -9,7 +9,7 @@
9
9
  <modelVersion>4.0.0</modelVersion>
10
10
  <groupId>expo.modules.ui</groupId>
11
11
  <artifactId>expo.modules.ui</artifactId>
12
- <version>56.0.2</version>
12
+ <version>56.0.4</version>
13
13
  <packaging>aar</packaging>
14
14
  <name>expo.modules.ui</name>
15
15
  <url>https://github.com/expo/expo</url>
@@ -117,7 +117,7 @@
117
117
  <dependency>
118
118
  <groupId>io.github.lukmccall.pika</groupId>
119
119
  <artifactId>pika-api</artifactId>
120
- <version>0.2.1-2.1.20</version>
120
+ <version>0.3.2</version>
121
121
  <scope>runtime</scope>
122
122
  </dependency>
123
123
  </dependencies>
@@ -0,0 +1 @@
1
+ 578fe568a309a9a5eabd852ac4ac683ab90a1425
@@ -0,0 +1 @@
1
+ 68ca52a8f7523da45ec6d5ea6c32cc43e79cb03f4ce419ca0045b0d7a37d88cd
@@ -0,0 +1 @@
1
+ 5846b988314dfe489a315a6867b90bb18b754eff1ddda8372c37a8255fc1b4720cbf849161c63f3e77612d5a94671b10c06455566a5a862e5c9d3609a8591b03
@@ -3,11 +3,11 @@
3
3
  <groupId>expo.modules.ui</groupId>
4
4
  <artifactId>expo.modules.ui</artifactId>
5
5
  <versioning>
6
- <latest>56.0.2</latest>
7
- <release>56.0.2</release>
6
+ <latest>56.0.4</latest>
7
+ <release>56.0.4</release>
8
8
  <versions>
9
- <version>56.0.2</version>
9
+ <version>56.0.4</version>
10
10
  </versions>
11
- <lastUpdated>20260506162907</lastUpdated>
11
+ <lastUpdated>20260508193741</lastUpdated>
12
12
  </versioning>
13
13
  </metadata>
@@ -1 +1 @@
1
- 62565e0bc43f40239455f1984b6f2783
1
+ 0353edd352ef8d23fd2c25605acce957
@@ -1 +1 @@
1
- ede29291f881a1a89bcda42bec68cca142494629
1
+ 1be87e0b21c297d2164f2c6cce94471c3f08282a
@@ -1 +1 @@
1
- 6b80d88f119d1131b0152eb0c2bc170614baac7a8b4b601c46f98e77b3e6e638
1
+ 9eddcd5edc295d99bcb6a5b1a2b56feeddcf04eccd4b0c850a2ebf3aa44a8431
@@ -1 +1 @@
1
- 13ed149e856276890b0fdc417974b41e8064a36cf93e2a59e2f8fdc2bb19f3d4df19eb6ea0d10f28194231b9774a27eb05ae835f6ad5a1dcba7c63c3755e11ef
1
+ fa71ba728a32752b3b8d26ccd45cb960c27b569b108ed1eb545600621a2b0e9e6839c3fc4cefe5bce0c2b498aa76fdc06d271db7f86e9815ba765ee048501653