@tamagui/react-native-web-lite 1.129.13 → 1.129.14
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/dist/cjs/InteractionManager/index.cjs +3 -2
- package/dist/cjs/InteractionManager/index.js +2 -2
- package/dist/cjs/InteractionManager/index.js.map +2 -2
- package/dist/cjs/InteractionManager/index.native.js +2 -2
- package/dist/cjs/InteractionManager/index.native.js.map +1 -1
- package/dist/cjs/ScrollView/index.cjs +172 -4
- package/dist/cjs/ScrollView/index.js +153 -5
- package/dist/cjs/ScrollView/index.js.map +2 -2
- package/dist/cjs/ScrollView/index.native.js +155 -7
- package/dist/cjs/ScrollView/index.native.js.map +2 -2
- package/dist/cjs/SectionList.cjs +38 -0
- package/dist/cjs/SectionList.js +29 -0
- package/dist/cjs/SectionList.js.map +6 -0
- package/dist/cjs/SectionList.native.js +30 -0
- package/dist/cjs/SectionList.native.js.map +6 -0
- package/dist/cjs/TextInput/index.cjs +18 -2
- package/dist/cjs/TextInput/index.js +20 -3
- package/dist/cjs/TextInput/index.js.map +1 -1
- package/dist/cjs/TextInput/index.native.js +19 -4
- package/dist/cjs/TextInput/index.native.js.map +2 -2
- package/dist/cjs/TouchableNativeFeedback.cjs +38 -0
- package/dist/cjs/TouchableNativeFeedback.js +29 -0
- package/dist/cjs/TouchableNativeFeedback.js.map +6 -0
- package/dist/cjs/TouchableNativeFeedback.native.js +30 -0
- package/dist/cjs/TouchableNativeFeedback.native.js.map +6 -0
- package/dist/cjs/VirtualizedList.cjs +38 -0
- package/dist/cjs/VirtualizedList.js +29 -0
- package/dist/cjs/VirtualizedList.js.map +6 -0
- package/dist/cjs/VirtualizedList.native.js +30 -0
- package/dist/cjs/VirtualizedList.native.js.map +6 -0
- package/dist/cjs/createElement/index.cjs +3 -3
- package/dist/cjs/createElement/index.js +3 -3
- package/dist/cjs/createElement/index.js.map +1 -1
- package/dist/cjs/createElement/index.native.js +3 -3
- package/dist/cjs/createElement/index.native.js.map +1 -1
- package/dist/cjs/index.cjs +6 -4
- package/dist/cjs/index.js +3 -3
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/index.native.js +3 -3
- package/dist/cjs/index.native.js.map +1 -1
- package/dist/cjs/modules/requestIdleCallback.cjs +44 -0
- package/dist/cjs/modules/requestIdleCallback.js +35 -0
- package/dist/cjs/modules/requestIdleCallback.js.map +6 -0
- package/dist/cjs/modules/requestIdleCallback.native.js +39 -0
- package/dist/cjs/modules/requestIdleCallback.native.js.map +6 -0
- package/dist/cjs/vendor/react-native/Animated/Animated.cjs +15 -12
- package/dist/cjs/vendor/react-native/Animated/Animated.js +6 -2
- package/dist/cjs/vendor/react-native/Animated/Animated.js.map +2 -2
- package/dist/cjs/vendor/react-native/Animated/Animated.native.js +4 -2
- package/dist/cjs/vendor/react-native/Animated/Animated.native.js.map +2 -2
- package/dist/cjs/vendor/react-native/Animated/AnimatedEvent.cjs +26 -27
- package/dist/cjs/vendor/react-native/Animated/AnimatedEvent.js +24 -28
- package/dist/cjs/vendor/react-native/Animated/AnimatedEvent.js.map +2 -2
- package/dist/cjs/vendor/react-native/Animated/AnimatedEvent.native.js +23 -20
- package/dist/cjs/vendor/react-native/Animated/AnimatedEvent.native.js.map +2 -2
- package/dist/cjs/vendor/react-native/Animated/AnimatedImplementation.cjs +236 -234
- package/dist/cjs/vendor/react-native/Animated/AnimatedImplementation.js +59 -79
- package/dist/cjs/vendor/react-native/Animated/AnimatedImplementation.js.map +2 -2
- package/dist/cjs/vendor/react-native/Animated/AnimatedImplementation.native.js +34 -29
- package/dist/cjs/vendor/react-native/Animated/AnimatedImplementation.native.js.map +2 -2
- package/dist/cjs/vendor/react-native/Animated/AnimatedMock.cjs +39 -40
- package/dist/cjs/vendor/react-native/Animated/AnimatedMock.js +13 -18
- package/dist/cjs/vendor/react-native/Animated/AnimatedMock.js.map +1 -1
- package/dist/cjs/vendor/react-native/Animated/AnimatedMock.native.js +6 -4
- package/dist/cjs/vendor/react-native/Animated/AnimatedMock.native.js.map +2 -2
- package/dist/cjs/vendor/react-native/Animated/Easing.cjs +11 -12
- package/dist/cjs/vendor/react-native/Animated/Easing.js +11 -11
- package/dist/cjs/vendor/react-native/Animated/Easing.js.map +2 -2
- package/dist/cjs/vendor/react-native/Animated/Easing.native.js +11 -11
- package/dist/cjs/vendor/react-native/Animated/Easing.native.js.map +2 -2
- package/dist/cjs/vendor/react-native/Animated/NativeAnimatedHelper.cjs +28 -36
- package/dist/cjs/vendor/react-native/Animated/NativeAnimatedHelper.js +26 -33
- package/dist/cjs/vendor/react-native/Animated/NativeAnimatedHelper.js.map +2 -2
- package/dist/cjs/vendor/react-native/Animated/NativeAnimatedHelper.native.js +48 -48
- package/dist/cjs/vendor/react-native/Animated/NativeAnimatedHelper.native.js.map +2 -2
- package/dist/cjs/vendor/react-native/Animated/NativeAnimatedModule.cjs +40 -2
- package/dist/cjs/vendor/react-native/Animated/NativeAnimatedModule.js +61 -1
- package/dist/cjs/vendor/react-native/Animated/NativeAnimatedModule.js.map +1 -1
- package/dist/cjs/vendor/react-native/Animated/NativeAnimatedModule.native.js +67 -1
- package/dist/cjs/vendor/react-native/Animated/NativeAnimatedModule.native.js.map +2 -2
- package/dist/cjs/vendor/react-native/Animated/NativeAnimatedTurboModule.cjs +37 -2
- package/dist/cjs/vendor/react-native/Animated/NativeAnimatedTurboModule.js +56 -1
- package/dist/cjs/vendor/react-native/Animated/NativeAnimatedTurboModule.js.map +1 -1
- package/dist/cjs/vendor/react-native/Animated/NativeAnimatedTurboModule.native.js +62 -1
- package/dist/cjs/vendor/react-native/Animated/NativeAnimatedTurboModule.native.js.map +2 -2
- package/dist/cjs/vendor/react-native/Animated/SpringConfig.cjs +5 -7
- package/dist/cjs/vendor/react-native/Animated/SpringConfig.js +5 -6
- package/dist/cjs/vendor/react-native/Animated/SpringConfig.js.map +1 -1
- package/dist/cjs/vendor/react-native/Animated/SpringConfig.native.js.map +2 -2
- package/dist/cjs/vendor/react-native/Animated/animations/Animation.cjs +10 -5
- package/dist/cjs/vendor/react-native/Animated/animations/Animation.js +16 -6
- package/dist/cjs/vendor/react-native/Animated/animations/Animation.js.map +1 -1
- package/dist/cjs/vendor/react-native/Animated/animations/Animation.native.js +10 -2
- package/dist/cjs/vendor/react-native/Animated/animations/Animation.native.js.map +2 -2
- package/dist/cjs/vendor/react-native/Animated/animations/DecayAnimation.cjs +12 -5
- package/dist/cjs/vendor/react-native/Animated/animations/DecayAnimation.js +13 -10
- package/dist/cjs/vendor/react-native/Animated/animations/DecayAnimation.js.map +1 -1
- package/dist/cjs/vendor/react-native/Animated/animations/DecayAnimation.native.js +17 -3
- package/dist/cjs/vendor/react-native/Animated/animations/DecayAnimation.native.js.map +2 -2
- package/dist/cjs/vendor/react-native/Animated/animations/SpringAnimation.cjs +53 -42
- package/dist/cjs/vendor/react-native/Animated/animations/SpringAnimation.js +55 -39
- package/dist/cjs/vendor/react-native/Animated/animations/SpringAnimation.js.map +1 -1
- package/dist/cjs/vendor/react-native/Animated/animations/SpringAnimation.native.js +41 -13
- package/dist/cjs/vendor/react-native/Animated/animations/SpringAnimation.native.js.map +2 -2
- package/dist/cjs/vendor/react-native/Animated/animations/TimingAnimation.cjs +20 -9
- package/dist/cjs/vendor/react-native/Animated/animations/TimingAnimation.js +21 -16
- package/dist/cjs/vendor/react-native/Animated/animations/TimingAnimation.js.map +1 -1
- package/dist/cjs/vendor/react-native/Animated/animations/TimingAnimation.native.js +22 -3
- package/dist/cjs/vendor/react-native/Animated/animations/TimingAnimation.native.js.map +2 -2
- package/dist/cjs/vendor/react-native/Animated/bezier.cjs +16 -18
- package/dist/cjs/vendor/react-native/Animated/bezier.js +22 -13
- package/dist/cjs/vendor/react-native/Animated/bezier.js.map +1 -1
- package/dist/cjs/vendor/react-native/Animated/bezier.native.js.map +1 -1
- package/dist/cjs/vendor/react-native/Animated/components/AnimatedFlatList.cjs +46 -0
- package/dist/cjs/vendor/react-native/Animated/components/AnimatedFlatList.js +31 -0
- package/dist/cjs/vendor/react-native/Animated/components/AnimatedFlatList.js.map +6 -0
- package/dist/cjs/vendor/react-native/Animated/components/AnimatedFlatList.native.js +36 -0
- package/dist/cjs/vendor/react-native/Animated/components/AnimatedFlatList.native.js.map +6 -0
- package/dist/cjs/vendor/react-native/Animated/components/AnimatedImage.js +1 -1
- package/dist/cjs/vendor/react-native/Animated/components/AnimatedImage.js.map +1 -1
- package/dist/cjs/vendor/react-native/Animated/components/AnimatedImage.native.js +1 -1
- package/dist/cjs/vendor/react-native/Animated/components/AnimatedImage.native.js.map +1 -1
- package/dist/cjs/vendor/react-native/Animated/components/AnimatedScrollView.cjs +7 -6
- package/dist/cjs/vendor/react-native/Animated/components/AnimatedScrollView.js +3 -10
- package/dist/cjs/vendor/react-native/Animated/components/AnimatedScrollView.js.map +2 -2
- package/dist/cjs/vendor/react-native/Animated/components/AnimatedScrollView.native.js +2 -2
- package/dist/cjs/vendor/react-native/Animated/components/AnimatedScrollView.native.js.map +3 -3
- package/dist/cjs/vendor/react-native/Animated/components/AnimatedSectionList.cjs +46 -0
- package/dist/cjs/vendor/react-native/Animated/components/AnimatedSectionList.js +31 -0
- package/dist/cjs/vendor/react-native/Animated/components/AnimatedSectionList.js.map +6 -0
- package/dist/cjs/vendor/react-native/Animated/components/AnimatedSectionList.native.js +36 -0
- package/dist/cjs/vendor/react-native/Animated/components/AnimatedSectionList.native.js.map +6 -0
- package/dist/cjs/vendor/react-native/Animated/components/AnimatedText.cjs +1 -2
- package/dist/cjs/vendor/react-native/Animated/components/AnimatedText.js +1 -1
- package/dist/cjs/vendor/react-native/Animated/components/AnimatedText.js.map +1 -1
- package/dist/cjs/vendor/react-native/Animated/components/AnimatedText.native.js +1 -1
- package/dist/cjs/vendor/react-native/Animated/components/AnimatedText.native.js.map +1 -1
- package/dist/cjs/vendor/react-native/Animated/components/AnimatedView.cjs +1 -2
- package/dist/cjs/vendor/react-native/Animated/components/AnimatedView.js +1 -1
- package/dist/cjs/vendor/react-native/Animated/components/AnimatedView.js.map +1 -1
- package/dist/cjs/vendor/react-native/Animated/components/AnimatedView.native.js +1 -1
- package/dist/cjs/vendor/react-native/Animated/components/AnimatedView.native.js.map +1 -1
- package/dist/cjs/vendor/react-native/Animated/createAnimatedComponent.cjs +17 -18
- package/dist/cjs/vendor/react-native/Animated/createAnimatedComponent.js +14 -11
- package/dist/cjs/vendor/react-native/Animated/createAnimatedComponent.js.map +3 -3
- package/dist/cjs/vendor/react-native/Animated/createAnimatedComponent.native.js +3 -3
- package/dist/cjs/vendor/react-native/Animated/createAnimatedComponent.native.js.map +3 -3
- package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedAddition.cjs +2 -0
- package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedAddition.js +2 -0
- package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedAddition.js.map +1 -1
- package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedAddition.native.js +9 -1
- package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedAddition.native.js.map +2 -2
- package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedColor.cjs +35 -49
- package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedColor.js +32 -51
- package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedColor.js.map +2 -2
- package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedColor.native.js +23 -32
- package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedColor.native.js.map +2 -2
- package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedDiffClamp.cjs +6 -3
- package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedDiffClamp.js +6 -2
- package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedDiffClamp.js.map +1 -1
- package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedDiffClamp.native.js +10 -1
- package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedDiffClamp.native.js.map +1 -1
- package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedDivision.cjs +5 -2
- package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedDivision.js +5 -2
- package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedDivision.js.map +1 -1
- package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedDivision.native.js +9 -1
- package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedDivision.native.js.map +2 -2
- package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedInterpolation.cjs +26 -31
- package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedInterpolation.js +24 -25
- package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedInterpolation.js.map +3 -3
- package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedInterpolation.native.js +13 -13
- package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedInterpolation.native.js.map +2 -2
- package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedModulo.cjs +2 -2
- package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedModulo.js +2 -1
- package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedModulo.js.map +1 -1
- package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedModulo.native.js +10 -1
- package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedModulo.native.js.map +1 -1
- package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedMultiplication.cjs +2 -0
- package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedMultiplication.js +2 -0
- package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedMultiplication.js.map +1 -1
- package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedMultiplication.native.js +9 -1
- package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedMultiplication.native.js.map +2 -2
- package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedNode.cjs +14 -9
- package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedNode.js +14 -9
- package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedNode.js.map +1 -1
- package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedNode.native.js +13 -6
- package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedNode.native.js.map +2 -2
- package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedProps.cjs +21 -23
- package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedProps.js +22 -20
- package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedProps.js.map +1 -1
- package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedProps.native.js +2 -1
- package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedProps.native.js.map +1 -1
- package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedStyle.cjs +25 -25
- package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedStyle.js +23 -21
- package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedStyle.js.map +1 -1
- package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedStyle.native.js +12 -3
- package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedStyle.native.js.map +2 -2
- package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedSubtraction.cjs +2 -0
- package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedSubtraction.js +2 -0
- package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedSubtraction.js.map +1 -1
- package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedSubtraction.native.js +9 -1
- package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedSubtraction.native.js.map +2 -2
- package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedTracking.cjs +14 -9
- package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedTracking.js +12 -12
- package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedTracking.js.map +1 -1
- package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedTracking.native.js +14 -4
- package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedTracking.native.js.map +2 -2
- package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedTransform.cjs +20 -19
- package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedTransform.js +18 -17
- package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedTransform.js.map +1 -1
- package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedTransform.native.js +10 -2
- package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedTransform.native.js.map +1 -1
- package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedValue.cjs +12 -7
- package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedValue.js +10 -4
- package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedValue.js.map +1 -1
- package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedValue.native.js +10 -2
- package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedValue.native.js.map +2 -2
- package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedValueXY.cjs +8 -76
- package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedValueXY.js +5 -83
- package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedValueXY.js.map +1 -1
- package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedValueXY.native.js +4 -70
- package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedValueXY.native.js.map +2 -2
- package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedWithChildren.cjs +5 -11
- package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedWithChildren.js +17 -11
- package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedWithChildren.js.map +2 -2
- package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedWithChildren.native.js +42 -9
- package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedWithChildren.native.js.map +2 -2
- package/dist/cjs/vendor/react-native/Animated/useAnimatedProps.cjs +16 -25
- package/dist/cjs/vendor/react-native/Animated/useAnimatedProps.js +14 -22
- package/dist/cjs/vendor/react-native/Animated/useAnimatedProps.js.map +2 -2
- package/dist/cjs/vendor/react-native/Animated/useAnimatedProps.native.js +24 -16
- package/dist/cjs/vendor/react-native/Animated/useAnimatedProps.native.js.map +2 -2
- package/dist/cjs/{Batchinator → vendor/react-native/Batchinator}/index.cjs +9 -18
- package/dist/cjs/{Batchinator → vendor/react-native/Batchinator}/index.js +6 -13
- package/dist/cjs/vendor/react-native/Batchinator/index.js.map +6 -0
- package/dist/cjs/{Batchinator → vendor/react-native/Batchinator}/index.native.js +5 -14
- package/dist/cjs/vendor/react-native/Batchinator/index.native.js.map +6 -0
- package/dist/cjs/vendor/react-native/{NativeEventEmitter/index.cjs → EventEmitter/NativeEventEmitter.cjs} +8 -15
- package/dist/cjs/vendor/react-native/{NativeEventEmitter/index.js → EventEmitter/NativeEventEmitter.js} +10 -17
- package/dist/cjs/vendor/react-native/EventEmitter/NativeEventEmitter.js.map +6 -0
- package/dist/cjs/vendor/react-native/{NativeEventEmitter/index.native.js → EventEmitter/NativeEventEmitter.native.js} +19 -11
- package/dist/cjs/vendor/react-native/EventEmitter/NativeEventEmitter.native.js.map +6 -0
- package/dist/cjs/vendor/react-native/EventEmitter/RCTDeviceEventEmitter.js.map +6 -0
- package/dist/cjs/vendor/react-native/EventEmitter/RCTDeviceEventEmitter.native.js.map +6 -0
- package/dist/cjs/vendor/react-native/FillRateHelper/index.cjs +3 -3
- package/dist/cjs/vendor/react-native/FillRateHelper/index.js +3 -3
- package/dist/cjs/vendor/react-native/FillRateHelper/index.js.map +2 -2
- package/dist/cjs/vendor/react-native/FillRateHelper/index.native.js +5 -4
- package/dist/cjs/vendor/react-native/FillRateHelper/index.native.js.map +3 -3
- package/dist/cjs/vendor/react-native/FlatList/index.cjs +262 -0
- package/dist/cjs/vendor/react-native/FlatList/index.js +270 -0
- package/dist/cjs/vendor/react-native/FlatList/index.js.map +6 -0
- package/dist/cjs/vendor/react-native/FlatList/index.native.js +352 -0
- package/dist/cjs/vendor/react-native/FlatList/index.native.js.map +6 -0
- package/dist/cjs/vendor/react-native/JSEventLoopWatchdog/index.cjs +88 -0
- package/dist/cjs/vendor/react-native/JSEventLoopWatchdog/index.js +64 -0
- package/dist/cjs/vendor/react-native/JSEventLoopWatchdog/index.js.map +6 -0
- package/dist/cjs/vendor/react-native/JSEventLoopWatchdog/index.native.js +69 -0
- package/dist/cjs/vendor/react-native/JSEventLoopWatchdog/index.native.js.map +6 -0
- package/dist/cjs/vendor/react-native/LayoutAnimation/index.cjs +121 -0
- package/dist/cjs/vendor/react-native/LayoutAnimation/index.js +108 -0
- package/dist/cjs/vendor/react-native/LayoutAnimation/index.js.map +6 -0
- package/dist/cjs/vendor/react-native/LayoutAnimation/index.native.js +112 -0
- package/dist/cjs/vendor/react-native/LayoutAnimation/index.native.js.map +6 -0
- package/dist/cjs/vendor/react-native/PanResponder/index.cjs +22 -209
- package/dist/cjs/vendor/react-native/PanResponder/index.js +16 -212
- package/dist/cjs/vendor/react-native/PanResponder/index.js.map +3 -3
- package/dist/cjs/vendor/react-native/PanResponder/index.native.js +29 -200
- package/dist/cjs/vendor/react-native/PanResponder/index.native.js.map +3 -3
- package/dist/cjs/vendor/react-native/PooledClass/index.cjs +47 -0
- package/dist/cjs/vendor/react-native/PooledClass/index.js +37 -0
- package/dist/cjs/vendor/react-native/PooledClass/index.js.map +6 -0
- package/dist/cjs/vendor/react-native/PooledClass/index.native.js +38 -0
- package/dist/cjs/vendor/react-native/PooledClass/index.native.js.map +6 -0
- package/dist/cjs/vendor/react-native/ReactNative/ReactNativeFeatureFlags.cjs +33 -0
- package/dist/cjs/vendor/react-native/ReactNative/ReactNativeFeatureFlags.js +28 -0
- package/dist/cjs/vendor/react-native/ReactNative/ReactNativeFeatureFlags.js.map +6 -0
- package/dist/cjs/vendor/react-native/ReactNative/ReactNativeFeatureFlags.native.js +38 -0
- package/dist/cjs/vendor/react-native/ReactNative/ReactNativeFeatureFlags.native.js.map +6 -0
- package/dist/cjs/vendor/react-native/SectionList/index.cjs +102 -0
- package/dist/cjs/vendor/react-native/SectionList/index.js +85 -0
- package/dist/cjs/vendor/react-native/SectionList/index.js.map +6 -0
- package/dist/cjs/vendor/react-native/SectionList/index.native.js +190 -0
- package/dist/cjs/vendor/react-native/SectionList/index.native.js.map +6 -0
- package/dist/cjs/vendor/react-native/StaticContainer/index.cjs +49 -0
- package/dist/cjs/vendor/react-native/StaticContainer/index.js +40 -0
- package/dist/cjs/vendor/react-native/StaticContainer/index.js.map +6 -0
- package/dist/cjs/vendor/react-native/StaticContainer/index.native.js +110 -0
- package/dist/cjs/vendor/react-native/StaticContainer/index.native.js.map +6 -0
- package/dist/cjs/vendor/react-native/StaticRenderer/index.cjs +48 -0
- package/dist/cjs/vendor/react-native/StaticRenderer/index.js +39 -0
- package/dist/cjs/vendor/react-native/StaticRenderer/index.js.map +6 -0
- package/dist/cjs/vendor/react-native/StaticRenderer/index.native.js +109 -0
- package/dist/cjs/vendor/react-native/StaticRenderer/index.native.js.map +6 -0
- package/dist/cjs/vendor/react-native/TouchHistoryMath/index.js.map +2 -2
- package/dist/cjs/vendor/react-native/TouchHistoryMath/index.native.js.map +2 -2
- package/dist/cjs/vendor/react-native/TurboModule/RCTExport.cjs +34 -1
- package/dist/cjs/vendor/react-native/TurboModule/RCTExport.js +25 -0
- package/dist/cjs/vendor/react-native/TurboModule/RCTExport.js.map +2 -2
- package/dist/cjs/vendor/react-native/TurboModule/RCTExport.native.js +32 -0
- package/dist/cjs/vendor/react-native/TurboModule/RCTExport.native.js.map +3 -3
- package/dist/cjs/vendor/react-native/TurboModule/TurboModuleRegistry.cjs +3 -1
- package/dist/cjs/vendor/react-native/TurboModule/TurboModuleRegistry.js +6 -1
- package/dist/cjs/vendor/react-native/TurboModule/TurboModuleRegistry.js.map +2 -2
- package/dist/cjs/vendor/react-native/TurboModule/TurboModuleRegistry.native.js +3 -1
- package/dist/cjs/vendor/react-native/TurboModule/TurboModuleRegistry.native.js.map +2 -2
- package/dist/cjs/vendor/react-native/Types/CoreEventTypes.cjs +158 -8
- package/dist/cjs/vendor/react-native/Types/CoreEventTypes.js +123 -1
- package/dist/cjs/vendor/react-native/Types/CoreEventTypes.js.map +2 -2
- package/dist/cjs/vendor/react-native/Types/CoreEventTypes.native.js +159 -1
- package/dist/cjs/vendor/react-native/Types/CoreEventTypes.native.js.map +3 -3
- package/dist/cjs/vendor/react-native/Utilities/Platform.cjs +27 -0
- package/dist/cjs/vendor/react-native/Utilities/Platform.js +21 -0
- package/dist/cjs/vendor/react-native/Utilities/Platform.js.map +6 -0
- package/dist/cjs/vendor/react-native/Utilities/Platform.native.js +22 -0
- package/dist/cjs/vendor/react-native/Utilities/Platform.native.js.map +6 -0
- package/dist/cjs/vendor/react-native/Utilities/clamp.cjs +2 -0
- package/dist/cjs/vendor/react-native/Utilities/clamp.js +1 -0
- package/dist/cjs/vendor/react-native/Utilities/clamp.js.map +2 -2
- package/dist/cjs/vendor/react-native/Utilities/clamp.native.js.map +2 -2
- package/dist/cjs/vendor/react-native/Utilities/setAndForwardRef.cjs +5 -4
- package/dist/cjs/vendor/react-native/Utilities/setAndForwardRef.js +5 -3
- package/dist/cjs/vendor/react-native/Utilities/setAndForwardRef.js.map +1 -1
- package/dist/cjs/vendor/react-native/Utilities/setAndForwardRef.native.js +2 -2
- package/dist/cjs/vendor/react-native/Utilities/setAndForwardRef.native.js.map +2 -2
- package/dist/cjs/vendor/react-native/Utilities/useMergeRefs.cjs +33 -0
- package/dist/cjs/vendor/react-native/Utilities/useMergeRefs.js +31 -0
- package/dist/cjs/vendor/react-native/Utilities/useMergeRefs.js.map +6 -0
- package/dist/cjs/vendor/react-native/Utilities/useMergeRefs.native.js +46 -0
- package/dist/cjs/vendor/react-native/Utilities/useMergeRefs.native.js.map +6 -0
- package/dist/cjs/vendor/react-native/Utilities/useRefEffect.cjs +32 -0
- package/dist/cjs/vendor/react-native/Utilities/useRefEffect.js +30 -0
- package/dist/cjs/vendor/react-native/Utilities/useRefEffect.js.map +6 -0
- package/dist/cjs/vendor/react-native/Utilities/useRefEffect.native.js +30 -0
- package/dist/cjs/vendor/react-native/Utilities/useRefEffect.native.js.map +6 -0
- package/dist/cjs/vendor/react-native/ViewabilityHelper/index.cjs +142 -0
- package/dist/cjs/vendor/react-native/ViewabilityHelper/index.js +152 -0
- package/dist/cjs/vendor/react-native/ViewabilityHelper/index.js.map +6 -0
- package/dist/cjs/vendor/react-native/ViewabilityHelper/index.native.js +205 -0
- package/dist/cjs/vendor/react-native/ViewabilityHelper/index.native.js.map +6 -0
- package/dist/cjs/vendor/react-native/VirtualizeUtils/index.js.map +2 -2
- package/dist/cjs/vendor/react-native/VirtualizeUtils/index.native.js.map +2 -2
- package/dist/cjs/vendor/react-native/VirtualizedList/CellRenderMask.cjs +1 -3
- package/dist/cjs/vendor/react-native/VirtualizedList/CellRenderMask.js +2 -8
- package/dist/cjs/vendor/react-native/VirtualizedList/CellRenderMask.js.map +2 -2
- package/dist/cjs/vendor/react-native/VirtualizedList/CellRenderMask.native.js +1 -9
- package/dist/cjs/vendor/react-native/VirtualizedList/CellRenderMask.native.js.map +3 -3
- package/dist/cjs/vendor/react-native/VirtualizedList/ChildListCollection.js.map +2 -2
- package/dist/cjs/vendor/react-native/VirtualizedList/ChildListCollection.native.js.map +2 -2
- package/dist/cjs/vendor/react-native/VirtualizedList/StateSafePureComponent.cjs +3 -3
- package/dist/cjs/vendor/react-native/VirtualizedList/StateSafePureComponent.js +3 -3
- package/dist/cjs/vendor/react-native/VirtualizedList/StateSafePureComponent.js.map +3 -3
- package/dist/cjs/vendor/react-native/VirtualizedList/StateSafePureComponent.native.js +3 -3
- package/dist/cjs/vendor/react-native/VirtualizedList/StateSafePureComponent.native.js.map +2 -2
- package/dist/cjs/vendor/react-native/VirtualizedList/VirtualizedListCellRenderer.cjs +16 -9
- package/dist/cjs/vendor/react-native/VirtualizedList/VirtualizedListCellRenderer.js +16 -7
- package/dist/cjs/vendor/react-native/VirtualizedList/VirtualizedListCellRenderer.js.map +3 -3
- package/dist/cjs/vendor/react-native/VirtualizedList/VirtualizedListCellRenderer.native.js +19 -11
- package/dist/cjs/vendor/react-native/VirtualizedList/VirtualizedListCellRenderer.native.js.map +2 -2
- package/dist/cjs/vendor/react-native/VirtualizedList/VirtualizedListContext.cjs +4 -3
- package/dist/cjs/vendor/react-native/VirtualizedList/VirtualizedListContext.js +6 -13
- package/dist/cjs/vendor/react-native/VirtualizedList/VirtualizedListContext.js.map +2 -2
- package/dist/cjs/vendor/react-native/VirtualizedList/VirtualizedListContext.native.js +2 -1
- package/dist/cjs/vendor/react-native/VirtualizedList/VirtualizedListContext.native.js.map +3 -3
- package/dist/cjs/vendor/react-native/VirtualizedList/VirtualizedListProps.cjs +56 -8
- package/dist/cjs/vendor/react-native/VirtualizedList/VirtualizedListProps.js +46 -1
- package/dist/cjs/vendor/react-native/VirtualizedList/VirtualizedListProps.js.map +2 -2
- package/dist/cjs/vendor/react-native/VirtualizedList/VirtualizedListProps.native.js +49 -1
- package/dist/cjs/vendor/react-native/VirtualizedList/VirtualizedListProps.native.js.map +3 -3
- package/dist/cjs/vendor/react-native/VirtualizedList/index.cjs +136 -865
- package/dist/cjs/vendor/react-native/VirtualizedList/index.js +126 -894
- package/dist/cjs/vendor/react-native/VirtualizedList/index.js.map +3 -3
- package/dist/cjs/vendor/react-native/VirtualizedList/index.native.js +92 -853
- package/dist/cjs/vendor/react-native/VirtualizedList/index.native.js.map +3 -3
- package/dist/cjs/vendor/react-native/VirtualizedSectionList/index.cjs +129 -0
- package/dist/cjs/vendor/react-native/VirtualizedSectionList/index.js +118 -0
- package/dist/cjs/vendor/react-native/VirtualizedSectionList/index.js.map +6 -0
- package/dist/cjs/vendor/react-native/VirtualizedSectionList/index.native.js +219 -0
- package/dist/cjs/vendor/react-native/VirtualizedSectionList/index.native.js.map +6 -0
- package/dist/cjs/vendor/react-native/deepDiffer/index.cjs +5 -3
- package/dist/cjs/vendor/react-native/deepDiffer/index.js +4 -3
- package/dist/cjs/vendor/react-native/deepDiffer/index.js.map +3 -3
- package/dist/cjs/vendor/react-native/deepDiffer/index.native.js +3 -3
- package/dist/cjs/vendor/react-native/deepDiffer/index.native.js.map +2 -2
- package/dist/cjs/vendor/react-native/infoLog/index.js.map +2 -2
- package/dist/cjs/vendor/react-native/infoLog/index.native.js.map +2 -2
- package/dist/cjs/vendor/react-native/vendor/emitter/EventEmitter.cjs +86 -0
- package/dist/cjs/vendor/react-native/vendor/emitter/EventEmitter.js +85 -0
- package/dist/cjs/vendor/react-native/vendor/emitter/EventEmitter.js.map +6 -0
- package/dist/cjs/vendor/react-native/vendor/emitter/EventEmitter.native.js +163 -0
- package/dist/cjs/vendor/react-native/vendor/emitter/EventEmitter.native.js.map +6 -0
- package/dist/cjs/without-animated.cjs +1 -1
- package/dist/cjs/without-animated.js +1 -1
- package/dist/cjs/without-animated.js.map +1 -1
- package/dist/cjs/without-animated.native.js +1 -1
- package/dist/cjs/without-animated.native.js.map +1 -1
- package/dist/esm/InteractionManager/index.js +1 -0
- package/dist/esm/InteractionManager/index.js.map +1 -1
- package/dist/esm/InteractionManager/index.mjs +1 -0
- package/dist/esm/InteractionManager/index.mjs.map +1 -1
- package/dist/esm/InteractionManager/index.native.js +1 -0
- package/dist/esm/InteractionManager/index.native.js.map +1 -1
- package/dist/esm/ScrollView/index.js +155 -4
- package/dist/esm/ScrollView/index.js.map +1 -1
- package/dist/esm/ScrollView/index.mjs +173 -5
- package/dist/esm/ScrollView/index.mjs.map +1 -1
- package/dist/esm/ScrollView/index.native.js +176 -7
- package/dist/esm/ScrollView/index.native.js.map +1 -1
- package/dist/esm/SectionList.js +6 -0
- package/dist/esm/SectionList.js.map +6 -0
- package/dist/esm/SectionList.mjs +4 -0
- package/dist/esm/SectionList.mjs.map +1 -0
- package/dist/esm/SectionList.native.js +4 -0
- package/dist/esm/SectionList.native.js.map +1 -0
- package/dist/esm/TextInput/index.js +20 -3
- package/dist/esm/TextInput/index.js.map +1 -1
- package/dist/esm/TextInput/index.mjs +18 -2
- package/dist/esm/TextInput/index.mjs.map +1 -1
- package/dist/esm/TextInput/index.native.js +18 -2
- package/dist/esm/TextInput/index.native.js.map +1 -1
- package/dist/esm/TouchableNativeFeedback.js +6 -0
- package/dist/esm/TouchableNativeFeedback.js.map +6 -0
- package/dist/esm/TouchableNativeFeedback.mjs +4 -0
- package/dist/esm/TouchableNativeFeedback.mjs.map +1 -0
- package/dist/esm/TouchableNativeFeedback.native.js +4 -0
- package/dist/esm/TouchableNativeFeedback.native.js.map +1 -0
- package/dist/esm/VirtualizedList.js +6 -0
- package/dist/esm/VirtualizedList.js.map +6 -0
- package/dist/esm/VirtualizedList.mjs +4 -0
- package/dist/esm/VirtualizedList.mjs.map +1 -0
- package/dist/esm/VirtualizedList.native.js +4 -0
- package/dist/esm/VirtualizedList.native.js.map +1 -0
- package/dist/esm/createElement/index.js +3 -3
- package/dist/esm/createElement/index.js.map +1 -1
- package/dist/esm/createElement/index.mjs +3 -3
- package/dist/esm/createElement/index.mjs.map +1 -1
- package/dist/esm/createElement/index.native.js +3 -3
- package/dist/esm/createElement/index.native.js.map +1 -1
- package/dist/esm/index.js +12 -12
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/index.mjs +6 -4
- package/dist/esm/index.mjs.map +1 -1
- package/dist/esm/index.native.js +6 -4
- package/dist/esm/index.native.js.map +1 -1
- package/dist/esm/modules/requestIdleCallback.js +19 -0
- package/dist/esm/modules/requestIdleCallback.js.map +6 -0
- package/dist/esm/modules/requestIdleCallback.mjs +20 -0
- package/dist/esm/modules/requestIdleCallback.mjs.map +1 -0
- package/dist/esm/modules/requestIdleCallback.native.js +20 -0
- package/dist/esm/modules/requestIdleCallback.native.js.map +1 -0
- package/dist/esm/vendor/react-native/Animated/Animated.js +9 -5
- package/dist/esm/vendor/react-native/Animated/Animated.js.map +1 -1
- package/dist/esm/vendor/react-native/Animated/Animated.mjs +14 -11
- package/dist/esm/vendor/react-native/Animated/Animated.mjs.map +1 -1
- package/dist/esm/vendor/react-native/Animated/Animated.native.js +7 -4
- package/dist/esm/vendor/react-native/Animated/Animated.native.js.map +1 -1
- package/dist/esm/vendor/react-native/Animated/AnimatedEvent.js +25 -30
- package/dist/esm/vendor/react-native/Animated/AnimatedEvent.js.map +2 -2
- package/dist/esm/vendor/react-native/Animated/AnimatedEvent.mjs +25 -26
- package/dist/esm/vendor/react-native/Animated/AnimatedEvent.mjs.map +1 -1
- package/dist/esm/vendor/react-native/Animated/AnimatedEvent.native.js +21 -14
- package/dist/esm/vendor/react-native/Animated/AnimatedEvent.native.js.map +1 -1
- package/dist/esm/vendor/react-native/Animated/AnimatedImplementation.js +65 -84
- package/dist/esm/vendor/react-native/Animated/AnimatedImplementation.js.map +2 -2
- package/dist/esm/vendor/react-native/Animated/AnimatedImplementation.mjs +236 -234
- package/dist/esm/vendor/react-native/Animated/AnimatedImplementation.mjs.map +1 -1
- package/dist/esm/vendor/react-native/Animated/AnimatedImplementation.native.js +49 -43
- package/dist/esm/vendor/react-native/Animated/AnimatedImplementation.native.js.map +1 -1
- package/dist/esm/vendor/react-native/Animated/AnimatedMock.js +14 -20
- package/dist/esm/vendor/react-native/Animated/AnimatedMock.js.map +1 -1
- package/dist/esm/vendor/react-native/Animated/AnimatedMock.mjs +38 -39
- package/dist/esm/vendor/react-native/Animated/AnimatedMock.mjs.map +1 -1
- package/dist/esm/vendor/react-native/Animated/AnimatedMock.native.js +8 -7
- package/dist/esm/vendor/react-native/Animated/AnimatedMock.native.js.map +1 -1
- package/dist/esm/vendor/react-native/Animated/Easing.js +10 -11
- package/dist/esm/vendor/react-native/Animated/Easing.js.map +2 -2
- package/dist/esm/vendor/react-native/Animated/Easing.mjs +10 -11
- package/dist/esm/vendor/react-native/Animated/Easing.mjs.map +1 -1
- package/dist/esm/vendor/react-native/Animated/Easing.native.js +12 -11
- package/dist/esm/vendor/react-native/Animated/Easing.native.js.map +1 -1
- package/dist/esm/vendor/react-native/Animated/NativeAnimatedHelper.js +27 -34
- package/dist/esm/vendor/react-native/Animated/NativeAnimatedHelper.js.map +1 -1
- package/dist/esm/vendor/react-native/Animated/NativeAnimatedHelper.mjs +24 -32
- package/dist/esm/vendor/react-native/Animated/NativeAnimatedHelper.mjs.map +1 -1
- package/dist/esm/vendor/react-native/Animated/NativeAnimatedHelper.native.js +45 -44
- package/dist/esm/vendor/react-native/Animated/NativeAnimatedHelper.native.js.map +1 -1
- package/dist/esm/vendor/react-native/Animated/NativeAnimatedModule.js +60 -1
- package/dist/esm/vendor/react-native/Animated/NativeAnimatedModule.js.map +1 -1
- package/dist/esm/vendor/react-native/Animated/NativeAnimatedModule.mjs +35 -2
- package/dist/esm/vendor/react-native/Animated/NativeAnimatedModule.mjs.map +1 -1
- package/dist/esm/vendor/react-native/Animated/NativeAnimatedModule.native.js +35 -2
- package/dist/esm/vendor/react-native/Animated/NativeAnimatedModule.native.js.map +1 -1
- package/dist/esm/vendor/react-native/Animated/NativeAnimatedTurboModule.js +55 -1
- package/dist/esm/vendor/react-native/Animated/NativeAnimatedTurboModule.js.map +1 -1
- package/dist/esm/vendor/react-native/Animated/NativeAnimatedTurboModule.mjs +32 -2
- package/dist/esm/vendor/react-native/Animated/NativeAnimatedTurboModule.mjs.map +1 -1
- package/dist/esm/vendor/react-native/Animated/NativeAnimatedTurboModule.native.js +32 -2
- package/dist/esm/vendor/react-native/Animated/NativeAnimatedTurboModule.native.js.map +1 -1
- package/dist/esm/vendor/react-native/Animated/SpringConfig.js +5 -5
- package/dist/esm/vendor/react-native/Animated/SpringConfig.js.map +1 -1
- package/dist/esm/vendor/react-native/Animated/SpringConfig.mjs +5 -5
- package/dist/esm/vendor/react-native/Animated/SpringConfig.mjs.map +1 -1
- package/dist/esm/vendor/react-native/Animated/SpringConfig.native.js.map +1 -1
- package/dist/esm/vendor/react-native/Animated/animations/Animation.js +15 -6
- package/dist/esm/vendor/react-native/Animated/animations/Animation.js.map +1 -1
- package/dist/esm/vendor/react-native/Animated/animations/Animation.mjs +9 -4
- package/dist/esm/vendor/react-native/Animated/animations/Animation.mjs.map +1 -1
- package/dist/esm/vendor/react-native/Animated/animations/Animation.native.js +10 -2
- package/dist/esm/vendor/react-native/Animated/animations/Animation.native.js.map +1 -1
- package/dist/esm/vendor/react-native/Animated/animations/DecayAnimation.js +13 -10
- package/dist/esm/vendor/react-native/Animated/animations/DecayAnimation.js.map +1 -1
- package/dist/esm/vendor/react-native/Animated/animations/DecayAnimation.mjs +11 -4
- package/dist/esm/vendor/react-native/Animated/animations/DecayAnimation.mjs.map +1 -1
- package/dist/esm/vendor/react-native/Animated/animations/DecayAnimation.native.js +17 -3
- package/dist/esm/vendor/react-native/Animated/animations/DecayAnimation.native.js.map +1 -1
- package/dist/esm/vendor/react-native/Animated/animations/SpringAnimation.js +56 -40
- package/dist/esm/vendor/react-native/Animated/animations/SpringAnimation.js.map +1 -1
- package/dist/esm/vendor/react-native/Animated/animations/SpringAnimation.mjs +52 -41
- package/dist/esm/vendor/react-native/Animated/animations/SpringAnimation.mjs.map +1 -1
- package/dist/esm/vendor/react-native/Animated/animations/SpringAnimation.native.js +46 -16
- package/dist/esm/vendor/react-native/Animated/animations/SpringAnimation.native.js.map +1 -1
- package/dist/esm/vendor/react-native/Animated/animations/TimingAnimation.js +21 -16
- package/dist/esm/vendor/react-native/Animated/animations/TimingAnimation.js.map +1 -1
- package/dist/esm/vendor/react-native/Animated/animations/TimingAnimation.mjs +20 -7
- package/dist/esm/vendor/react-native/Animated/animations/TimingAnimation.mjs.map +1 -1
- package/dist/esm/vendor/react-native/Animated/animations/TimingAnimation.native.js +23 -3
- package/dist/esm/vendor/react-native/Animated/animations/TimingAnimation.native.js.map +1 -1
- package/dist/esm/vendor/react-native/Animated/bezier.js +22 -13
- package/dist/esm/vendor/react-native/Animated/bezier.js.map +1 -1
- package/dist/esm/vendor/react-native/Animated/bezier.mjs +16 -18
- package/dist/esm/vendor/react-native/Animated/bezier.mjs.map +1 -1
- package/dist/esm/vendor/react-native/Animated/bezier.native.js.map +1 -1
- package/dist/esm/vendor/react-native/Animated/components/AnimatedFlatList.js +10 -0
- package/dist/esm/vendor/react-native/Animated/components/AnimatedFlatList.js.map +6 -0
- package/dist/esm/vendor/react-native/Animated/components/AnimatedFlatList.mjs +12 -0
- package/dist/esm/vendor/react-native/Animated/components/AnimatedFlatList.mjs.map +1 -0
- package/dist/esm/vendor/react-native/Animated/components/AnimatedFlatList.native.js +14 -0
- package/dist/esm/vendor/react-native/Animated/components/AnimatedFlatList.native.js.map +1 -0
- package/dist/esm/vendor/react-native/Animated/components/AnimatedImage.js +1 -1
- package/dist/esm/vendor/react-native/Animated/components/AnimatedImage.mjs +1 -1
- package/dist/esm/vendor/react-native/Animated/components/AnimatedImage.native.js +1 -1
- package/dist/esm/vendor/react-native/Animated/components/AnimatedScrollView.js +4 -11
- package/dist/esm/vendor/react-native/Animated/components/AnimatedScrollView.js.map +2 -2
- package/dist/esm/vendor/react-native/Animated/components/AnimatedScrollView.mjs +8 -7
- package/dist/esm/vendor/react-native/Animated/components/AnimatedScrollView.mjs.map +1 -1
- package/dist/esm/vendor/react-native/Animated/components/AnimatedScrollView.native.js +3 -2
- package/dist/esm/vendor/react-native/Animated/components/AnimatedScrollView.native.js.map +1 -1
- package/dist/esm/vendor/react-native/Animated/components/AnimatedSectionList.js +10 -0
- package/dist/esm/vendor/react-native/Animated/components/AnimatedSectionList.js.map +6 -0
- package/dist/esm/vendor/react-native/Animated/components/AnimatedSectionList.mjs +12 -0
- package/dist/esm/vendor/react-native/Animated/components/AnimatedSectionList.mjs.map +1 -0
- package/dist/esm/vendor/react-native/Animated/components/AnimatedSectionList.native.js +14 -0
- package/dist/esm/vendor/react-native/Animated/components/AnimatedSectionList.native.js.map +1 -0
- package/dist/esm/vendor/react-native/Animated/components/AnimatedText.js +1 -2
- package/dist/esm/vendor/react-native/Animated/components/AnimatedText.js.map +1 -1
- package/dist/esm/vendor/react-native/Animated/components/AnimatedText.mjs +1 -2
- package/dist/esm/vendor/react-native/Animated/components/AnimatedText.mjs.map +1 -1
- package/dist/esm/vendor/react-native/Animated/components/AnimatedText.native.js +1 -2
- package/dist/esm/vendor/react-native/Animated/components/AnimatedText.native.js.map +1 -1
- package/dist/esm/vendor/react-native/Animated/components/AnimatedView.js +1 -2
- package/dist/esm/vendor/react-native/Animated/components/AnimatedView.js.map +1 -1
- package/dist/esm/vendor/react-native/Animated/components/AnimatedView.mjs +1 -2
- package/dist/esm/vendor/react-native/Animated/components/AnimatedView.mjs.map +1 -1
- package/dist/esm/vendor/react-native/Animated/components/AnimatedView.native.js +1 -2
- package/dist/esm/vendor/react-native/Animated/components/AnimatedView.native.js.map +1 -1
- package/dist/esm/vendor/react-native/Animated/createAnimatedComponent.js +16 -12
- package/dist/esm/vendor/react-native/Animated/createAnimatedComponent.js.map +2 -2
- package/dist/esm/vendor/react-native/Animated/createAnimatedComponent.mjs +15 -16
- package/dist/esm/vendor/react-native/Animated/createAnimatedComponent.mjs.map +1 -1
- package/dist/esm/vendor/react-native/Animated/createAnimatedComponent.native.js +11 -11
- package/dist/esm/vendor/react-native/Animated/createAnimatedComponent.native.js.map +1 -1
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedAddition.js +2 -0
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedAddition.js.map +1 -1
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedAddition.mjs +2 -0
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedAddition.mjs.map +1 -1
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedAddition.native.js +9 -1
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedAddition.native.js.map +1 -1
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedColor.js +33 -52
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedColor.js.map +1 -1
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedColor.mjs +34 -46
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedColor.mjs.map +1 -1
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedColor.native.js +27 -32
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedColor.native.js.map +1 -1
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedDiffClamp.js +6 -1
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedDiffClamp.js.map +1 -1
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedDiffClamp.mjs +6 -1
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedDiffClamp.mjs.map +1 -1
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedDiffClamp.native.js +11 -1
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedDiffClamp.native.js.map +1 -1
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedDivision.js +5 -2
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedDivision.js.map +1 -1
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedDivision.mjs +5 -2
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedDivision.mjs.map +1 -1
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedDivision.native.js +9 -1
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedDivision.native.js.map +1 -1
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedInterpolation.js +25 -28
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedInterpolation.js.map +2 -2
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedInterpolation.mjs +26 -31
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedInterpolation.mjs.map +1 -1
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedInterpolation.native.js +13 -12
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedInterpolation.native.js.map +1 -1
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedModulo.js +2 -0
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedModulo.js.map +1 -1
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedModulo.mjs +2 -0
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedModulo.mjs.map +1 -1
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedModulo.native.js +11 -1
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedModulo.native.js.map +1 -1
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedMultiplication.js +2 -0
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedMultiplication.js.map +1 -1
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedMultiplication.mjs +2 -0
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedMultiplication.mjs.map +1 -1
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedMultiplication.native.js +9 -1
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedMultiplication.native.js.map +1 -1
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedNode.js +14 -10
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedNode.js.map +1 -1
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedNode.mjs +13 -8
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedNode.mjs.map +1 -1
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedNode.native.js +13 -5
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedNode.native.js.map +1 -1
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedProps.js +23 -20
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedProps.js.map +1 -1
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedProps.mjs +19 -19
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedProps.mjs.map +1 -1
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedProps.native.js +4 -2
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedProps.native.js.map +1 -1
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedStyle.js +24 -22
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedStyle.js.map +1 -1
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedStyle.mjs +24 -22
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedStyle.mjs.map +1 -1
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedStyle.native.js +14 -4
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedStyle.native.js.map +1 -1
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedSubtraction.js +2 -0
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedSubtraction.js.map +1 -1
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedSubtraction.mjs +2 -0
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedSubtraction.mjs.map +1 -1
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedSubtraction.native.js +9 -1
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedSubtraction.native.js.map +1 -1
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedTracking.js +13 -11
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedTracking.js.map +1 -1
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedTracking.mjs +13 -6
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedTracking.mjs.map +1 -1
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedTracking.native.js +16 -4
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedTracking.native.js.map +1 -1
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedTransform.js +18 -17
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedTransform.js.map +1 -1
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedTransform.mjs +18 -17
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedTransform.mjs.map +1 -1
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedTransform.native.js +10 -2
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedTransform.native.js.map +1 -1
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedValue.js +11 -6
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedValue.js.map +1 -1
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedValue.mjs +11 -6
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedValue.mjs.map +1 -1
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedValue.native.js +11 -3
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedValue.native.js.map +1 -1
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedValueXY.js +5 -83
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedValueXY.js.map +1 -1
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedValueXY.mjs +7 -73
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedValueXY.mjs.map +1 -1
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedValueXY.native.js +7 -70
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedValueXY.native.js.map +1 -1
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedWithChildren.js +16 -11
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedWithChildren.js.map +1 -1
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedWithChildren.mjs +4 -10
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedWithChildren.mjs.map +1 -1
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedWithChildren.native.js +43 -8
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedWithChildren.native.js.map +1 -1
- package/dist/esm/vendor/react-native/Animated/useAnimatedProps.js +15 -31
- package/dist/esm/vendor/react-native/Animated/useAnimatedProps.js.map +1 -1
- package/dist/esm/vendor/react-native/Animated/useAnimatedProps.mjs +14 -23
- package/dist/esm/vendor/react-native/Animated/useAnimatedProps.mjs.map +1 -1
- package/dist/esm/vendor/react-native/Animated/useAnimatedProps.native.js +25 -19
- package/dist/esm/vendor/react-native/Animated/useAnimatedProps.native.js.map +1 -1
- package/dist/esm/{Batchinator → vendor/react-native/Batchinator}/index.js +2 -2
- package/dist/esm/vendor/react-native/Batchinator/index.js.map +6 -0
- package/dist/esm/{Batchinator → vendor/react-native/Batchinator}/index.mjs +2 -2
- package/dist/esm/vendor/react-native/Batchinator/index.mjs.map +1 -0
- package/dist/esm/{Batchinator → vendor/react-native/Batchinator}/index.native.js +2 -4
- package/dist/esm/vendor/react-native/Batchinator/index.native.js.map +1 -0
- package/dist/esm/vendor/react-native/EventEmitter/NativeEventEmitter.js +42 -0
- package/dist/esm/vendor/react-native/EventEmitter/NativeEventEmitter.js.map +6 -0
- package/dist/esm/vendor/react-native/EventEmitter/NativeEventEmitter.mjs +34 -0
- package/dist/esm/vendor/react-native/EventEmitter/NativeEventEmitter.mjs.map +1 -0
- package/dist/esm/vendor/react-native/{NativeEventEmitter/index.native.js → EventEmitter/NativeEventEmitter.native.js} +19 -12
- package/dist/esm/vendor/react-native/EventEmitter/NativeEventEmitter.native.js.map +1 -0
- package/dist/esm/vendor/react-native/EventEmitter/RCTDeviceEventEmitter.js.map +6 -0
- package/dist/esm/vendor/react-native/EventEmitter/RCTDeviceEventEmitter.mjs.map +1 -0
- package/dist/esm/vendor/react-native/EventEmitter/RCTDeviceEventEmitter.native.js.map +1 -0
- package/dist/esm/vendor/react-native/FillRateHelper/index.js +3 -3
- package/dist/esm/vendor/react-native/FillRateHelper/index.js.map +2 -2
- package/dist/esm/vendor/react-native/FillRateHelper/index.mjs +3 -3
- package/dist/esm/vendor/react-native/FillRateHelper/index.mjs.map +1 -1
- package/dist/esm/vendor/react-native/FillRateHelper/index.native.js +7 -7
- package/dist/esm/vendor/react-native/FillRateHelper/index.native.js.map +1 -1
- package/dist/esm/vendor/react-native/FlatList/index.js +254 -0
- package/dist/esm/vendor/react-native/FlatList/index.js.map +6 -0
- package/dist/esm/vendor/react-native/FlatList/index.mjs +228 -0
- package/dist/esm/vendor/react-native/FlatList/index.mjs.map +1 -0
- package/dist/esm/vendor/react-native/FlatList/index.native.js +330 -0
- package/dist/esm/vendor/react-native/FlatList/index.native.js.map +1 -0
- package/dist/esm/vendor/react-native/JSEventLoopWatchdog/index.js +39 -0
- package/dist/esm/vendor/react-native/JSEventLoopWatchdog/index.js.map +6 -0
- package/dist/esm/vendor/react-native/JSEventLoopWatchdog/index.mjs +52 -0
- package/dist/esm/vendor/react-native/JSEventLoopWatchdog/index.mjs.map +1 -0
- package/dist/esm/vendor/react-native/JSEventLoopWatchdog/index.native.js +53 -0
- package/dist/esm/vendor/react-native/JSEventLoopWatchdog/index.native.js.map +1 -0
- package/dist/esm/vendor/react-native/LayoutAnimation/index.js +84 -0
- package/dist/esm/vendor/react-native/LayoutAnimation/index.js.map +6 -0
- package/dist/esm/vendor/react-native/LayoutAnimation/index.mjs +85 -0
- package/dist/esm/vendor/react-native/LayoutAnimation/index.mjs.map +1 -0
- package/dist/esm/vendor/react-native/LayoutAnimation/index.native.js +86 -0
- package/dist/esm/vendor/react-native/LayoutAnimation/index.native.js.map +1 -0
- package/dist/esm/vendor/react-native/PanResponder/index.js +14 -202
- package/dist/esm/vendor/react-native/PanResponder/index.js.map +2 -2
- package/dist/esm/vendor/react-native/PanResponder/index.mjs +18 -192
- package/dist/esm/vendor/react-native/PanResponder/index.mjs.map +1 -1
- package/dist/esm/vendor/react-native/PanResponder/index.native.js +33 -192
- package/dist/esm/vendor/react-native/PanResponder/index.native.js.map +1 -1
- package/dist/esm/vendor/react-native/PooledClass/index.js +21 -0
- package/dist/esm/vendor/react-native/PooledClass/index.js.map +6 -0
- package/dist/esm/vendor/react-native/PooledClass/index.mjs +24 -0
- package/dist/esm/vendor/react-native/PooledClass/index.mjs.map +1 -0
- package/dist/esm/vendor/react-native/PooledClass/index.native.js +24 -0
- package/dist/esm/vendor/react-native/PooledClass/index.native.js.map +1 -0
- package/dist/esm/vendor/react-native/ReactNative/ReactNativeFeatureFlags.js +12 -0
- package/dist/esm/vendor/react-native/ReactNative/ReactNativeFeatureFlags.js.map +6 -0
- package/dist/esm/vendor/react-native/ReactNative/ReactNativeFeatureFlags.mjs +10 -0
- package/dist/esm/vendor/react-native/ReactNative/ReactNativeFeatureFlags.mjs.map +1 -0
- package/dist/esm/vendor/react-native/ReactNative/ReactNativeFeatureFlags.native.js +20 -0
- package/dist/esm/vendor/react-native/ReactNative/ReactNativeFeatureFlags.native.js.map +1 -0
- package/dist/esm/vendor/react-native/SectionList/index.js +63 -0
- package/dist/esm/vendor/react-native/SectionList/index.js.map +6 -0
- package/dist/esm/vendor/react-native/SectionList/index.mjs +68 -0
- package/dist/esm/vendor/react-native/SectionList/index.mjs.map +1 -0
- package/dist/esm/vendor/react-native/SectionList/index.native.js +161 -0
- package/dist/esm/vendor/react-native/SectionList/index.native.js.map +1 -0
- package/dist/esm/vendor/react-native/StaticContainer/index.js +15 -0
- package/dist/esm/vendor/react-native/StaticContainer/index.js.map +6 -0
- package/dist/esm/vendor/react-native/StaticContainer/index.mjs +13 -0
- package/dist/esm/vendor/react-native/StaticContainer/index.mjs.map +1 -0
- package/dist/esm/vendor/react-native/StaticContainer/index.native.js +77 -0
- package/dist/esm/vendor/react-native/StaticContainer/index.native.js.map +1 -0
- package/dist/esm/vendor/react-native/StaticRenderer/index.js +14 -0
- package/dist/esm/vendor/react-native/StaticRenderer/index.js.map +6 -0
- package/dist/esm/vendor/react-native/StaticRenderer/index.mjs +12 -0
- package/dist/esm/vendor/react-native/StaticRenderer/index.mjs.map +1 -0
- package/dist/esm/vendor/react-native/StaticRenderer/index.native.js +76 -0
- package/dist/esm/vendor/react-native/StaticRenderer/index.native.js.map +1 -0
- package/dist/esm/vendor/react-native/TouchHistoryMath/index.js.map +2 -2
- package/dist/esm/vendor/react-native/TouchHistoryMath/index.mjs.map +1 -1
- package/dist/esm/vendor/react-native/TouchHistoryMath/index.native.js.map +1 -1
- package/dist/esm/vendor/react-native/TurboModule/RCTExport.js +9 -0
- package/dist/esm/vendor/react-native/TurboModule/RCTExport.js.map +2 -2
- package/dist/esm/vendor/react-native/TurboModule/RCTExport.mjs +7 -1
- package/dist/esm/vendor/react-native/TurboModule/RCTExport.mjs.map +1 -1
- package/dist/esm/vendor/react-native/TurboModule/RCTExport.native.js +9 -1
- package/dist/esm/vendor/react-native/TurboModule/RCTExport.native.js.map +1 -1
- package/dist/esm/vendor/react-native/TurboModule/TurboModuleRegistry.js +6 -1
- package/dist/esm/vendor/react-native/TurboModule/TurboModuleRegistry.js.map +1 -1
- package/dist/esm/vendor/react-native/TurboModule/TurboModuleRegistry.mjs +3 -1
- package/dist/esm/vendor/react-native/TurboModule/TurboModuleRegistry.mjs.map +1 -1
- package/dist/esm/vendor/react-native/TurboModule/TurboModuleRegistry.native.js +3 -1
- package/dist/esm/vendor/react-native/TurboModule/TurboModuleRegistry.native.js.map +1 -1
- package/dist/esm/vendor/react-native/Types/CoreEventTypes.js +119 -0
- package/dist/esm/vendor/react-native/Types/CoreEventTypes.js.map +2 -2
- package/dist/esm/vendor/react-native/Types/CoreEventTypes.mjs +131 -1
- package/dist/esm/vendor/react-native/Types/CoreEventTypes.mjs.map +1 -1
- package/dist/esm/vendor/react-native/Types/CoreEventTypes.native.js +135 -1
- package/dist/esm/vendor/react-native/Types/CoreEventTypes.native.js.map +1 -1
- package/dist/esm/vendor/react-native/Utilities/Platform.js +6 -0
- package/dist/esm/vendor/react-native/Utilities/Platform.js.map +6 -0
- package/dist/esm/vendor/react-native/Utilities/Platform.mjs +4 -0
- package/dist/esm/vendor/react-native/Utilities/Platform.mjs.map +1 -0
- package/dist/esm/vendor/react-native/Utilities/Platform.native.js +4 -0
- package/dist/esm/vendor/react-native/Utilities/Platform.native.js.map +1 -0
- package/dist/esm/vendor/react-native/Utilities/clamp.js.map +2 -2
- package/dist/esm/vendor/react-native/Utilities/clamp.mjs.map +1 -1
- package/dist/esm/vendor/react-native/Utilities/clamp.native.js.map +1 -1
- package/dist/esm/vendor/react-native/Utilities/setAndForwardRef.js +5 -3
- package/dist/esm/vendor/react-native/Utilities/setAndForwardRef.js.map +1 -1
- package/dist/esm/vendor/react-native/Utilities/setAndForwardRef.mjs +5 -4
- package/dist/esm/vendor/react-native/Utilities/setAndForwardRef.mjs.map +1 -1
- package/dist/esm/vendor/react-native/Utilities/setAndForwardRef.native.js +5 -3
- package/dist/esm/vendor/react-native/Utilities/setAndForwardRef.native.js.map +1 -1
- package/dist/esm/vendor/react-native/Utilities/useMergeRefs.js +15 -0
- package/dist/esm/vendor/react-native/Utilities/useMergeRefs.js.map +6 -0
- package/dist/esm/vendor/react-native/Utilities/useMergeRefs.mjs +10 -0
- package/dist/esm/vendor/react-native/Utilities/useMergeRefs.mjs.map +1 -0
- package/dist/esm/vendor/react-native/Utilities/useMergeRefs.native.js +25 -0
- package/dist/esm/vendor/react-native/Utilities/useMergeRefs.native.js.map +1 -0
- package/dist/esm/vendor/react-native/Utilities/useRefEffect.js +14 -0
- package/dist/esm/vendor/react-native/Utilities/useRefEffect.js.map +6 -0
- package/dist/esm/vendor/react-native/Utilities/useRefEffect.mjs +9 -0
- package/dist/esm/vendor/react-native/Utilities/useRefEffect.mjs.map +1 -0
- package/dist/esm/vendor/react-native/Utilities/useRefEffect.native.js +9 -0
- package/dist/esm/vendor/react-native/Utilities/useRefEffect.native.js.map +1 -0
- package/dist/esm/vendor/react-native/ViewabilityHelper/index.js +135 -0
- package/dist/esm/vendor/react-native/ViewabilityHelper/index.js.map +6 -0
- package/dist/esm/vendor/react-native/ViewabilityHelper/index.mjs +117 -0
- package/dist/esm/vendor/react-native/ViewabilityHelper/index.mjs.map +1 -0
- package/dist/esm/vendor/react-native/ViewabilityHelper/index.native.js +185 -0
- package/dist/esm/vendor/react-native/ViewabilityHelper/index.native.js.map +1 -0
- package/dist/esm/vendor/react-native/VirtualizeUtils/index.js.map +2 -2
- package/dist/esm/vendor/react-native/VirtualizeUtils/index.mjs.map +1 -1
- package/dist/esm/vendor/react-native/VirtualizeUtils/index.native.js.map +1 -1
- package/dist/esm/vendor/react-native/VirtualizedList/CellRenderMask.js +2 -8
- package/dist/esm/vendor/react-native/VirtualizedList/CellRenderMask.js.map +2 -2
- package/dist/esm/vendor/react-native/VirtualizedList/CellRenderMask.mjs +1 -3
- package/dist/esm/vendor/react-native/VirtualizedList/CellRenderMask.mjs.map +1 -1
- package/dist/esm/vendor/react-native/VirtualizedList/CellRenderMask.native.js +1 -9
- package/dist/esm/vendor/react-native/VirtualizedList/CellRenderMask.native.js.map +1 -1
- package/dist/esm/vendor/react-native/VirtualizedList/ChildListCollection.js.map +2 -2
- package/dist/esm/vendor/react-native/VirtualizedList/ChildListCollection.mjs.map +1 -1
- package/dist/esm/vendor/react-native/VirtualizedList/ChildListCollection.native.js.map +1 -1
- package/dist/esm/vendor/react-native/VirtualizedList/StateSafePureComponent.js +2 -2
- package/dist/esm/vendor/react-native/VirtualizedList/StateSafePureComponent.js.map +2 -2
- package/dist/esm/vendor/react-native/VirtualizedList/StateSafePureComponent.mjs +2 -2
- package/dist/esm/vendor/react-native/VirtualizedList/StateSafePureComponent.mjs.map +1 -1
- package/dist/esm/vendor/react-native/VirtualizedList/StateSafePureComponent.native.js +2 -2
- package/dist/esm/vendor/react-native/VirtualizedList/StateSafePureComponent.native.js.map +1 -1
- package/dist/esm/vendor/react-native/VirtualizedList/VirtualizedListCellRenderer.js +16 -10
- package/dist/esm/vendor/react-native/VirtualizedList/VirtualizedListCellRenderer.js.map +2 -2
- package/dist/esm/vendor/react-native/VirtualizedList/VirtualizedListCellRenderer.mjs +14 -7
- package/dist/esm/vendor/react-native/VirtualizedList/VirtualizedListCellRenderer.mjs.map +1 -1
- package/dist/esm/vendor/react-native/VirtualizedList/VirtualizedListCellRenderer.native.js +16 -9
- package/dist/esm/vendor/react-native/VirtualizedList/VirtualizedListCellRenderer.native.js.map +1 -1
- package/dist/esm/vendor/react-native/VirtualizedList/VirtualizedListContext.js +6 -12
- package/dist/esm/vendor/react-native/VirtualizedList/VirtualizedListContext.js.map +2 -2
- package/dist/esm/vendor/react-native/VirtualizedList/VirtualizedListContext.mjs +3 -2
- package/dist/esm/vendor/react-native/VirtualizedList/VirtualizedListContext.mjs.map +1 -1
- package/dist/esm/vendor/react-native/VirtualizedList/VirtualizedListContext.native.js +3 -2
- package/dist/esm/vendor/react-native/VirtualizedList/VirtualizedListContext.native.js.map +1 -1
- package/dist/esm/vendor/react-native/VirtualizedList/VirtualizedListProps.js +42 -0
- package/dist/esm/vendor/react-native/VirtualizedList/VirtualizedListProps.js.map +2 -2
- package/dist/esm/vendor/react-native/VirtualizedList/VirtualizedListProps.mjs +39 -1
- package/dist/esm/vendor/react-native/VirtualizedList/VirtualizedListProps.mjs.map +1 -1
- package/dist/esm/vendor/react-native/VirtualizedList/VirtualizedListProps.native.js +39 -1
- package/dist/esm/vendor/react-native/VirtualizedList/VirtualizedListProps.native.js.map +1 -1
- package/dist/esm/vendor/react-native/VirtualizedList/index.js +135 -910
- package/dist/esm/vendor/react-native/VirtualizedList/index.js.map +2 -2
- package/dist/esm/vendor/react-native/VirtualizedList/index.mjs +138 -867
- package/dist/esm/vendor/react-native/VirtualizedList/index.mjs.map +1 -1
- package/dist/esm/vendor/react-native/VirtualizedList/index.native.js +128 -912
- package/dist/esm/vendor/react-native/VirtualizedList/index.native.js.map +1 -1
- package/dist/esm/vendor/react-native/VirtualizedSectionList/index.js +96 -0
- package/dist/esm/vendor/react-native/VirtualizedSectionList/index.js.map +6 -0
- package/dist/esm/vendor/react-native/VirtualizedSectionList/index.mjs +95 -0
- package/dist/esm/vendor/react-native/VirtualizedSectionList/index.mjs.map +1 -0
- package/dist/esm/vendor/react-native/VirtualizedSectionList/index.native.js +204 -0
- package/dist/esm/vendor/react-native/VirtualizedSectionList/index.native.js.map +1 -0
- package/dist/esm/vendor/react-native/deepDiffer/index.js +3 -3
- package/dist/esm/vendor/react-native/deepDiffer/index.js.map +3 -3
- package/dist/esm/vendor/react-native/deepDiffer/index.mjs +3 -3
- package/dist/esm/vendor/react-native/deepDiffer/index.mjs.map +1 -1
- package/dist/esm/vendor/react-native/deepDiffer/index.native.js +3 -3
- package/dist/esm/vendor/react-native/deepDiffer/index.native.js.map +1 -1
- package/dist/esm/vendor/react-native/infoLog/index.js.map +2 -2
- package/dist/esm/vendor/react-native/infoLog/index.mjs.map +1 -1
- package/dist/esm/vendor/react-native/infoLog/index.native.js.map +1 -1
- package/dist/esm/vendor/react-native/vendor/emitter/EventEmitter.js +69 -0
- package/dist/esm/vendor/react-native/vendor/emitter/EventEmitter.js.map +6 -0
- package/dist/esm/vendor/react-native/vendor/emitter/EventEmitter.mjs +61 -0
- package/dist/esm/vendor/react-native/vendor/emitter/EventEmitter.mjs.map +1 -0
- package/dist/esm/vendor/react-native/vendor/emitter/EventEmitter.native.js +122 -0
- package/dist/esm/vendor/react-native/vendor/emitter/EventEmitter.native.js.map +1 -0
- package/dist/esm/without-animated.js +1 -1
- package/dist/esm/without-animated.mjs +1 -1
- package/dist/esm/without-animated.native.js +1 -1
- package/package.json +6 -6
- package/src/InteractionManager/index.tsx +1 -0
- package/src/ScrollView/index.tsx +238 -1
- package/src/SectionList.tsx +9 -0
- package/src/TextInput/index.tsx +20 -1
- package/src/TextInput/types.tsx +2 -0
- package/src/TouchableNativeFeedback.tsx +9 -0
- package/src/VirtualizedList.tsx +9 -0
- package/src/createElement/index.tsx +4 -4
- package/src/index.tsx +7 -5
- package/src/modules/requestIdleCallback.ts +34 -0
- package/src/vendor/react-native/Animated/Animated.js +17 -13
- package/src/vendor/react-native/Animated/AnimatedEvent.js +40 -65
- package/src/vendor/react-native/Animated/AnimatedImplementation.js +151 -190
- package/src/vendor/react-native/Animated/AnimatedMock.js +30 -44
- package/src/vendor/react-native/Animated/AnimatedPlatformConfig.js +4 -2
- package/src/vendor/react-native/Animated/Easing.js +60 -65
- package/src/vendor/react-native/Animated/NativeAnimatedHelper.js +87 -123
- package/src/vendor/react-native/Animated/NativeAnimatedModule.js +59 -3
- package/src/vendor/react-native/Animated/NativeAnimatedTurboModule.js +55 -3
- package/src/vendor/react-native/Animated/SpringConfig.js +14 -9
- package/src/vendor/react-native/Animated/animations/Animation.js +44 -31
- package/src/vendor/react-native/Animated/animations/DecayAnimation.js +52 -54
- package/src/vendor/react-native/Animated/animations/SpringAnimation.js +84 -140
- package/src/vendor/react-native/Animated/animations/TimingAnimation.js +29 -57
- package/src/vendor/react-native/Animated/bezier.js +80 -71
- package/src/vendor/react-native/Animated/components/AnimatedFlatList.jsx +23 -0
- package/src/vendor/react-native/Animated/components/AnimatedImage.js +2 -2
- package/src/vendor/react-native/Animated/components/{AnimatedScrollView.js → AnimatedScrollView.jsx} +9 -15
- package/src/vendor/react-native/Animated/components/AnimatedSectionList.jsx +23 -0
- package/src/vendor/react-native/Animated/components/AnimatedText.js +1 -3
- package/src/vendor/react-native/Animated/components/AnimatedView.js +1 -3
- package/src/vendor/react-native/Animated/createAnimatedComponent.jsx +46 -0
- package/src/vendor/react-native/Animated/nodes/AnimatedAddition.js +28 -26
- package/src/vendor/react-native/Animated/nodes/AnimatedColor.js +56 -122
- package/src/vendor/react-native/Animated/nodes/AnimatedDiffClamp.js +10 -7
- package/src/vendor/react-native/Animated/nodes/AnimatedDivision.js +36 -41
- package/src/vendor/react-native/Animated/nodes/{AnimatedInterpolation.js → AnimatedInterpolation.jsx} +55 -70
- package/src/vendor/react-native/Animated/nodes/AnimatedModulo.js +4 -4
- package/src/vendor/react-native/Animated/nodes/AnimatedMultiplication.js +28 -27
- package/src/vendor/react-native/Animated/nodes/AnimatedNode.js +23 -40
- package/src/vendor/react-native/Animated/nodes/AnimatedProps.js +25 -45
- package/src/vendor/react-native/Animated/nodes/AnimatedStyle.js +32 -46
- package/src/vendor/react-native/Animated/nodes/AnimatedSubtraction.js +27 -26
- package/src/vendor/react-native/Animated/nodes/AnimatedTracking.js +16 -22
- package/src/vendor/react-native/Animated/nodes/AnimatedTransform.js +53 -62
- package/src/vendor/react-native/Animated/nodes/AnimatedValue.js +33 -59
- package/src/vendor/react-native/Animated/nodes/AnimatedValueXY.js +8 -101
- package/src/vendor/react-native/Animated/nodes/AnimatedWithChildren.js +21 -25
- package/src/vendor/react-native/Animated/useAnimatedProps.js +45 -93
- package/src/{Batchinator/index.tsx → vendor/react-native/Batchinator/index.js} +10 -12
- package/src/vendor/react-native/{NativeEventEmitter/index.js → EventEmitter/NativeEventEmitter.js} +14 -34
- package/src/vendor/react-native/{NativeEventEmitter → EventEmitter}/RCTDeviceEventEmitter.js +4 -2
- package/src/vendor/react-native/FillRateHelper/{index.tsx → index.js} +41 -47
- package/src/vendor/react-native/FlatList/index.jsx +529 -0
- package/src/vendor/react-native/JSEventLoopWatchdog/index.js +84 -0
- package/src/vendor/react-native/LayoutAnimation/index.js +121 -0
- package/src/vendor/react-native/PanResponder/index.js +131 -0
- package/src/vendor/react-native/PooledClass/index.js +61 -0
- package/src/vendor/react-native/ReactNative/ReactNativeFeatureFlags.js +19 -0
- package/src/vendor/react-native/SectionList/index.jsx +97 -0
- package/src/vendor/react-native/StaticContainer/index.js +45 -0
- package/src/vendor/react-native/StaticRenderer/index.js +26 -0
- package/src/vendor/react-native/TouchHistoryMath/{index.tsx → index.js} +53 -36
- package/src/vendor/react-native/TurboModule/RCTExport.js +13 -2
- package/src/vendor/react-native/TurboModule/TurboModuleRegistry.js +12 -2
- package/src/vendor/react-native/Types/CoreEventTypes.js +153 -0
- package/src/vendor/react-native/Utilities/Platform.js +2 -0
- package/src/vendor/react-native/Utilities/{clamp.ts → clamp.js} +8 -6
- package/src/vendor/react-native/Utilities/setAndForwardRef.js +18 -11
- package/src/vendor/react-native/Utilities/useMergeRefs.js +41 -0
- package/src/vendor/react-native/Utilities/useRefEffect.js +44 -0
- package/src/vendor/react-native/ViewabilityHelper/index.js +250 -0
- package/src/vendor/react-native/ViewabilityHelper.ts +1 -1
- package/src/vendor/react-native/VirtualizeUtils/{index.tsx → index.js} +40 -48
- package/src/vendor/react-native/VirtualizedList/{CellRenderMask.ts → CellRenderMask.js} +14 -26
- package/src/vendor/react-native/VirtualizedList/{ChildListCollection.tsx → ChildListCollection.js} +10 -11
- package/src/vendor/react-native/VirtualizedList/{StateSafePureComponent.tsx → StateSafePureComponent.js} +19 -19
- package/src/vendor/react-native/VirtualizedList/{VirtualizedListCellRenderer.tsx → VirtualizedListCellRenderer.jsx} +43 -70
- package/src/vendor/react-native/VirtualizedList/{VirtualizedListContext.tsx → VirtualizedListContext.jsx} +24 -44
- package/src/vendor/react-native/VirtualizedList/VirtualizedListProps.js +46 -0
- package/src/vendor/react-native/VirtualizedList/index.jsx +395 -0
- package/src/vendor/react-native/VirtualizedSectionList/index.jsx +148 -0
- package/src/vendor/react-native/deepDiffer/{index.tsx → index.js} +32 -16
- package/src/vendor/react-native/infoLog/{index.tsx → index.js} +7 -3
- package/src/vendor/react-native/useRefEffect.js +1 -1
- package/src/vendor/react-native/vendor/emitter/EventEmitter.js +118 -0
- package/src/without-animated.tsx +1 -1
- package/dist/cjs/Batchinator/index.js.map +0 -6
- package/dist/cjs/Batchinator/index.native.js.map +0 -6
- package/dist/cjs/vendor/react-native/NativeEventEmitter/RCTDeviceEventEmitter.js.map +0 -6
- package/dist/cjs/vendor/react-native/NativeEventEmitter/RCTDeviceEventEmitter.native.js.map +0 -6
- package/dist/cjs/vendor/react-native/NativeEventEmitter/index.js.map +0 -6
- package/dist/cjs/vendor/react-native/NativeEventEmitter/index.native.js.map +0 -6
- package/dist/esm/Batchinator/index.js.map +0 -6
- package/dist/esm/Batchinator/index.mjs.map +0 -1
- package/dist/esm/Batchinator/index.native.js.map +0 -1
- package/dist/esm/vendor/react-native/NativeEventEmitter/RCTDeviceEventEmitter.js.map +0 -6
- package/dist/esm/vendor/react-native/NativeEventEmitter/RCTDeviceEventEmitter.mjs.map +0 -1
- package/dist/esm/vendor/react-native/NativeEventEmitter/RCTDeviceEventEmitter.native.js.map +0 -1
- package/dist/esm/vendor/react-native/NativeEventEmitter/index.js +0 -50
- package/dist/esm/vendor/react-native/NativeEventEmitter/index.js.map +0 -6
- package/dist/esm/vendor/react-native/NativeEventEmitter/index.mjs +0 -41
- package/dist/esm/vendor/react-native/NativeEventEmitter/index.mjs.map +0 -1
- package/dist/esm/vendor/react-native/NativeEventEmitter/index.native.js.map +0 -1
- package/src/vendor/react-native/Animated/createAnimatedComponent.js +0 -51
- package/src/vendor/react-native/PanResponder/index.tsx +0 -594
- package/src/vendor/react-native/Types/CoreEventTypes.tsx +0 -88
- package/src/vendor/react-native/VirtualizedList/VirtualizedListProps.ts +0 -130
- package/src/vendor/react-native/VirtualizedList/index.tsx +0 -1797
- /package/dist/cjs/vendor/react-native/{NativeEventEmitter → EventEmitter}/RCTDeviceEventEmitter.cjs +0 -0
- /package/dist/cjs/vendor/react-native/{NativeEventEmitter → EventEmitter}/RCTDeviceEventEmitter.js +0 -0
- /package/dist/cjs/vendor/react-native/{NativeEventEmitter → EventEmitter}/RCTDeviceEventEmitter.native.js +0 -0
- /package/dist/esm/vendor/react-native/{NativeEventEmitter → EventEmitter}/RCTDeviceEventEmitter.js +0 -0
- /package/dist/esm/vendor/react-native/{NativeEventEmitter → EventEmitter}/RCTDeviceEventEmitter.mjs +0 -0
- /package/dist/esm/vendor/react-native/{NativeEventEmitter → EventEmitter}/RCTDeviceEventEmitter.native.js +0 -0
|
@@ -36,7 +36,8 @@ __export(InteractionManager_exports, {
|
|
|
36
36
|
module.exports = __toCommonJS(InteractionManager_exports);
|
|
37
37
|
var import_react_native_web_internals = require("@tamagui/react-native-web-internals"),
|
|
38
38
|
import_EventEmitter = __toESM(require("../vendor/react-native/emitter/_EventEmitter.cjs")),
|
|
39
|
-
import_TaskQueue = __toESM(require("./TaskQueue.cjs"))
|
|
39
|
+
import_TaskQueue = __toESM(require("./TaskQueue.cjs")),
|
|
40
|
+
import_requestIdleCallback = __toESM(require("../modules/requestIdleCallback.cjs"));
|
|
40
41
|
const _emitter = new import_EventEmitter.default(),
|
|
41
42
|
InteractionManager = {
|
|
42
43
|
Events: {
|
|
@@ -95,7 +96,7 @@ let _nextUpdateHandle = null,
|
|
|
95
96
|
_inc = 0,
|
|
96
97
|
_deadline = -1;
|
|
97
98
|
function _scheduleUpdate() {
|
|
98
|
-
_nextUpdateHandle || (_deadline > 0 ? _nextUpdateHandle = setTimeout(_processUpdate) : _nextUpdateHandle =
|
|
99
|
+
_nextUpdateHandle || (_deadline > 0 ? _nextUpdateHandle = setTimeout(_processUpdate) : _nextUpdateHandle = (0, import_requestIdleCallback.default)(_processUpdate));
|
|
99
100
|
}
|
|
100
101
|
function _processUpdate() {
|
|
101
102
|
_nextUpdateHandle = null;
|
|
@@ -25,7 +25,7 @@ __export(InteractionManager_exports, {
|
|
|
25
25
|
default: () => InteractionManager_default
|
|
26
26
|
});
|
|
27
27
|
module.exports = __toCommonJS(InteractionManager_exports);
|
|
28
|
-
var import_react_native_web_internals = require("@tamagui/react-native-web-internals"), import_EventEmitter = __toESM(require("../vendor/react-native/emitter/_EventEmitter")), import_TaskQueue = __toESM(require("./TaskQueue"));
|
|
28
|
+
var import_react_native_web_internals = require("@tamagui/react-native-web-internals"), import_EventEmitter = __toESM(require("../vendor/react-native/emitter/_EventEmitter")), import_TaskQueue = __toESM(require("./TaskQueue")), import_requestIdleCallback = __toESM(require("../modules/requestIdleCallback"));
|
|
29
29
|
const _emitter = new import_EventEmitter.default(), InteractionManager = {
|
|
30
30
|
Events: {
|
|
31
31
|
interactionStart: "interactionStart",
|
|
@@ -74,7 +74,7 @@ const _emitter = new import_EventEmitter.default(), InteractionManager = {
|
|
|
74
74
|
}, _interactionSet = /* @__PURE__ */ new Set(), _addInteractionSet = /* @__PURE__ */ new Set(), _deleteInteractionSet = /* @__PURE__ */ new Set(), _taskQueue = new import_TaskQueue.default({ onMoreTasks: _scheduleUpdate });
|
|
75
75
|
let _nextUpdateHandle = null, _inc = 0, _deadline = -1;
|
|
76
76
|
function _scheduleUpdate() {
|
|
77
|
-
_nextUpdateHandle || (_deadline > 0 ? _nextUpdateHandle = setTimeout(_processUpdate) : _nextUpdateHandle =
|
|
77
|
+
_nextUpdateHandle || (_deadline > 0 ? _nextUpdateHandle = setTimeout(_processUpdate) : _nextUpdateHandle = (0, import_requestIdleCallback.default)(_processUpdate));
|
|
78
78
|
}
|
|
79
79
|
function _processUpdate() {
|
|
80
80
|
_nextUpdateHandle = null;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../../src/InteractionManager/index.tsx"],
|
|
4
|
-
"mappings": ";;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAQA,wCAA0B,gDAC1B,sBAAyB,kEAEzB,mBAAsB;
|
|
5
|
-
"names": ["EventEmitter", "TaskQueue"]
|
|
4
|
+
"mappings": ";;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAQA,wCAA0B,gDAC1B,sBAAyB,kEAEzB,mBAAsB,iCACtB,6BAAgC;AAIhC,MAAM,WAAW,IAAI,oBAAAA,QAAa,GAE5B,qBAAqB;AAAA,EACzB,QAAQ;AAAA,IACN,kBAAkB;AAAA,IAClB,qBAAqB;AAAA,EACvB;AAAA;AAAA;AAAA;AAAA,EAKA,qBAAqB,MAInB;AACA,UAAM,QAAqB,CAAC,GACtB,UAAU,IAAI,QAAc,CAAC,YAAY;AAC7C,sBAAgB,GACZ,QACF,MAAM,KAAK,IAAI,GAEjB,MAAM,KAAK;AAAA,QACT,KAAK;AAAA,QACL,MAAM,cAAe,QAAQ,KAAK,QAAS;AAAA,MAC7C,CAAC,GACD,WAAW,aAAa,KAAK;AAAA,IAC/B,CAAC;AACD,WAAO;AAAA,MACL,MAAM,QAAQ,KAAK,KAAK,OAAO;AAAA,MAC/B,MAAM,QAAQ,KAAK,KAAK,OAAO;AAAA,MAC/B,QAAQ,MAAM;AACZ,mBAAW,YAAY,KAAK;AAAA,MAC9B;AAAA,IACF;AAAA,EACF;AAAA;AAAA;AAAA;AAAA,EAKA,0BAAkC;AAChC,oBAAgB;AAChB,UAAM,SAAS,EAAE;AACjB,8BAAmB,IAAI,MAAM,GACtB;AAAA,EACT;AAAA;AAAA;AAAA;AAAA,EAKA,uBAAuB,QAAgB;AACrC,qDAAU,CAAC,CAAC,QAAQ,iCAAiC,GACrD,gBAAgB,GAChB,mBAAmB,OAAO,MAAM,GAChC,sBAAsB,IAAI,MAAM;AAAA,EAClC;AAAA,EAEA,aAAa,SAAS,YAAY,KAAK,QAAQ;AAAA;AAAA;AAAA;AAAA;AAAA,EAQ/C,YAAY,UAAkB;AAC5B,gBAAY;AAAA,EACd;AACF,GAEM,kBAAkB,oBAAI,IAAY,GAClC,qBAAqB,oBAAI,IAAY,GACrC,wBAAwB,oBAAI,IAAY,GACxC,aAAa,IAAI,iBAAAC,QAAU,EAAE,aAAa,gBAAgB,CAAC;AACjE,IAAI,oBAAmE,MACnE,OAAO,GACP,YAAY;AAKhB,SAAS,kBAAkB;AACzB,EAAK,sBACC,YAAY,IACd,oBAAoB,WAAW,cAAc,IAE7C,wBAAoB,2BAAAC,SAAoB,cAAc;AAG5D;AAKA,SAAS,iBAAiB;AACxB,sBAAoB;AACpB,QAAM,mBAAmB,gBAAgB;AACzC,qBAAmB,QAAQ,CAAC,WAAW,gBAAgB,IAAI,MAAM,CAAC,GAClE,sBAAsB,QAAQ,CAAC,WAAW,gBAAgB,OAAO,MAAM,CAAC;AACxE,QAAM,uBAAuB,gBAAgB;AAQ7C,MANI,qBAAqB,KAAK,yBAAyB,IACrD,SAAS,KAAK,mBAAmB,OAAO,mBAAmB,IAClD,qBAAqB,KAAK,yBAAyB,KAC5D,SAAS,KAAK,mBAAmB,OAAO,gBAAgB,GAGtD,yBAAyB,GAAG;AAG9B,UAAM,QAAQ,KAAK,IAAI;AACvB,WAAO,WAAW,kBAAkB;AAElC,UADA,WAAW,YAAY,GACnB,YAAY,KAAK,KAAK,IAAI,IAAI,SAAS,WAAW;AACpD,wBAAgB;AAChB;AAAA,MACF;AAAA,EAEJ;AACA,qBAAmB,MAAM,GACzB,sBAAsB,MAAM;AAC9B;AAEA,IAAO,6BAAQ;",
|
|
5
|
+
"names": ["EventEmitter", "TaskQueue", "requestIdleCallback"]
|
|
6
6
|
}
|
|
@@ -26,7 +26,7 @@ __export(InteractionManager_exports, {
|
|
|
26
26
|
default: () => InteractionManager_default
|
|
27
27
|
});
|
|
28
28
|
module.exports = __toCommonJS(InteractionManager_exports);
|
|
29
|
-
var import_react_native_web_internals = require("@tamagui/react-native-web-internals"), import_EventEmitter = __toESM(require("../vendor/react-native/emitter/_EventEmitter")), import_TaskQueue = __toESM(require("./TaskQueue")), _emitter = new import_EventEmitter.default(), InteractionManager = {
|
|
29
|
+
var import_react_native_web_internals = require("@tamagui/react-native-web-internals"), import_EventEmitter = __toESM(require("../vendor/react-native/emitter/_EventEmitter")), import_TaskQueue = __toESM(require("./TaskQueue")), import_requestIdleCallback = __toESM(require("../modules/requestIdleCallback")), _emitter = new import_EventEmitter.default(), InteractionManager = {
|
|
30
30
|
Events: {
|
|
31
31
|
interactionStart: "interactionStart",
|
|
32
32
|
interactionComplete: "interactionComplete"
|
|
@@ -75,7 +75,7 @@ var import_react_native_web_internals = require("@tamagui/react-native-web-inter
|
|
|
75
75
|
onMoreTasks: _scheduleUpdate
|
|
76
76
|
}), _nextUpdateHandle = null, _inc = 0, _deadline = -1;
|
|
77
77
|
function _scheduleUpdate() {
|
|
78
|
-
_nextUpdateHandle || (_deadline > 0 ? _nextUpdateHandle = setTimeout(_processUpdate) : _nextUpdateHandle =
|
|
78
|
+
_nextUpdateHandle || (_deadline > 0 ? _nextUpdateHandle = setTimeout(_processUpdate) : _nextUpdateHandle = (0, import_requestIdleCallback.default)(_processUpdate));
|
|
79
79
|
}
|
|
80
80
|
function _processUpdate() {
|
|
81
81
|
_nextUpdateHandle = null;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../../src/InteractionManager/index.tsx"],
|
|
4
|
-
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;AAAA;;;;;AAQA,wCAA0B,gDAC1B,sBAAyB,kEAEzB,mBAAsB,
|
|
4
|
+
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;AAAA;;;;;AAQA,wCAA0B,gDAC1B,sBAAyB,kEAEzB,mBAAsB,iCACtB,6BAAgC,oDAI1BA,WAAW,IAAIC,oBAAAA,QAAAA,GAEfC,qBAAqB;EACzBC,QAAQ;IACNC,kBAAkB;IAClBC,qBAAqB;EACvB;;;;EAKAC,qBAAqBC,MAAW;AAK9B,QAAMC,QAAqB,CAAA,GACrBC,UAAU,IAAIC,QAAc,SAACC,SAAAA;AACjCC,sBAAAA,GACIL,QACFC,MAAMK,KAAKN,IAAAA,GAEbC,MAAMK,KAAK;QACTC,KAAKH;QACLI,MAAM,cAAeR,QAAQA,KAAKQ,QAAS;MAC7C,CAAA,GACAC,WAAWC,aAAaT,KAAAA;IAC1B,CAAA;AACA,WAAO;MACLU,MAAMT,QAAQS,KAAKC,KAAKV,OAAAA;MACxBW,MAAMX,QAAQS,KAAKC,KAAKV,OAAAA;MACxBY,QAAQ,WAAA;AACNL,mBAAWM,YAAYd,KAAAA;MACzB;IACF;EACF;;;;EAKAe,0BAAAA;AACEX,oBAAAA;AACA,QAAMY,SAAS,EAAEC;AACjBC,8BAAmBC,IAAIH,MAAAA,GAChBA;EACT;;;;EAKAI,uBAAuBJ,QAAc;AACnCK,qDAAU,CAAC,CAACL,QAAQ,iCAAA,GACpBZ,gBAAAA,GACAc,mBAAmBI,OAAON,MAAAA,GAC1BO,sBAAsBJ,IAAIH,MAAAA;EAC5B;EAEAQ,aAAahC,SAASgC,YAAYb,KAAKnB,QAAAA;;;;;EAQvCiC,YAAYC,UAAgB;AAC1BC,gBAAYD;EACd;AACF,GAEME,kBAAkB,oBAAIC,IAAAA,GACtBX,qBAAqB,oBAAIW,IAAAA,GACzBN,wBAAwB,oBAAIM,IAAAA,GAC5BrB,aAAa,IAAIsB,iBAAAA,QAAU;EAAEC,aAAa3B;AAAgB,CAAA,GAC5D4B,oBAAmE,MACnEf,OAAO,GACPU,YAAY;AAKhB,SAASvB,kBAAAA;AACP,EAAK4B,sBACCL,YAAY,IACdK,oBAAoBC,WAAWC,cAAAA,IAE/BF,wBAAoBG,2BAAAA,SAAoBD,cAAAA;AAG9C;AAKA,SAASA,iBAAAA;AACPF,sBAAoB;AACpB,MAAMI,mBAAmBR,gBAAgBS;AACzCnB,qBAAmBoB,QAAQ,SAACtB,QAAAA;WAAWY,gBAAgBT,IAAIH,MAAAA;MAC3DO,sBAAsBe,QAAQ,SAACtB,QAAAA;WAAWY,gBAAgBN,OAAON,MAAAA;;AACjE,MAAMuB,uBAAuBX,gBAAgBS;AAQ7C,MANID,qBAAqB,KAAKG,yBAAyB,IACrD/C,SAASgD,KAAK9C,mBAAmBC,OAAOE,mBAAmB,IAClDuC,qBAAqB,KAAKG,yBAAyB,KAC5D/C,SAASgD,KAAK9C,mBAAmBC,OAAOC,gBAAgB,GAGtD2C,yBAAyB;AAI3B,aADME,QAAQC,KAAKC,IAAG,GACfnC,WAAWoC,kBAAiB;AAEjC,UADApC,WAAWqC,YAAW,GAClBlB,YAAY,KAAKe,KAAKC,IAAG,IAAKF,SAASd,WAAW;AACpDvB,wBAAAA;AACA;MACF;;AAGJc,qBAAmB4B,MAAK,GACxBvB,sBAAsBuB,MAAK;AAC7B;AAEA,IAAA,6BAAepD;",
|
|
5
5
|
"names": ["_emitter", "EventEmitter", "InteractionManager", "Events", "interactionStart", "interactionComplete", "runAfterInteractions", "task", "tasks", "promise", "Promise", "resolve", "_scheduleUpdate", "push", "run", "name", "_taskQueue", "enqueueTasks", "then", "bind", "done", "cancel", "cancelTasks", "createInteractionHandle", "handle", "_inc", "_addInteractionSet", "add", "clearInteractionHandle", "invariant", "delete", "_deleteInteractionSet", "addListener", "setDeadline", "deadline", "_deadline", "_interactionSet", "Set", "TaskQueue", "onMoreTasks", "_nextUpdateHandle", "setTimeout", "_processUpdate", "requestIdleCallback", "interactionCount", "size", "forEach", "nextInteractionCount", "emit", "begin", "Date", "now", "hasTasksToProcess", "processNext", "clear"]
|
|
6
6
|
}
|
|
@@ -36,15 +36,18 @@ __export(ScrollView_exports, {
|
|
|
36
36
|
module.exports = __toCommonJS(ScrollView_exports);
|
|
37
37
|
var import_react = __toESM(require("react")),
|
|
38
38
|
import_react_native_web_internals = require("@tamagui/react-native-web-internals"),
|
|
39
|
+
import_Dimensions = __toESM(require("../Dimensions/index.cjs")),
|
|
39
40
|
import_View = __toESM(require("../View/index.cjs")),
|
|
40
41
|
import_ScrollViewBase = __toESM(require("./ScrollViewBase.cjs")),
|
|
41
42
|
import_jsx_runtime = require("react/jsx-runtime");
|
|
42
|
-
const
|
|
43
|
+
const emptyObject = {},
|
|
44
|
+
IS_ANIMATING_TOUCH_START_THRESHOLD_MS = 16;
|
|
43
45
|
class ScrollView extends import_react.default.Component {
|
|
44
46
|
_scrollNodeRef;
|
|
45
47
|
_innerViewRef;
|
|
46
48
|
keyboardWillOpenTo = null;
|
|
47
49
|
additionalScrollOffset = 0;
|
|
50
|
+
preventNegativeScrollOffset = !1;
|
|
48
51
|
isTouching = !1;
|
|
49
52
|
lastMomentumScrollBeginTime = 0;
|
|
50
53
|
lastMomentumScrollEndTime = 0;
|
|
@@ -62,7 +65,7 @@ class ScrollView extends import_react.default.Component {
|
|
|
62
65
|
* to the underlying scroll responder's methods.
|
|
63
66
|
*/
|
|
64
67
|
getScrollResponder() {
|
|
65
|
-
return this
|
|
68
|
+
return this;
|
|
66
69
|
}
|
|
67
70
|
getScrollableNode() {
|
|
68
71
|
return this._scrollNodeRef;
|
|
@@ -76,6 +79,52 @@ class ScrollView extends import_react.default.Component {
|
|
|
76
79
|
getNativeScrollRef() {
|
|
77
80
|
return this._scrollNodeRef;
|
|
78
81
|
}
|
|
82
|
+
flashScrollIndicators = () => {
|
|
83
|
+
this.scrollResponderFlashScrollIndicators();
|
|
84
|
+
};
|
|
85
|
+
/**
|
|
86
|
+
* Scrolls to a given x, y offset, either immediately or with a smooth animation.
|
|
87
|
+
* Syntax:
|
|
88
|
+
*
|
|
89
|
+
* scrollTo(options: {x: number = 0; y: number = 0; animated: boolean = true})
|
|
90
|
+
*
|
|
91
|
+
* Note: The weird argument signature is due to the fact that, for historical reasons,
|
|
92
|
+
* the function also accepts separate arguments as as alternative to the options object.
|
|
93
|
+
* This is deprecated due to ambiguity (y before x), and SHOULD NOT BE USED.
|
|
94
|
+
*/
|
|
95
|
+
scrollTo = (y, x, animated) => {
|
|
96
|
+
typeof y == "number" ? console.warn("`scrollTo(y, x, animated)` is deprecated. Use `scrollTo({x: 5, y: 5, animated: true})` instead.") : {
|
|
97
|
+
x,
|
|
98
|
+
y,
|
|
99
|
+
animated
|
|
100
|
+
} = y || emptyObject, this.scrollResponderScrollTo({
|
|
101
|
+
x: x || 0,
|
|
102
|
+
y: y || 0,
|
|
103
|
+
animated: animated !== !1
|
|
104
|
+
});
|
|
105
|
+
};
|
|
106
|
+
/**
|
|
107
|
+
* If this is a vertical ScrollView scrolls to the bottom.
|
|
108
|
+
* If this is a horizontal ScrollView scrolls to the right.
|
|
109
|
+
*
|
|
110
|
+
* Use `scrollToEnd({ animated: true })` for smooth animated scrolling,
|
|
111
|
+
* `scrollToEnd({ animated: false })` for immediate scrolling.
|
|
112
|
+
* If no options are passed, `animated` defaults to true.
|
|
113
|
+
*/
|
|
114
|
+
scrollToEnd = options => {
|
|
115
|
+
const animated = (options && options.animated) !== !1,
|
|
116
|
+
{
|
|
117
|
+
horizontal
|
|
118
|
+
} = this.props,
|
|
119
|
+
scrollResponderNode = this.getScrollableNode(),
|
|
120
|
+
x = horizontal ? scrollResponderNode.scrollWidth : 0,
|
|
121
|
+
y = horizontal ? 0 : scrollResponderNode.scrollHeight;
|
|
122
|
+
this.scrollResponderScrollTo({
|
|
123
|
+
x,
|
|
124
|
+
y,
|
|
125
|
+
animated
|
|
126
|
+
});
|
|
127
|
+
};
|
|
79
128
|
render() {
|
|
80
129
|
const {
|
|
81
130
|
contentContainerStyle,
|
|
@@ -135,7 +184,8 @@ class ScrollView extends import_react.default.Component {
|
|
|
135
184
|
onResponderGrant: this.scrollResponderHandleResponderGrant.bind(this),
|
|
136
185
|
onResponderTerminationRequest: this.scrollResponderHandleTerminationRequest.bind(this),
|
|
137
186
|
onResponderRelease: this.scrollResponderHandleResponderRelease.bind(this),
|
|
138
|
-
onResponderReject: this.scrollResponderHandleResponderReject.bind(this)
|
|
187
|
+
onResponderReject: this.scrollResponderHandleResponderReject.bind(this),
|
|
188
|
+
onResponderTerminate: this.scrollResponderHandleTerminate.bind(this)
|
|
139
189
|
},
|
|
140
190
|
ScrollViewClass = import_ScrollViewBase.default;
|
|
141
191
|
(0, import_react_native_web_internals.invariant)(ScrollViewClass !== void 0, "ScrollViewClass must not be undefined");
|
|
@@ -162,7 +212,7 @@ class ScrollView extends import_react.default.Component {
|
|
|
162
212
|
this._innerViewRef = node;
|
|
163
213
|
}
|
|
164
214
|
_setScrollNodeRef(node) {
|
|
165
|
-
this._scrollNodeRef = node, node != null && (node.getScrollResponder = this.getScrollResponder, node.getInnerViewNode = this.getInnerViewNode, node.getInnerViewRef = this.getInnerViewRef, node.getNativeScrollRef = this.getNativeScrollRef, node.getScrollableNode = this.getScrollableNode, node.scrollTo = this.scrollTo, node.scrollToEnd = this.scrollToEnd, node.scrollResponderZoomTo = this.scrollResponderZoomTo, node.scrollResponderScrollNativeHandleToKeyboard = this.scrollResponderScrollNativeHandleToKeyboard), (0, import_react_native_web_internals.mergeRefs)(this.props.forwardedRef)(node);
|
|
215
|
+
this._scrollNodeRef = node, node != null && (node.getScrollResponder = this.getScrollResponder, node.getInnerViewNode = this.getInnerViewNode, node.getInnerViewRef = this.getInnerViewRef, node.getNativeScrollRef = this.getNativeScrollRef, node.getScrollableNode = this.getScrollableNode, node.scrollTo = this.scrollTo, node.scrollToEnd = this.scrollToEnd, node.flashScrollIndicators = this.flashScrollIndicators, node.scrollResponderZoomTo = this.scrollResponderZoomTo, node.scrollResponderScrollNativeHandleToKeyboard = this.scrollResponderScrollNativeHandleToKeyboard), (0, import_react_native_web_internals.mergeRefs)(this.props.forwardedRef)(node);
|
|
166
216
|
}
|
|
167
217
|
/**
|
|
168
218
|
* Invoke this from an `onScroll` event.
|
|
@@ -325,6 +375,9 @@ class ScrollView extends import_react.default.Component {
|
|
|
325
375
|
scrollResponderHandleTouchMove(e) {
|
|
326
376
|
this.props.onTouchMove && this.props.onTouchMove(e);
|
|
327
377
|
}
|
|
378
|
+
scrollResponderHandleTerminate(e) {
|
|
379
|
+
this.props.onResponderTerminate && this.props.onResponderTerminate(e);
|
|
380
|
+
}
|
|
328
381
|
/**
|
|
329
382
|
* A helper function for this class that lets us quickly determine if the
|
|
330
383
|
* view is currently animating. This is particularly useful to know when
|
|
@@ -333,6 +386,121 @@ class ScrollView extends import_react.default.Component {
|
|
|
333
386
|
scrollResponderIsAnimating() {
|
|
334
387
|
return Date.now() - this.lastMomentumScrollEndTime < IS_ANIMATING_TOUCH_START_THRESHOLD_MS || this.lastMomentumScrollEndTime < this.lastMomentumScrollBeginTime;
|
|
335
388
|
}
|
|
389
|
+
/**
|
|
390
|
+
* A helper function to scroll to a specific point in the scrollview.
|
|
391
|
+
* This is currently used to help focus on child textviews, but can also
|
|
392
|
+
* be used to quickly scroll to any element we want to focus. Syntax:
|
|
393
|
+
*
|
|
394
|
+
* scrollResponderScrollTo(options: {x: number = 0; y: number = 0; animated: boolean = true})
|
|
395
|
+
*
|
|
396
|
+
* Note: The weird argument signature is due to the fact that, for historical reasons,
|
|
397
|
+
* the function also accepts separate arguments as as alternative to the options object.
|
|
398
|
+
* This is deprecated due to ambiguity (y before x), and SHOULD NOT BE USED.
|
|
399
|
+
*/
|
|
400
|
+
scrollResponderScrollTo = (x, y, animated) => {
|
|
401
|
+
typeof x == "number" ? console.warn("`scrollResponderScrollTo(x, y, animated)` is deprecated. Use `scrollResponderScrollTo({x: 5, y: 5, animated: true})` instead.") : {
|
|
402
|
+
x,
|
|
403
|
+
y,
|
|
404
|
+
animated
|
|
405
|
+
} = x || emptyObject;
|
|
406
|
+
const node = this.getScrollableNode(),
|
|
407
|
+
left = x || 0,
|
|
408
|
+
top = y || 0;
|
|
409
|
+
node != null && (typeof node.scroll == "function" ? node.scroll({
|
|
410
|
+
top,
|
|
411
|
+
left,
|
|
412
|
+
behavior: animated ? "smooth" : "auto"
|
|
413
|
+
}) : (node.scrollLeft = left, node.scrollTop = top));
|
|
414
|
+
};
|
|
415
|
+
/**
|
|
416
|
+
* A helper function to zoom to a specific rect in the scrollview. The argument has the shape
|
|
417
|
+
* {x: number; y: number; width: number; height: number; animated: boolean = true}
|
|
418
|
+
*
|
|
419
|
+
* @platform ios
|
|
420
|
+
*/
|
|
421
|
+
scrollResponderZoomTo = (rect, animated) => {
|
|
422
|
+
import_react_native_web_internals.Platform.OS !== "ios" && (0, import_react_native_web_internals.invariant)("zoomToRect is not implemented");
|
|
423
|
+
};
|
|
424
|
+
/**
|
|
425
|
+
* Displays the scroll indicators momentarily.
|
|
426
|
+
*/
|
|
427
|
+
scrollResponderFlashScrollIndicators() {}
|
|
428
|
+
/**
|
|
429
|
+
* This method should be used as the callback to onFocus in a TextInputs'
|
|
430
|
+
* parent view. Note that any module using this mixin needs to return
|
|
431
|
+
* the parent view's ref in getScrollViewRef() in order to use this method.
|
|
432
|
+
* @param {any} nodeHandle The TextInput node handle
|
|
433
|
+
* @param {number} additionalOffset The scroll view's top "contentInset".
|
|
434
|
+
* Default is 0.
|
|
435
|
+
* @param {bool} preventNegativeScrolling Whether to allow pulling the content
|
|
436
|
+
* down to make it meet the keyboard's top. Default is false.
|
|
437
|
+
*/
|
|
438
|
+
scrollResponderScrollNativeHandleToKeyboard = (nodeHandle, additionalOffset, preventNegativeScrollOffset) => {
|
|
439
|
+
this.additionalScrollOffset = additionalOffset || 0, this.preventNegativeScrollOffset = !!preventNegativeScrollOffset, import_react_native_web_internals.UIManager.measureLayout(nodeHandle, this.getInnerViewNode(), this.scrollResponderTextInputFocusError, this.scrollResponderInputMeasureAndScrollToKeyboard);
|
|
440
|
+
};
|
|
441
|
+
/**
|
|
442
|
+
* The calculations performed here assume the scroll view takes up the entire
|
|
443
|
+
* screen - even if has some content inset. We then measure the offsets of the
|
|
444
|
+
* keyboard, and compensate both for the scroll view's "contentInset".
|
|
445
|
+
*
|
|
446
|
+
* @param {number} left Position of input w.r.t. table view.
|
|
447
|
+
* @param {number} top Position of input w.r.t. table view.
|
|
448
|
+
* @param {number} width Width of the text input.
|
|
449
|
+
* @param {number} height Height of the text input.
|
|
450
|
+
*/
|
|
451
|
+
scrollResponderInputMeasureAndScrollToKeyboard = (left, top, width, height) => {
|
|
452
|
+
let keyboardScreenY = import_Dimensions.default.get("window").height;
|
|
453
|
+
this.keyboardWillOpenTo && (keyboardScreenY = this.keyboardWillOpenTo.endCoordinates.screenY);
|
|
454
|
+
let scrollOffsetY = top - keyboardScreenY + height + this.additionalScrollOffset;
|
|
455
|
+
this.preventNegativeScrollOffset && (scrollOffsetY = Math.max(0, scrollOffsetY)), this.scrollResponderScrollTo({
|
|
456
|
+
x: 0,
|
|
457
|
+
y: scrollOffsetY,
|
|
458
|
+
animated: !0
|
|
459
|
+
}), this.additionalScrollOffset = 0, this.preventNegativeScrollOffset = !1;
|
|
460
|
+
};
|
|
461
|
+
scrollResponderTextInputFocusError(e) {
|
|
462
|
+
console.error("Error measuring text field: ", e);
|
|
463
|
+
}
|
|
464
|
+
/**
|
|
465
|
+
* Warning, this may be called several times for a single keyboard opening.
|
|
466
|
+
* It's best to store the information in this method and then take any action
|
|
467
|
+
* at a later point (either in `keyboardDidShow` or other).
|
|
468
|
+
*
|
|
469
|
+
* Here's the order that events occur in:
|
|
470
|
+
* - focus
|
|
471
|
+
* - willShow {startCoordinates, endCoordinates} several times
|
|
472
|
+
* - didShow several times
|
|
473
|
+
* - blur
|
|
474
|
+
* - willHide {startCoordinates, endCoordinates} several times
|
|
475
|
+
* - didHide several times
|
|
476
|
+
*
|
|
477
|
+
* The `ScrollResponder` providesModule callbacks for each of these events.
|
|
478
|
+
* Even though any user could have easily listened to keyboard events
|
|
479
|
+
* themselves, using these `props` callbacks ensures that ordering of events
|
|
480
|
+
* is consistent - and not dependent on the order that the keyboard events are
|
|
481
|
+
* subscribed to. This matters when telling the scroll view to scroll to where
|
|
482
|
+
* the keyboard is headed - the scroll responder better have been notified of
|
|
483
|
+
* the keyboard destination before being instructed to scroll to where the
|
|
484
|
+
* keyboard will be. Stick to the `ScrollResponder` callbacks, and everything
|
|
485
|
+
* will work.
|
|
486
|
+
*
|
|
487
|
+
* WARNING: These callbacks will fire even if a keyboard is displayed in a
|
|
488
|
+
* different navigation pane. Filter out the events to determine if they are
|
|
489
|
+
* relevant to you. (For example, only if you receive these callbacks after
|
|
490
|
+
* you had explicitly focused a node etc).
|
|
491
|
+
*/
|
|
492
|
+
scrollResponderKeyboardWillShow = e => {
|
|
493
|
+
this.keyboardWillOpenTo = e, this.props.onKeyboardWillShow && this.props.onKeyboardWillShow(e);
|
|
494
|
+
};
|
|
495
|
+
scrollResponderKeyboardWillHide = e => {
|
|
496
|
+
this.keyboardWillOpenTo = null, this.props.onKeyboardWillHide && this.props.onKeyboardWillHide(e);
|
|
497
|
+
};
|
|
498
|
+
scrollResponderKeyboardDidShow = e => {
|
|
499
|
+
e && (this.keyboardWillOpenTo = e), this.props.onKeyboardDidShow && this.props.onKeyboardDidShow(e);
|
|
500
|
+
};
|
|
501
|
+
scrollResponderKeyboardDidHide = e => {
|
|
502
|
+
this.keyboardWillOpenTo = null, this.props.onKeyboardDidHide && this.props.onKeyboardDidHide(e);
|
|
503
|
+
};
|
|
336
504
|
}
|
|
337
505
|
const commonStyle = {
|
|
338
506
|
flexGrow: 1,
|
|
@@ -25,13 +25,14 @@ __export(ScrollView_exports, {
|
|
|
25
25
|
default: () => ScrollView_default
|
|
26
26
|
});
|
|
27
27
|
module.exports = __toCommonJS(ScrollView_exports);
|
|
28
|
-
var import_react = __toESM(require("react")), import_react_native_web_internals = require("@tamagui/react-native-web-internals"), import_View = __toESM(require("../View/index")), import_ScrollViewBase = __toESM(require("./ScrollViewBase")), import_jsx_runtime = require("react/jsx-runtime");
|
|
29
|
-
const IS_ANIMATING_TOUCH_START_THRESHOLD_MS = 16;
|
|
28
|
+
var import_react = __toESM(require("react")), import_react_native_web_internals = require("@tamagui/react-native-web-internals"), import_Dimensions = __toESM(require("../Dimensions/index")), import_View = __toESM(require("../View/index")), import_ScrollViewBase = __toESM(require("./ScrollViewBase")), import_jsx_runtime = require("react/jsx-runtime");
|
|
29
|
+
const emptyObject = {}, IS_ANIMATING_TOUCH_START_THRESHOLD_MS = 16;
|
|
30
30
|
class ScrollView extends import_react.default.Component {
|
|
31
31
|
_scrollNodeRef;
|
|
32
32
|
_innerViewRef;
|
|
33
33
|
keyboardWillOpenTo = null;
|
|
34
34
|
additionalScrollOffset = 0;
|
|
35
|
+
preventNegativeScrollOffset = !1;
|
|
35
36
|
isTouching = !1;
|
|
36
37
|
lastMomentumScrollBeginTime = 0;
|
|
37
38
|
lastMomentumScrollEndTime = 0;
|
|
@@ -49,7 +50,7 @@ class ScrollView extends import_react.default.Component {
|
|
|
49
50
|
* to the underlying scroll responder's methods.
|
|
50
51
|
*/
|
|
51
52
|
getScrollResponder() {
|
|
52
|
-
return this
|
|
53
|
+
return this;
|
|
53
54
|
}
|
|
54
55
|
getScrollableNode() {
|
|
55
56
|
return this._scrollNodeRef;
|
|
@@ -63,6 +64,40 @@ class ScrollView extends import_react.default.Component {
|
|
|
63
64
|
getNativeScrollRef() {
|
|
64
65
|
return this._scrollNodeRef;
|
|
65
66
|
}
|
|
67
|
+
flashScrollIndicators = () => {
|
|
68
|
+
this.scrollResponderFlashScrollIndicators();
|
|
69
|
+
};
|
|
70
|
+
/**
|
|
71
|
+
* Scrolls to a given x, y offset, either immediately or with a smooth animation.
|
|
72
|
+
* Syntax:
|
|
73
|
+
*
|
|
74
|
+
* scrollTo(options: {x: number = 0; y: number = 0; animated: boolean = true})
|
|
75
|
+
*
|
|
76
|
+
* Note: The weird argument signature is due to the fact that, for historical reasons,
|
|
77
|
+
* the function also accepts separate arguments as as alternative to the options object.
|
|
78
|
+
* This is deprecated due to ambiguity (y before x), and SHOULD NOT BE USED.
|
|
79
|
+
*/
|
|
80
|
+
scrollTo = (y, x, animated) => {
|
|
81
|
+
typeof y == "number" ? console.warn(
|
|
82
|
+
"`scrollTo(y, x, animated)` is deprecated. Use `scrollTo({x: 5, y: 5, animated: true})` instead."
|
|
83
|
+
) : { x, y, animated } = y || emptyObject, this.scrollResponderScrollTo({
|
|
84
|
+
x: x || 0,
|
|
85
|
+
y: y || 0,
|
|
86
|
+
animated: animated !== !1
|
|
87
|
+
});
|
|
88
|
+
};
|
|
89
|
+
/**
|
|
90
|
+
* If this is a vertical ScrollView scrolls to the bottom.
|
|
91
|
+
* If this is a horizontal ScrollView scrolls to the right.
|
|
92
|
+
*
|
|
93
|
+
* Use `scrollToEnd({ animated: true })` for smooth animated scrolling,
|
|
94
|
+
* `scrollToEnd({ animated: false })` for immediate scrolling.
|
|
95
|
+
* If no options are passed, `animated` defaults to true.
|
|
96
|
+
*/
|
|
97
|
+
scrollToEnd = (options) => {
|
|
98
|
+
const animated = (options && options.animated) !== !1, { horizontal } = this.props, scrollResponderNode = this.getScrollableNode(), x = horizontal ? scrollResponderNode.scrollWidth : 0, y = horizontal ? 0 : scrollResponderNode.scrollHeight;
|
|
99
|
+
this.scrollResponderScrollTo({ x, y, animated });
|
|
100
|
+
};
|
|
66
101
|
render() {
|
|
67
102
|
const {
|
|
68
103
|
contentContainerStyle,
|
|
@@ -134,7 +169,8 @@ class ScrollView extends import_react.default.Component {
|
|
|
134
169
|
onResponderGrant: this.scrollResponderHandleResponderGrant.bind(this),
|
|
135
170
|
onResponderTerminationRequest: this.scrollResponderHandleTerminationRequest.bind(this),
|
|
136
171
|
onResponderRelease: this.scrollResponderHandleResponderRelease.bind(this),
|
|
137
|
-
onResponderReject: this.scrollResponderHandleResponderReject.bind(this)
|
|
172
|
+
onResponderReject: this.scrollResponderHandleResponderReject.bind(this),
|
|
173
|
+
onResponderTerminate: this.scrollResponderHandleTerminate.bind(this)
|
|
138
174
|
}, ScrollViewClass = import_ScrollViewBase.default;
|
|
139
175
|
(0, import_react_native_web_internals.invariant)(ScrollViewClass !== void 0, "ScrollViewClass must not be undefined");
|
|
140
176
|
const scrollView = /* @__PURE__ */ (0, import_jsx_runtime.jsx)(ScrollViewClass, { ...props, ref: this._setScrollNodeRef.bind(this), children: contentContainer });
|
|
@@ -153,7 +189,7 @@ class ScrollView extends import_react.default.Component {
|
|
|
153
189
|
this._innerViewRef = node;
|
|
154
190
|
}
|
|
155
191
|
_setScrollNodeRef(node) {
|
|
156
|
-
this._scrollNodeRef = node, node != null && (node.getScrollResponder = this.getScrollResponder, node.getInnerViewNode = this.getInnerViewNode, node.getInnerViewRef = this.getInnerViewRef, node.getNativeScrollRef = this.getNativeScrollRef, node.getScrollableNode = this.getScrollableNode, node.scrollTo = this.scrollTo, node.scrollToEnd = this.scrollToEnd, node.scrollResponderZoomTo = this.scrollResponderZoomTo, node.scrollResponderScrollNativeHandleToKeyboard = this.scrollResponderScrollNativeHandleToKeyboard), (0, import_react_native_web_internals.mergeRefs)(this.props.forwardedRef)(node);
|
|
192
|
+
this._scrollNodeRef = node, node != null && (node.getScrollResponder = this.getScrollResponder, node.getInnerViewNode = this.getInnerViewNode, node.getInnerViewRef = this.getInnerViewRef, node.getNativeScrollRef = this.getNativeScrollRef, node.getScrollableNode = this.getScrollableNode, node.scrollTo = this.scrollTo, node.scrollToEnd = this.scrollToEnd, node.flashScrollIndicators = this.flashScrollIndicators, node.scrollResponderZoomTo = this.scrollResponderZoomTo, node.scrollResponderScrollNativeHandleToKeyboard = this.scrollResponderScrollNativeHandleToKeyboard), (0, import_react_native_web_internals.mergeRefs)(this.props.forwardedRef)(node);
|
|
157
193
|
}
|
|
158
194
|
/**
|
|
159
195
|
* Invoke this from an `onScroll` event.
|
|
@@ -316,6 +352,9 @@ class ScrollView extends import_react.default.Component {
|
|
|
316
352
|
scrollResponderHandleTouchMove(e) {
|
|
317
353
|
this.props.onTouchMove && this.props.onTouchMove(e);
|
|
318
354
|
}
|
|
355
|
+
scrollResponderHandleTerminate(e) {
|
|
356
|
+
this.props.onResponderTerminate && this.props.onResponderTerminate(e);
|
|
357
|
+
}
|
|
319
358
|
/**
|
|
320
359
|
* A helper function for this class that lets us quickly determine if the
|
|
321
360
|
* view is currently animating. This is particularly useful to know when
|
|
@@ -324,6 +363,115 @@ class ScrollView extends import_react.default.Component {
|
|
|
324
363
|
scrollResponderIsAnimating() {
|
|
325
364
|
return Date.now() - this.lastMomentumScrollEndTime < IS_ANIMATING_TOUCH_START_THRESHOLD_MS || this.lastMomentumScrollEndTime < this.lastMomentumScrollBeginTime;
|
|
326
365
|
}
|
|
366
|
+
/**
|
|
367
|
+
* A helper function to scroll to a specific point in the scrollview.
|
|
368
|
+
* This is currently used to help focus on child textviews, but can also
|
|
369
|
+
* be used to quickly scroll to any element we want to focus. Syntax:
|
|
370
|
+
*
|
|
371
|
+
* scrollResponderScrollTo(options: {x: number = 0; y: number = 0; animated: boolean = true})
|
|
372
|
+
*
|
|
373
|
+
* Note: The weird argument signature is due to the fact that, for historical reasons,
|
|
374
|
+
* the function also accepts separate arguments as as alternative to the options object.
|
|
375
|
+
* This is deprecated due to ambiguity (y before x), and SHOULD NOT BE USED.
|
|
376
|
+
*/
|
|
377
|
+
scrollResponderScrollTo = (x, y, animated) => {
|
|
378
|
+
typeof x == "number" ? console.warn(
|
|
379
|
+
"`scrollResponderScrollTo(x, y, animated)` is deprecated. Use `scrollResponderScrollTo({x: 5, y: 5, animated: true})` instead."
|
|
380
|
+
) : { x, y, animated } = x || emptyObject;
|
|
381
|
+
const node = this.getScrollableNode(), left = x || 0, top = y || 0;
|
|
382
|
+
node != null && (typeof node.scroll == "function" ? node.scroll({ top, left, behavior: animated ? "smooth" : "auto" }) : (node.scrollLeft = left, node.scrollTop = top));
|
|
383
|
+
};
|
|
384
|
+
/**
|
|
385
|
+
* A helper function to zoom to a specific rect in the scrollview. The argument has the shape
|
|
386
|
+
* {x: number; y: number; width: number; height: number; animated: boolean = true}
|
|
387
|
+
*
|
|
388
|
+
* @platform ios
|
|
389
|
+
*/
|
|
390
|
+
scrollResponderZoomTo = (rect, animated) => {
|
|
391
|
+
import_react_native_web_internals.Platform.OS !== "ios" && (0, import_react_native_web_internals.invariant)("zoomToRect is not implemented");
|
|
392
|
+
};
|
|
393
|
+
/**
|
|
394
|
+
* Displays the scroll indicators momentarily.
|
|
395
|
+
*/
|
|
396
|
+
scrollResponderFlashScrollIndicators() {
|
|
397
|
+
}
|
|
398
|
+
/**
|
|
399
|
+
* This method should be used as the callback to onFocus in a TextInputs'
|
|
400
|
+
* parent view. Note that any module using this mixin needs to return
|
|
401
|
+
* the parent view's ref in getScrollViewRef() in order to use this method.
|
|
402
|
+
* @param {any} nodeHandle The TextInput node handle
|
|
403
|
+
* @param {number} additionalOffset The scroll view's top "contentInset".
|
|
404
|
+
* Default is 0.
|
|
405
|
+
* @param {bool} preventNegativeScrolling Whether to allow pulling the content
|
|
406
|
+
* down to make it meet the keyboard's top. Default is false.
|
|
407
|
+
*/
|
|
408
|
+
scrollResponderScrollNativeHandleToKeyboard = (nodeHandle, additionalOffset, preventNegativeScrollOffset) => {
|
|
409
|
+
this.additionalScrollOffset = additionalOffset || 0, this.preventNegativeScrollOffset = !!preventNegativeScrollOffset, import_react_native_web_internals.UIManager.measureLayout(
|
|
410
|
+
nodeHandle,
|
|
411
|
+
this.getInnerViewNode(),
|
|
412
|
+
this.scrollResponderTextInputFocusError,
|
|
413
|
+
this.scrollResponderInputMeasureAndScrollToKeyboard
|
|
414
|
+
);
|
|
415
|
+
};
|
|
416
|
+
/**
|
|
417
|
+
* The calculations performed here assume the scroll view takes up the entire
|
|
418
|
+
* screen - even if has some content inset. We then measure the offsets of the
|
|
419
|
+
* keyboard, and compensate both for the scroll view's "contentInset".
|
|
420
|
+
*
|
|
421
|
+
* @param {number} left Position of input w.r.t. table view.
|
|
422
|
+
* @param {number} top Position of input w.r.t. table view.
|
|
423
|
+
* @param {number} width Width of the text input.
|
|
424
|
+
* @param {number} height Height of the text input.
|
|
425
|
+
*/
|
|
426
|
+
scrollResponderInputMeasureAndScrollToKeyboard = (left, top, width, height) => {
|
|
427
|
+
let keyboardScreenY = import_Dimensions.default.get("window").height;
|
|
428
|
+
this.keyboardWillOpenTo && (keyboardScreenY = this.keyboardWillOpenTo.endCoordinates.screenY);
|
|
429
|
+
let scrollOffsetY = top - keyboardScreenY + height + this.additionalScrollOffset;
|
|
430
|
+
this.preventNegativeScrollOffset && (scrollOffsetY = Math.max(0, scrollOffsetY)), this.scrollResponderScrollTo({ x: 0, y: scrollOffsetY, animated: !0 }), this.additionalScrollOffset = 0, this.preventNegativeScrollOffset = !1;
|
|
431
|
+
};
|
|
432
|
+
scrollResponderTextInputFocusError(e) {
|
|
433
|
+
console.error("Error measuring text field: ", e);
|
|
434
|
+
}
|
|
435
|
+
/**
|
|
436
|
+
* Warning, this may be called several times for a single keyboard opening.
|
|
437
|
+
* It's best to store the information in this method and then take any action
|
|
438
|
+
* at a later point (either in `keyboardDidShow` or other).
|
|
439
|
+
*
|
|
440
|
+
* Here's the order that events occur in:
|
|
441
|
+
* - focus
|
|
442
|
+
* - willShow {startCoordinates, endCoordinates} several times
|
|
443
|
+
* - didShow several times
|
|
444
|
+
* - blur
|
|
445
|
+
* - willHide {startCoordinates, endCoordinates} several times
|
|
446
|
+
* - didHide several times
|
|
447
|
+
*
|
|
448
|
+
* The `ScrollResponder` providesModule callbacks for each of these events.
|
|
449
|
+
* Even though any user could have easily listened to keyboard events
|
|
450
|
+
* themselves, using these `props` callbacks ensures that ordering of events
|
|
451
|
+
* is consistent - and not dependent on the order that the keyboard events are
|
|
452
|
+
* subscribed to. This matters when telling the scroll view to scroll to where
|
|
453
|
+
* the keyboard is headed - the scroll responder better have been notified of
|
|
454
|
+
* the keyboard destination before being instructed to scroll to where the
|
|
455
|
+
* keyboard will be. Stick to the `ScrollResponder` callbacks, and everything
|
|
456
|
+
* will work.
|
|
457
|
+
*
|
|
458
|
+
* WARNING: These callbacks will fire even if a keyboard is displayed in a
|
|
459
|
+
* different navigation pane. Filter out the events to determine if they are
|
|
460
|
+
* relevant to you. (For example, only if you receive these callbacks after
|
|
461
|
+
* you had explicitly focused a node etc).
|
|
462
|
+
*/
|
|
463
|
+
scrollResponderKeyboardWillShow = (e) => {
|
|
464
|
+
this.keyboardWillOpenTo = e, this.props.onKeyboardWillShow && this.props.onKeyboardWillShow(e);
|
|
465
|
+
};
|
|
466
|
+
scrollResponderKeyboardWillHide = (e) => {
|
|
467
|
+
this.keyboardWillOpenTo = null, this.props.onKeyboardWillHide && this.props.onKeyboardWillHide(e);
|
|
468
|
+
};
|
|
469
|
+
scrollResponderKeyboardDidShow = (e) => {
|
|
470
|
+
e && (this.keyboardWillOpenTo = e), this.props.onKeyboardDidShow && this.props.onKeyboardDidShow(e);
|
|
471
|
+
};
|
|
472
|
+
scrollResponderKeyboardDidHide = (e) => {
|
|
473
|
+
this.keyboardWillOpenTo = null, this.props.onKeyboardDidHide && this.props.onKeyboardDidHide(e);
|
|
474
|
+
};
|
|
327
475
|
}
|
|
328
476
|
const commonStyle = {
|
|
329
477
|
flexGrow: 1,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../../src/ScrollView/index.tsx"],
|
|
4
|
-
"mappings": ";;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAWA,mBAAkB,2BAClB,oCASO,
|
|
5
|
-
"names": ["React", "View", "ScrollViewBase"]
|
|
4
|
+
"mappings": "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",
|
|
5
|
+
"names": ["React", "View", "ScrollViewBase", "Dimensions"]
|
|
6
6
|
}
|