react-native-ui-lib 9.0.3-snapshot.8016 → 9.0.4-snapshot.8019
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.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-native-ui-lib",
|
|
3
|
-
"version": "9.0.
|
|
3
|
+
"version": "9.0.4-snapshot.8019",
|
|
4
4
|
"main": "src/index.js",
|
|
5
5
|
"types": "src/index.d.ts",
|
|
6
6
|
"author": "Ethan Sharabi <ethan.shar@gmail.com>",
|
|
@@ -102,7 +102,7 @@
|
|
|
102
102
|
"setimmediate": "^1.0.5",
|
|
103
103
|
"shell-utils": "^1.0.10",
|
|
104
104
|
"typescript": "5.0.4",
|
|
105
|
-
"uilib-native": "5.1.2-snapshot.
|
|
105
|
+
"uilib-native": "5.1.2-snapshot.8019"
|
|
106
106
|
},
|
|
107
107
|
"peerDependencies": {
|
|
108
108
|
"react": ">=19.0.0",
|
|
@@ -211,7 +211,7 @@ const WheelPicker = props => {
|
|
|
211
211
|
{separators}
|
|
212
212
|
<View row centerH>
|
|
213
213
|
<GestureHandlerRootView style={styles.gestureContainer}>
|
|
214
|
-
<AnimatedFlatList {...androidFlatListProps} {...flatListProps} testID={`${testID}.list`} listKey={`${testID}.flatList`} height={height} data={items}
|
|
214
|
+
<AnimatedFlatList {...androidFlatListProps} directionalLockEnabled alwaysBounceHorizontal={false} {...flatListProps} testID={`${testID}.list`} listKey={`${testID}.flatList`} height={height} data={items}
|
|
215
215
|
// @ts-ignore reanimated2
|
|
216
216
|
keyExtractor={keyExtractor} scrollEventThrottle={100} onScroll={scrollHandler} onMomentumScrollEnd={onValueChange} showsVerticalScrollIndicator={false} onScrollBeginDrag={disableOnChangeSkip} // user dragged wheel.
|
|
217
217
|
// @ts-ignore
|