@tamagui/react-native-web-lite 2.0.0-rc.4 → 2.0.0-rc.40

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1042) hide show
  1. package/dist/cjs/AccessibilityInfo/index.cjs +77 -65
  2. package/dist/cjs/ActivityIndicator/__tests__/index-test.cjs +70 -49
  3. package/dist/cjs/ActivityIndicator/index.cjs +110 -108
  4. package/dist/cjs/Alert/index.cjs +12 -10
  5. package/dist/cjs/AppRegistry/AppContainer.cjs +50 -45
  6. package/dist/cjs/AppRegistry/__tests__/index-test.cjs +32 -18
  7. package/dist/cjs/AppRegistry/__tests__/index-test.node.cjs +47 -40
  8. package/dist/cjs/AppRegistry/index.cjs +38 -26
  9. package/dist/cjs/AppRegistry/renderApplication.cjs +44 -39
  10. package/dist/cjs/AppState/__tests__/index-test.cjs +13 -9
  11. package/dist/cjs/AppState/index.cjs +41 -25
  12. package/dist/cjs/Appearance/index.cjs +38 -27
  13. package/dist/cjs/BackHandler/index.cjs +12 -10
  14. package/dist/cjs/Clipboard/index.cjs +30 -17
  15. package/dist/cjs/DeviceEmitter.cjs +12 -10
  16. package/dist/cjs/DeviceInfo/index.cjs +21 -13
  17. package/dist/cjs/Dimensions/__tests__/index-test.cjs +29 -16
  18. package/dist/cjs/Dimensions/index.cjs +63 -33
  19. package/dist/cjs/FlatList.cjs +139 -95
  20. package/dist/cjs/I18nManager/index.cjs +19 -13
  21. package/dist/cjs/Image/index.cjs +209 -147
  22. package/dist/cjs/Image/types.cjs +7 -5
  23. package/dist/cjs/ImageBackground/__tests__/index-test.cjs +33 -29
  24. package/dist/cjs/ImageBackground/index.cjs +49 -47
  25. package/dist/cjs/InteractionManager/TaskQueue.cjs +49 -25
  26. package/dist/cjs/InteractionManager/index.cjs +115 -88
  27. package/dist/cjs/Keyboard/index.cjs +12 -10
  28. package/dist/cjs/KeyboardAvoidingView/index.cjs +30 -26
  29. package/dist/cjs/Libraries/Pressability/Pressability.cjs +28 -0
  30. package/dist/cjs/Libraries/Pressability/usePressability.cjs +28 -0
  31. package/dist/cjs/Linking/__tests__/index-test.cjs +31 -15
  32. package/dist/cjs/Linking/index.cjs +37 -23
  33. package/dist/cjs/LogBox/index.cjs +12 -10
  34. package/dist/cjs/Modal/ModalAnimation.cjs +141 -114
  35. package/dist/cjs/Modal/ModalContent.cjs +39 -29
  36. package/dist/cjs/Modal/ModalPortal.cjs +44 -33
  37. package/dist/cjs/Modal/index.cjs +12 -10
  38. package/dist/cjs/NativeModules/index.cjs +12 -10
  39. package/dist/cjs/PanResponder/index.cjs +24 -22
  40. package/dist/cjs/PixelRatio/index.cjs +12 -10
  41. package/dist/cjs/Pressable/index.cjs +128 -100
  42. package/dist/cjs/RefreshControl/index.cjs +14 -12
  43. package/dist/cjs/SafeAreaView/index.cjs +44 -37
  44. package/dist/cjs/ScrollView/ScrollViewBase.cjs +111 -82
  45. package/dist/cjs/ScrollView/index.cjs +286 -172
  46. package/dist/cjs/SectionList.cjs +26 -24
  47. package/dist/cjs/Share/index.cjs +25 -15
  48. package/dist/cjs/StatusBar/index.cjs +12 -10
  49. package/dist/cjs/Text/index.cjs +171 -144
  50. package/dist/cjs/Text/types.cjs +7 -5
  51. package/dist/cjs/TextInput/index.cjs +252 -141
  52. package/dist/cjs/TextInput/types.cjs +7 -5
  53. package/dist/cjs/TouchableNativeFeedback.cjs +12 -10
  54. package/dist/cjs/TouchableOpacity.cjs +91 -82
  55. package/dist/cjs/TouchableWithoutFeedback.cjs +73 -69
  56. package/dist/cjs/UnimplementedView.cjs +31 -26
  57. package/dist/cjs/Vibration/index.cjs +23 -19
  58. package/dist/cjs/View/index.cjs +106 -85
  59. package/dist/cjs/View/types.cjs +7 -5
  60. package/dist/cjs/VirtualizedList.cjs +26 -24
  61. package/dist/cjs/codegenNativeCommand.cjs +14 -11
  62. package/dist/cjs/codegenNativeComponent.cjs +14 -11
  63. package/dist/cjs/createElement/__tests__/index-test.cjs +162 -99
  64. package/dist/cjs/createElement/index.cjs +78 -68
  65. package/dist/cjs/createReactDOMStyle.cjs +16 -12
  66. package/dist/cjs/index.cjs +78 -76
  67. package/dist/cjs/modules/requestIdleCallback.cjs +28 -26
  68. package/dist/cjs/preprocess.cjs +13 -10
  69. package/dist/cjs/render/index.cjs +12 -10
  70. package/dist/cjs/styleTypes.cjs +7 -5
  71. package/dist/cjs/types.cjs +7 -5
  72. package/dist/cjs/useColorScheme/index.cjs +29 -26
  73. package/dist/cjs/useLocaleContext/index.cjs +12 -10
  74. package/dist/cjs/useWindowDimensions/index.cjs +35 -28
  75. package/dist/cjs/vendor/react-native/Animated/Animated.cjs +31 -29
  76. package/dist/cjs/vendor/react-native/Animated/AnimatedEvent.cjs +97 -45
  77. package/dist/cjs/vendor/react-native/Animated/AnimatedImplementation.cjs +545 -466
  78. package/dist/cjs/vendor/react-native/Animated/AnimatedMock.cjs +106 -99
  79. package/dist/cjs/vendor/react-native/Animated/Easing.cjs +27 -15
  80. package/dist/cjs/vendor/react-native/Animated/NativeAnimatedHelper.cjs +303 -215
  81. package/dist/cjs/vendor/react-native/Animated/NativeAnimatedModule.cjs +58 -56
  82. package/dist/cjs/vendor/react-native/Animated/NativeAnimatedTurboModule.cjs +55 -53
  83. package/dist/cjs/vendor/react-native/Animated/SpringConfig.cjs +22 -14
  84. package/dist/cjs/vendor/react-native/Animated/animations/Animation.cjs +22 -14
  85. package/dist/cjs/vendor/react-native/Animated/animations/DecayAnimation.cjs +45 -21
  86. package/dist/cjs/vendor/react-native/Animated/animations/SpringAnimation.cjs +116 -44
  87. package/dist/cjs/vendor/react-native/Animated/animations/TimingAnimation.cjs +77 -32
  88. package/dist/cjs/vendor/react-native/Animated/bezier.cjs +68 -27
  89. package/dist/cjs/vendor/react-native/Animated/components/AnimatedFlatList.cjs +33 -31
  90. package/dist/cjs/vendor/react-native/Animated/components/AnimatedImage.cjs +26 -13
  91. package/dist/cjs/vendor/react-native/Animated/components/AnimatedScrollView.cjs +33 -31
  92. package/dist/cjs/vendor/react-native/Animated/components/AnimatedSectionList.cjs +33 -31
  93. package/dist/cjs/vendor/react-native/Animated/components/AnimatedText.cjs +14 -12
  94. package/dist/cjs/vendor/react-native/Animated/components/AnimatedView.cjs +14 -12
  95. package/dist/cjs/vendor/react-native/Animated/createAnimatedComponent.cjs +40 -37
  96. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedAddition.cjs +26 -17
  97. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedColor.cjs +148 -65
  98. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedDiffClamp.cjs +28 -18
  99. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedDivision.cjs +42 -22
  100. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedInterpolation.cjs +122 -47
  101. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedModulo.cjs +21 -15
  102. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedMultiplication.cjs +26 -17
  103. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedNode.cjs +70 -27
  104. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedProps.cjs +73 -32
  105. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedStyle.cjs +60 -28
  106. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedSubtraction.cjs +26 -17
  107. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedTracking.cjs +36 -19
  108. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedTransform.cjs +57 -32
  109. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedValue.cjs +108 -39
  110. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedValueXY.cjs +53 -30
  111. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedWithChildren.cjs +44 -18
  112. package/dist/cjs/vendor/react-native/Animated/useAnimatedProps.cjs +63 -43
  113. package/dist/cjs/vendor/react-native/Batchinator/index.cjs +27 -15
  114. package/dist/cjs/vendor/react-native/EventEmitter/NativeEventEmitter.cjs +28 -16
  115. package/dist/cjs/vendor/react-native/EventEmitter/RCTDeviceEventEmitter.cjs +12 -10
  116. package/dist/cjs/vendor/react-native/FeatureFlags.cjs +18 -16
  117. package/dist/cjs/vendor/react-native/FillRateHelper/index.cjs +92 -42
  118. package/dist/cjs/vendor/react-native/FlatList/index.cjs +166 -105
  119. package/dist/cjs/vendor/react-native/JSEventLoopWatchdog/index.cjs +39 -24
  120. package/dist/cjs/vendor/react-native/LayoutAnimation/index.cjs +75 -71
  121. package/dist/cjs/vendor/react-native/PanResponder/index.cjs +181 -118
  122. package/dist/cjs/vendor/react-native/PooledClass/index.cjs +44 -30
  123. package/dist/cjs/vendor/react-native/ReactNative/ReactNativeFeatureFlags.cjs +17 -15
  124. package/dist/cjs/vendor/react-native/SectionList/index.cjs +63 -39
  125. package/dist/cjs/vendor/react-native/StaticContainer/index.cjs +25 -23
  126. package/dist/cjs/vendor/react-native/StaticRenderer/index.cjs +24 -22
  127. package/dist/cjs/vendor/react-native/TouchHistoryMath/index.cjs +48 -29
  128. package/dist/cjs/vendor/react-native/TurboModule/RCTExport.cjs +17 -15
  129. package/dist/cjs/vendor/react-native/TurboModule/TurboModuleRegistry.cjs +14 -11
  130. package/dist/cjs/vendor/react-native/Types/CoreEventTypes.cjs +127 -125
  131. package/dist/cjs/vendor/react-native/Utilities/Platform.cjs +12 -10
  132. package/dist/cjs/vendor/react-native/Utilities/clamp.cjs +19 -11
  133. package/dist/cjs/vendor/react-native/Utilities/setAndForwardRef.cjs +19 -12
  134. package/dist/cjs/vendor/react-native/Utilities/useMergeRefs.cjs +21 -11
  135. package/dist/cjs/vendor/react-native/Utilities/useRefEffect.cjs +19 -11
  136. package/dist/cjs/vendor/react-native/ViewabilityHelper/index.cjs +92 -51
  137. package/dist/cjs/vendor/react-native/ViewabilityHelper.cjs +91 -50
  138. package/dist/cjs/vendor/react-native/VirtualizeUtils/index.cjs +96 -58
  139. package/dist/cjs/vendor/react-native/VirtualizedList/CellRenderMask.cjs +75 -44
  140. package/dist/cjs/vendor/react-native/VirtualizedList/ChildListCollection.cjs +36 -17
  141. package/dist/cjs/vendor/react-native/VirtualizedList/StateSafePureComponent.cjs +51 -41
  142. package/dist/cjs/vendor/react-native/VirtualizedList/VirtualizedListCellRenderer.cjs +87 -78
  143. package/dist/cjs/vendor/react-native/VirtualizedList/VirtualizedListContext.cjs +36 -32
  144. package/dist/cjs/vendor/react-native/VirtualizedList/VirtualizedListProps.cjs +19 -17
  145. package/dist/cjs/vendor/react-native/VirtualizedList/index.cjs +147 -101
  146. package/dist/cjs/vendor/react-native/VirtualizedSectionList/index.cjs +93 -58
  147. package/dist/cjs/vendor/react-native/deepDiffer/index.cjs +49 -19
  148. package/dist/cjs/vendor/react-native/emitter/EventEmitter.cjs +12 -10
  149. package/dist/cjs/vendor/react-native/emitter/_EmitterSubscription.cjs +16 -11
  150. package/dist/cjs/vendor/react-native/emitter/_EventEmitter.cjs +31 -20
  151. package/dist/cjs/vendor/react-native/emitter/_EventSubscription.cjs +12 -10
  152. package/dist/cjs/vendor/react-native/emitter/_EventSubscriptionVendor.cjs +31 -17
  153. package/dist/cjs/vendor/react-native/infoLog/index.cjs +12 -10
  154. package/dist/cjs/vendor/react-native/useRefEffect.cjs +19 -11
  155. package/dist/cjs/vendor/react-native/vendor/emitter/EventEmitter.cjs +37 -22
  156. package/dist/cjs/without-animated.cjs +251 -143
  157. package/dist/esm/AccessibilityInfo/index.mjs +65 -55
  158. package/dist/esm/AccessibilityInfo/index.mjs.map +1 -1
  159. package/dist/esm/ActivityIndicator/__tests__/index-test.mjs +56 -37
  160. package/dist/esm/ActivityIndicator/__tests__/index-test.mjs.map +1 -1
  161. package/dist/esm/ActivityIndicator/index.mjs +82 -82
  162. package/dist/esm/ActivityIndicator/index.mjs.map +1 -1
  163. package/dist/esm/AppRegistry/AppContainer.mjs +22 -19
  164. package/dist/esm/AppRegistry/AppContainer.mjs.map +1 -1
  165. package/dist/esm/AppRegistry/__tests__/index-test.mjs +22 -10
  166. package/dist/esm/AppRegistry/__tests__/index-test.mjs.map +1 -1
  167. package/dist/esm/AppRegistry/__tests__/index-test.node.mjs +35 -30
  168. package/dist/esm/AppRegistry/__tests__/index-test.node.mjs.map +1 -1
  169. package/dist/esm/AppRegistry/index.mjs +23 -13
  170. package/dist/esm/AppRegistry/index.mjs.map +1 -1
  171. package/dist/esm/AppRegistry/renderApplication.mjs +27 -24
  172. package/dist/esm/AppRegistry/renderApplication.mjs.map +1 -1
  173. package/dist/esm/AppState/__tests__/index-test.mjs +5 -3
  174. package/dist/esm/AppState/__tests__/index-test.mjs.map +1 -1
  175. package/dist/esm/AppState/index.mjs +29 -15
  176. package/dist/esm/AppState/index.mjs.map +1 -1
  177. package/dist/esm/Appearance/index.mjs +26 -17
  178. package/dist/esm/Appearance/index.mjs.map +1 -1
  179. package/dist/esm/Clipboard/index.mjs +18 -7
  180. package/dist/esm/Clipboard/index.mjs.map +1 -1
  181. package/dist/esm/DeviceInfo/index.mjs +7 -1
  182. package/dist/esm/DeviceInfo/index.mjs.map +1 -1
  183. package/dist/esm/Dimensions/__tests__/index-test.mjs +21 -10
  184. package/dist/esm/Dimensions/__tests__/index-test.mjs.map +1 -1
  185. package/dist/esm/Dimensions/index.mjs +51 -23
  186. package/dist/esm/Dimensions/index.mjs.map +1 -1
  187. package/dist/esm/FlatList.mjs +111 -69
  188. package/dist/esm/FlatList.mjs.map +1 -1
  189. package/dist/esm/I18nManager/index.mjs +7 -3
  190. package/dist/esm/I18nManager/index.mjs.map +1 -1
  191. package/dist/esm/Image/index.mjs +178 -118
  192. package/dist/esm/Image/index.mjs.map +1 -1
  193. package/dist/esm/ImageBackground/__tests__/index-test.mjs +22 -20
  194. package/dist/esm/ImageBackground/__tests__/index-test.mjs.map +1 -1
  195. package/dist/esm/ImageBackground/index.mjs +32 -32
  196. package/dist/esm/ImageBackground/index.mjs.map +1 -1
  197. package/dist/esm/InteractionManager/TaskQueue.mjs +37 -15
  198. package/dist/esm/InteractionManager/TaskQueue.mjs.map +1 -1
  199. package/dist/esm/InteractionManager/index.mjs +87 -62
  200. package/dist/esm/InteractionManager/index.mjs.map +1 -1
  201. package/dist/esm/KeyboardAvoidingView/index.mjs +3 -1
  202. package/dist/esm/KeyboardAvoidingView/index.mjs.map +1 -1
  203. package/dist/esm/Libraries/Pressability/Pressability.mjs +3 -0
  204. package/dist/esm/Libraries/Pressability/Pressability.mjs.map +1 -0
  205. package/dist/esm/Libraries/Pressability/usePressability.mjs +3 -0
  206. package/dist/esm/Libraries/Pressability/usePressability.mjs.map +1 -0
  207. package/dist/esm/Linking/__tests__/index-test.mjs +23 -9
  208. package/dist/esm/Linking/__tests__/index-test.mjs.map +1 -1
  209. package/dist/esm/Linking/index.mjs +25 -13
  210. package/dist/esm/Linking/index.mjs.map +1 -1
  211. package/dist/esm/Modal/ModalAnimation.mjs +113 -88
  212. package/dist/esm/Modal/ModalAnimation.mjs.map +1 -1
  213. package/dist/esm/Modal/ModalContent.mjs +13 -5
  214. package/dist/esm/Modal/ModalContent.mjs.map +1 -1
  215. package/dist/esm/Modal/ModalPortal.mjs +17 -8
  216. package/dist/esm/Modal/ModalPortal.mjs.map +1 -1
  217. package/dist/esm/Pressable/index.mjs +97 -71
  218. package/dist/esm/Pressable/index.mjs.map +1 -1
  219. package/dist/esm/SafeAreaView/index.mjs +16 -11
  220. package/dist/esm/SafeAreaView/index.mjs.map +1 -1
  221. package/dist/esm/ScrollView/ScrollViewBase.mjs +83 -56
  222. package/dist/esm/ScrollView/ScrollViewBase.mjs.map +1 -1
  223. package/dist/esm/ScrollView/index.mjs +256 -144
  224. package/dist/esm/ScrollView/index.mjs.map +1 -1
  225. package/dist/esm/SectionList.mjs +2 -2
  226. package/dist/esm/Share/index.mjs +13 -5
  227. package/dist/esm/Share/index.mjs.map +1 -1
  228. package/dist/esm/Text/index.mjs +143 -118
  229. package/dist/esm/Text/index.mjs.map +1 -1
  230. package/dist/esm/TextInput/index.mjs +224 -115
  231. package/dist/esm/TextInput/index.mjs.map +1 -1
  232. package/dist/esm/TouchableOpacity.mjs +63 -56
  233. package/dist/esm/TouchableOpacity.mjs.map +1 -1
  234. package/dist/esm/TouchableWithoutFeedback.mjs +46 -44
  235. package/dist/esm/TouchableWithoutFeedback.mjs.map +1 -1
  236. package/dist/esm/UnimplementedView.mjs +4 -1
  237. package/dist/esm/UnimplementedView.mjs.map +1 -1
  238. package/dist/esm/Vibration/index.mjs +11 -9
  239. package/dist/esm/Vibration/index.mjs.map +1 -1
  240. package/dist/esm/View/index.mjs +79 -60
  241. package/dist/esm/View/index.mjs.map +1 -1
  242. package/dist/esm/VirtualizedList.mjs +2 -2
  243. package/dist/esm/codegenNativeCommand.mjs +2 -1
  244. package/dist/esm/codegenNativeCommand.mjs.map +1 -1
  245. package/dist/esm/codegenNativeComponent.mjs +2 -1
  246. package/dist/esm/codegenNativeComponent.mjs.map +1 -1
  247. package/dist/esm/createElement/__tests__/index-test.mjs +151 -90
  248. package/dist/esm/createElement/__tests__/index-test.mjs.map +1 -1
  249. package/dist/esm/createElement/index.mjs +49 -41
  250. package/dist/esm/createElement/index.mjs.map +1 -1
  251. package/dist/esm/createReactDOMStyle.mjs +2 -1
  252. package/dist/esm/createReactDOMStyle.mjs.map +1 -1
  253. package/dist/esm/index.js +52 -158
  254. package/dist/esm/index.js.map +1 -6
  255. package/dist/esm/index.mjs +4 -4
  256. package/dist/esm/index.mjs.map +1 -1
  257. package/dist/esm/modules/requestIdleCallback.mjs +16 -16
  258. package/dist/esm/modules/requestIdleCallback.mjs.map +1 -1
  259. package/dist/esm/preprocess.mjs +2 -2
  260. package/dist/esm/preprocess.mjs.map +1 -1
  261. package/dist/esm/useColorScheme/index.mjs +3 -2
  262. package/dist/esm/useColorScheme/index.mjs.map +1 -1
  263. package/dist/esm/useWindowDimensions/index.mjs +9 -4
  264. package/dist/esm/useWindowDimensions/index.mjs.map +1 -1
  265. package/dist/esm/vendor/react-native/Animated/Animated.mjs +10 -10
  266. package/dist/esm/vendor/react-native/Animated/Animated.mjs.map +1 -1
  267. package/dist/esm/vendor/react-native/Animated/AnimatedEvent.mjs +81 -31
  268. package/dist/esm/vendor/react-native/Animated/AnimatedEvent.mjs.map +1 -1
  269. package/dist/esm/vendor/react-native/Animated/AnimatedImplementation.mjs +519 -442
  270. package/dist/esm/vendor/react-native/Animated/AnimatedImplementation.mjs.map +1 -1
  271. package/dist/esm/vendor/react-native/Animated/AnimatedMock.mjs +86 -81
  272. package/dist/esm/vendor/react-native/Animated/AnimatedMock.mjs.map +1 -1
  273. package/dist/esm/vendor/react-native/Animated/Easing.mjs +15 -5
  274. package/dist/esm/vendor/react-native/Animated/Easing.mjs.map +1 -1
  275. package/dist/esm/vendor/react-native/Animated/NativeAnimatedHelper.mjs +284 -198
  276. package/dist/esm/vendor/react-native/Animated/NativeAnimatedHelper.mjs.map +1 -1
  277. package/dist/esm/vendor/react-native/Animated/NativeAnimatedModule.mjs +34 -34
  278. package/dist/esm/vendor/react-native/Animated/NativeAnimatedModule.mjs.map +1 -1
  279. package/dist/esm/vendor/react-native/Animated/NativeAnimatedTurboModule.mjs +31 -31
  280. package/dist/esm/vendor/react-native/Animated/NativeAnimatedTurboModule.mjs.map +1 -1
  281. package/dist/esm/vendor/react-native/Animated/SpringConfig.mjs +10 -4
  282. package/dist/esm/vendor/react-native/Animated/SpringConfig.mjs.map +1 -1
  283. package/dist/esm/vendor/react-native/Animated/animations/Animation.mjs +10 -4
  284. package/dist/esm/vendor/react-native/Animated/animations/Animation.mjs.map +1 -1
  285. package/dist/esm/vendor/react-native/Animated/animations/DecayAnimation.mjs +31 -9
  286. package/dist/esm/vendor/react-native/Animated/animations/DecayAnimation.mjs.map +1 -1
  287. package/dist/esm/vendor/react-native/Animated/animations/SpringAnimation.mjs +100 -30
  288. package/dist/esm/vendor/react-native/Animated/animations/SpringAnimation.mjs.map +1 -1
  289. package/dist/esm/vendor/react-native/Animated/animations/TimingAnimation.mjs +62 -19
  290. package/dist/esm/vendor/react-native/Animated/animations/TimingAnimation.mjs.map +1 -1
  291. package/dist/esm/vendor/react-native/Animated/bezier.mjs +56 -17
  292. package/dist/esm/vendor/react-native/Animated/bezier.mjs.map +1 -1
  293. package/dist/esm/vendor/react-native/Animated/components/AnimatedFlatList.mjs +5 -5
  294. package/dist/esm/vendor/react-native/Animated/components/AnimatedFlatList.mjs.map +1 -1
  295. package/dist/esm/vendor/react-native/Animated/components/AnimatedImage.mjs +2 -2
  296. package/dist/esm/vendor/react-native/Animated/components/AnimatedImage.mjs.map +1 -1
  297. package/dist/esm/vendor/react-native/Animated/components/AnimatedScrollView.mjs +6 -6
  298. package/dist/esm/vendor/react-native/Animated/components/AnimatedScrollView.mjs.map +1 -1
  299. package/dist/esm/vendor/react-native/Animated/components/AnimatedSectionList.mjs +5 -5
  300. package/dist/esm/vendor/react-native/Animated/components/AnimatedSectionList.mjs.map +1 -1
  301. package/dist/esm/vendor/react-native/Animated/components/AnimatedText.mjs +1 -1
  302. package/dist/esm/vendor/react-native/Animated/components/AnimatedView.mjs +1 -1
  303. package/dist/esm/vendor/react-native/Animated/createAnimatedComponent.mjs +12 -11
  304. package/dist/esm/vendor/react-native/Animated/createAnimatedComponent.mjs.map +1 -1
  305. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedAddition.mjs +11 -4
  306. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedAddition.mjs.map +1 -1
  307. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedColor.mjs +132 -51
  308. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedColor.mjs.map +1 -1
  309. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedDiffClamp.mjs +14 -6
  310. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedDiffClamp.mjs.map +1 -1
  311. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedDivision.mjs +26 -8
  312. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedDivision.mjs.map +1 -1
  313. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedInterpolation.mjs +107 -34
  314. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedInterpolation.mjs.map +1 -1
  315. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedModulo.mjs +7 -3
  316. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedModulo.mjs.map +1 -1
  317. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedMultiplication.mjs +11 -4
  318. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedMultiplication.mjs.map +1 -1
  319. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedNode.mjs +56 -15
  320. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedNode.mjs.map +1 -1
  321. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedProps.mjs +56 -17
  322. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedProps.mjs.map +1 -1
  323. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedStyle.mjs +43 -13
  324. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedStyle.mjs.map +1 -1
  325. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedSubtraction.mjs +11 -4
  326. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedSubtraction.mjs.map +1 -1
  327. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedTracking.mjs +22 -7
  328. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedTracking.mjs.map +1 -1
  329. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedTransform.mjs +42 -19
  330. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedTransform.mjs.map +1 -1
  331. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedValue.mjs +92 -25
  332. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedValue.mjs.map +1 -1
  333. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedValueXY.mjs +38 -17
  334. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedValueXY.mjs.map +1 -1
  335. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedWithChildren.mjs +30 -6
  336. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedWithChildren.mjs.map +1 -1
  337. package/dist/esm/vendor/react-native/Animated/useAnimatedProps.mjs +45 -27
  338. package/dist/esm/vendor/react-native/Animated/useAnimatedProps.mjs.map +1 -1
  339. package/dist/esm/vendor/react-native/Batchinator/index.mjs +15 -5
  340. package/dist/esm/vendor/react-native/Batchinator/index.mjs.map +1 -1
  341. package/dist/esm/vendor/react-native/EventEmitter/NativeEventEmitter.mjs +14 -4
  342. package/dist/esm/vendor/react-native/EventEmitter/NativeEventEmitter.mjs.map +1 -1
  343. package/dist/esm/vendor/react-native/FeatureFlags.mjs +6 -6
  344. package/dist/esm/vendor/react-native/FillRateHelper/index.mjs +80 -32
  345. package/dist/esm/vendor/react-native/FillRateHelper/index.mjs.map +1 -1
  346. package/dist/esm/vendor/react-native/FlatList/index.mjs +137 -78
  347. package/dist/esm/vendor/react-native/FlatList/index.mjs.map +1 -1
  348. package/dist/esm/vendor/react-native/JSEventLoopWatchdog/index.mjs +28 -15
  349. package/dist/esm/vendor/react-native/JSEventLoopWatchdog/index.mjs.map +1 -1
  350. package/dist/esm/vendor/react-native/LayoutAnimation/index.mjs +61 -59
  351. package/dist/esm/vendor/react-native/LayoutAnimation/index.mjs.map +1 -1
  352. package/dist/esm/vendor/react-native/PanResponder/index.mjs +155 -94
  353. package/dist/esm/vendor/react-native/PanResponder/index.mjs.map +1 -1
  354. package/dist/esm/vendor/react-native/PooledClass/index.mjs +32 -20
  355. package/dist/esm/vendor/react-native/PooledClass/index.mjs.map +1 -1
  356. package/dist/esm/vendor/react-native/ReactNative/ReactNativeFeatureFlags.mjs +5 -5
  357. package/dist/esm/vendor/react-native/SectionList/index.mjs +37 -15
  358. package/dist/esm/vendor/react-native/SectionList/index.mjs.map +1 -1
  359. package/dist/esm/vendor/react-native/StaticContainer/index.mjs +1 -1
  360. package/dist/esm/vendor/react-native/StaticContainer/index.mjs.map +1 -1
  361. package/dist/esm/vendor/react-native/TouchHistoryMath/index.mjs +36 -19
  362. package/dist/esm/vendor/react-native/TouchHistoryMath/index.mjs.map +1 -1
  363. package/dist/esm/vendor/react-native/TurboModule/RCTExport.mjs +5 -5
  364. package/dist/esm/vendor/react-native/TurboModule/RCTExport.mjs.map +1 -1
  365. package/dist/esm/vendor/react-native/TurboModule/TurboModuleRegistry.mjs +2 -1
  366. package/dist/esm/vendor/react-native/TurboModule/TurboModuleRegistry.mjs.map +1 -1
  367. package/dist/esm/vendor/react-native/Types/CoreEventTypes.mjs +115 -115
  368. package/dist/esm/vendor/react-native/Types/CoreEventTypes.mjs.map +1 -1
  369. package/dist/esm/vendor/react-native/Utilities/clamp.mjs +7 -1
  370. package/dist/esm/vendor/react-native/Utilities/clamp.mjs.map +1 -1
  371. package/dist/esm/vendor/react-native/Utilities/setAndForwardRef.mjs +7 -2
  372. package/dist/esm/vendor/react-native/Utilities/setAndForwardRef.mjs.map +1 -1
  373. package/dist/esm/vendor/react-native/Utilities/useMergeRefs.mjs +9 -1
  374. package/dist/esm/vendor/react-native/Utilities/useMergeRefs.mjs.map +1 -1
  375. package/dist/esm/vendor/react-native/Utilities/useRefEffect.mjs +7 -1
  376. package/dist/esm/vendor/react-native/Utilities/useRefEffect.mjs.map +1 -1
  377. package/dist/esm/vendor/react-native/ViewabilityHelper/index.mjs +80 -41
  378. package/dist/esm/vendor/react-native/ViewabilityHelper/index.mjs.map +1 -1
  379. package/dist/esm/vendor/react-native/ViewabilityHelper.mjs +79 -40
  380. package/dist/esm/vendor/react-native/ViewabilityHelper.mjs.map +1 -1
  381. package/dist/esm/vendor/react-native/VirtualizeUtils/index.mjs +84 -48
  382. package/dist/esm/vendor/react-native/VirtualizeUtils/index.mjs.map +1 -1
  383. package/dist/esm/vendor/react-native/VirtualizedList/CellRenderMask.mjs +63 -34
  384. package/dist/esm/vendor/react-native/VirtualizedList/CellRenderMask.mjs.map +1 -1
  385. package/dist/esm/vendor/react-native/VirtualizedList/ChildListCollection.mjs +24 -7
  386. package/dist/esm/vendor/react-native/VirtualizedList/ChildListCollection.mjs.map +1 -1
  387. package/dist/esm/vendor/react-native/VirtualizedList/StateSafePureComponent.mjs +25 -17
  388. package/dist/esm/vendor/react-native/VirtualizedList/StateSafePureComponent.mjs.map +1 -1
  389. package/dist/esm/vendor/react-native/VirtualizedList/VirtualizedListCellRenderer.mjs +59 -52
  390. package/dist/esm/vendor/react-native/VirtualizedList/VirtualizedListCellRenderer.mjs.map +1 -1
  391. package/dist/esm/vendor/react-native/VirtualizedList/VirtualizedListContext.mjs +9 -7
  392. package/dist/esm/vendor/react-native/VirtualizedList/VirtualizedListContext.mjs.map +1 -1
  393. package/dist/esm/vendor/react-native/VirtualizedList/VirtualizedListProps.mjs +7 -7
  394. package/dist/esm/vendor/react-native/VirtualizedList/index.mjs +128 -84
  395. package/dist/esm/vendor/react-native/VirtualizedList/index.mjs.map +1 -1
  396. package/dist/esm/vendor/react-native/VirtualizedSectionList/index.mjs +67 -34
  397. package/dist/esm/vendor/react-native/VirtualizedSectionList/index.mjs.map +1 -1
  398. package/dist/esm/vendor/react-native/deepDiffer/index.mjs +37 -9
  399. package/dist/esm/vendor/react-native/deepDiffer/index.mjs.map +1 -1
  400. package/dist/esm/vendor/react-native/emitter/_EmitterSubscription.mjs +4 -1
  401. package/dist/esm/vendor/react-native/emitter/_EmitterSubscription.mjs.map +1 -1
  402. package/dist/esm/vendor/react-native/emitter/_EventEmitter.mjs +16 -7
  403. package/dist/esm/vendor/react-native/emitter/_EventEmitter.mjs.map +1 -1
  404. package/dist/esm/vendor/react-native/emitter/_EventSubscriptionVendor.mjs +19 -7
  405. package/dist/esm/vendor/react-native/emitter/_EventSubscriptionVendor.mjs.map +1 -1
  406. package/dist/esm/vendor/react-native/useRefEffect.mjs +7 -1
  407. package/dist/esm/vendor/react-native/useRefEffect.mjs.map +1 -1
  408. package/dist/esm/vendor/react-native/vendor/emitter/EventEmitter.mjs +25 -12
  409. package/dist/esm/vendor/react-native/vendor/emitter/EventEmitter.mjs.map +1 -1
  410. package/dist/esm/without-animated.mjs +175 -69
  411. package/dist/esm/without-animated.mjs.map +1 -1
  412. package/package.json +34 -8
  413. package/src/Libraries/Pressability/Pressability.ts +2 -0
  414. package/src/Libraries/Pressability/usePressability.ts +2 -0
  415. package/src/ScrollView/ScrollViewBase.tsx +12 -7
  416. package/src/ScrollView/index.tsx +31 -0
  417. package/src/createReactDOMStyle.ts +4 -1
  418. package/src/preprocess.ts +1 -0
  419. package/src/vendor/react-native/Animated/AnimatedImplementation.js +7 -7
  420. package/src/without-animated.tsx +156 -27
  421. package/dist/cjs/AccessibilityInfo/index.js +0 -95
  422. package/dist/cjs/AccessibilityInfo/index.js.map +0 -6
  423. package/dist/cjs/ActivityIndicator/__tests__/index-test.js +0 -116
  424. package/dist/cjs/ActivityIndicator/__tests__/index-test.js.map +0 -6
  425. package/dist/cjs/ActivityIndicator/index.js +0 -109
  426. package/dist/cjs/ActivityIndicator/index.js.map +0 -6
  427. package/dist/cjs/Alert/index.js +0 -24
  428. package/dist/cjs/Alert/index.js.map +0 -6
  429. package/dist/cjs/AppRegistry/AppContainer.js +0 -41
  430. package/dist/cjs/AppRegistry/AppContainer.js.map +0 -6
  431. package/dist/cjs/AppRegistry/__tests__/index-test.js +0 -77
  432. package/dist/cjs/AppRegistry/__tests__/index-test.js.map +0 -6
  433. package/dist/cjs/AppRegistry/__tests__/index-test.node.js +0 -131
  434. package/dist/cjs/AppRegistry/__tests__/index-test.node.js.map +0 -6
  435. package/dist/cjs/AppRegistry/index.js +0 -90
  436. package/dist/cjs/AppRegistry/index.js.map +0 -6
  437. package/dist/cjs/AppRegistry/renderApplication.js +0 -43
  438. package/dist/cjs/AppRegistry/renderApplication.js.map +0 -6
  439. package/dist/cjs/AppState/__tests__/index-test.js +0 -33
  440. package/dist/cjs/AppState/__tests__/index-test.js.map +0 -6
  441. package/dist/cjs/AppState/index.js +0 -71
  442. package/dist/cjs/AppState/index.js.map +0 -6
  443. package/dist/cjs/Appearance/index.js +0 -40
  444. package/dist/cjs/Appearance/index.js.map +0 -6
  445. package/dist/cjs/BackHandler/index.js +0 -31
  446. package/dist/cjs/BackHandler/index.js.map +0 -6
  447. package/dist/cjs/Clipboard/index.js +0 -47
  448. package/dist/cjs/Clipboard/index.js.map +0 -6
  449. package/dist/cjs/DeviceEmitter.js +0 -22
  450. package/dist/cjs/DeviceEmitter.js.map +0 -6
  451. package/dist/cjs/DeviceInfo/index.js +0 -53
  452. package/dist/cjs/DeviceInfo/index.js.map +0 -6
  453. package/dist/cjs/Dimensions/__tests__/index-test.js +0 -51
  454. package/dist/cjs/Dimensions/__tests__/index-test.js.map +0 -6
  455. package/dist/cjs/Dimensions/index.js +0 -76
  456. package/dist/cjs/Dimensions/index.js.map +0 -6
  457. package/dist/cjs/FlatList.js +0 -194
  458. package/dist/cjs/FlatList.js.map +0 -6
  459. package/dist/cjs/I18nManager/index.js +0 -29
  460. package/dist/cjs/I18nManager/index.js.map +0 -6
  461. package/dist/cjs/Image/index.js +0 -254
  462. package/dist/cjs/Image/index.js.map +0 -6
  463. package/dist/cjs/Image/types.js +0 -14
  464. package/dist/cjs/Image/types.js.map +0 -6
  465. package/dist/cjs/ImageBackground/__tests__/index-test.js +0 -48
  466. package/dist/cjs/ImageBackground/__tests__/index-test.js.map +0 -6
  467. package/dist/cjs/ImageBackground/index.js +0 -55
  468. package/dist/cjs/ImageBackground/index.js.map +0 -6
  469. package/dist/cjs/InteractionManager/TaskQueue.js +0 -75
  470. package/dist/cjs/InteractionManager/TaskQueue.js.map +0 -6
  471. package/dist/cjs/InteractionManager/index.js +0 -94
  472. package/dist/cjs/InteractionManager/index.js.map +0 -6
  473. package/dist/cjs/Keyboard/index.js +0 -34
  474. package/dist/cjs/Keyboard/index.js.map +0 -6
  475. package/dist/cjs/KeyboardAvoidingView/index.js +0 -57
  476. package/dist/cjs/KeyboardAvoidingView/index.js.map +0 -6
  477. package/dist/cjs/Linking/__tests__/index-test.js +0 -38
  478. package/dist/cjs/Linking/__tests__/index-test.js.map +0 -6
  479. package/dist/cjs/Linking/index.js +0 -85
  480. package/dist/cjs/Linking/index.js.map +0 -6
  481. package/dist/cjs/LogBox/index.js +0 -32
  482. package/dist/cjs/LogBox/index.js.map +0 -6
  483. package/dist/cjs/Modal/ModalAnimation.js +0 -137
  484. package/dist/cjs/Modal/ModalAnimation.js.map +0 -6
  485. package/dist/cjs/Modal/ModalContent.js +0 -77
  486. package/dist/cjs/Modal/ModalContent.js.map +0 -6
  487. package/dist/cjs/Modal/ModalPortal.js +0 -42
  488. package/dist/cjs/Modal/ModalPortal.js.map +0 -6
  489. package/dist/cjs/Modal/index.js +0 -21
  490. package/dist/cjs/Modal/index.js.map +0 -6
  491. package/dist/cjs/NativeModules/index.js +0 -24
  492. package/dist/cjs/NativeModules/index.js.map +0 -6
  493. package/dist/cjs/PanResponder/index.js +0 -29
  494. package/dist/cjs/PanResponder/index.js.map +0 -6
  495. package/dist/cjs/PixelRatio/index.js +0 -52
  496. package/dist/cjs/PixelRatio/index.js.map +0 -6
  497. package/dist/cjs/Pressable/index.js +0 -141
  498. package/dist/cjs/Pressable/index.js.map +0 -6
  499. package/dist/cjs/RefreshControl/index.js +0 -41
  500. package/dist/cjs/RefreshControl/index.js.map +0 -6
  501. package/dist/cjs/SafeAreaView/index.js +0 -44
  502. package/dist/cjs/SafeAreaView/index.js.map +0 -6
  503. package/dist/cjs/ScrollView/ScrollViewBase.js +0 -125
  504. package/dist/cjs/ScrollView/ScrollViewBase.js.map +0 -6
  505. package/dist/cjs/ScrollView/index.js +0 -525
  506. package/dist/cjs/ScrollView/index.js.map +0 -6
  507. package/dist/cjs/SectionList.js +0 -30
  508. package/dist/cjs/SectionList.js.map +0 -6
  509. package/dist/cjs/Share/index.js +0 -55
  510. package/dist/cjs/Share/index.js.map +0 -6
  511. package/dist/cjs/StatusBar/index.js +0 -32
  512. package/dist/cjs/StatusBar/index.js.map +0 -6
  513. package/dist/cjs/Text/index.js +0 -153
  514. package/dist/cjs/Text/index.js.map +0 -6
  515. package/dist/cjs/Text/types.js +0 -14
  516. package/dist/cjs/Text/types.js.map +0 -6
  517. package/dist/cjs/TextInput/index.js +0 -269
  518. package/dist/cjs/TextInput/index.js.map +0 -6
  519. package/dist/cjs/TextInput/types.js +0 -14
  520. package/dist/cjs/TextInput/types.js.map +0 -6
  521. package/dist/cjs/TouchableNativeFeedback.js +0 -21
  522. package/dist/cjs/TouchableNativeFeedback.js.map +0 -6
  523. package/dist/cjs/TouchableOpacity.js +0 -122
  524. package/dist/cjs/TouchableOpacity.js.map +0 -6
  525. package/dist/cjs/TouchableWithoutFeedback.js +0 -89
  526. package/dist/cjs/TouchableWithoutFeedback.js.map +0 -6
  527. package/dist/cjs/UnimplementedView.js +0 -36
  528. package/dist/cjs/UnimplementedView.js.map +0 -6
  529. package/dist/cjs/Vibration/index.js +0 -30
  530. package/dist/cjs/Vibration/index.js.map +0 -6
  531. package/dist/cjs/View/index.js +0 -102
  532. package/dist/cjs/View/index.js.map +0 -6
  533. package/dist/cjs/View/types.js +0 -14
  534. package/dist/cjs/View/types.js.map +0 -6
  535. package/dist/cjs/VirtualizedList.js +0 -30
  536. package/dist/cjs/VirtualizedList.js.map +0 -6
  537. package/dist/cjs/codegenNativeCommand.js +0 -23
  538. package/dist/cjs/codegenNativeCommand.js.map +0 -6
  539. package/dist/cjs/codegenNativeComponent.js +0 -23
  540. package/dist/cjs/codegenNativeComponent.js.map +0 -6
  541. package/dist/cjs/createElement/__tests__/index-test.js +0 -536
  542. package/dist/cjs/createElement/__tests__/index-test.js.map +0 -6
  543. package/dist/cjs/createElement/index.js +0 -60
  544. package/dist/cjs/createElement/index.js.map +0 -6
  545. package/dist/cjs/createReactDOMStyle.js +0 -21
  546. package/dist/cjs/createReactDOMStyle.js.map +0 -6
  547. package/dist/cjs/index.js +0 -114
  548. package/dist/cjs/index.js.map +0 -6
  549. package/dist/cjs/modules/requestIdleCallback.js +0 -34
  550. package/dist/cjs/modules/requestIdleCallback.js.map +0 -6
  551. package/dist/cjs/preprocess.js +0 -24
  552. package/dist/cjs/preprocess.js.map +0 -6
  553. package/dist/cjs/render/index.js +0 -31
  554. package/dist/cjs/render/index.js.map +0 -6
  555. package/dist/cjs/styleTypes.js +0 -14
  556. package/dist/cjs/styleTypes.js.map +0 -6
  557. package/dist/cjs/types.js +0 -14
  558. package/dist/cjs/types.js.map +0 -6
  559. package/dist/cjs/useColorScheme/index.js +0 -39
  560. package/dist/cjs/useColorScheme/index.js.map +0 -6
  561. package/dist/cjs/useLocaleContext/index.js +0 -21
  562. package/dist/cjs/useLocaleContext/index.js.map +0 -6
  563. package/dist/cjs/useWindowDimensions/index.js +0 -40
  564. package/dist/cjs/useWindowDimensions/index.js.map +0 -6
  565. package/dist/cjs/vendor/react-native/Animated/Animated.js +0 -32
  566. package/dist/cjs/vendor/react-native/Animated/Animated.js.map +0 -6
  567. package/dist/cjs/vendor/react-native/Animated/AnimatedEvent.js +0 -130
  568. package/dist/cjs/vendor/react-native/Animated/AnimatedEvent.js.map +0 -6
  569. package/dist/cjs/vendor/react-native/Animated/AnimatedImplementation.js +0 -432
  570. package/dist/cjs/vendor/react-native/Animated/AnimatedImplementation.js.map +0 -6
  571. package/dist/cjs/vendor/react-native/Animated/AnimatedMock.js +0 -115
  572. package/dist/cjs/vendor/react-native/Animated/AnimatedMock.js.map +0 -6
  573. package/dist/cjs/vendor/react-native/Animated/AnimatedPlatformConfig.js +0 -2
  574. package/dist/cjs/vendor/react-native/Animated/AnimatedPlatformConfig.js.map +0 -6
  575. package/dist/cjs/vendor/react-native/Animated/Easing.js +0 -182
  576. package/dist/cjs/vendor/react-native/Animated/Easing.js.map +0 -6
  577. package/dist/cjs/vendor/react-native/Animated/NativeAnimatedHelper.js +0 -322
  578. package/dist/cjs/vendor/react-native/Animated/NativeAnimatedHelper.js.map +0 -6
  579. package/dist/cjs/vendor/react-native/Animated/NativeAnimatedModule.js +0 -90
  580. package/dist/cjs/vendor/react-native/Animated/NativeAnimatedModule.js.map +0 -6
  581. package/dist/cjs/vendor/react-native/Animated/NativeAnimatedTurboModule.js +0 -85
  582. package/dist/cjs/vendor/react-native/Animated/NativeAnimatedTurboModule.js.map +0 -6
  583. package/dist/cjs/vendor/react-native/Animated/SpringConfig.js +0 -71
  584. package/dist/cjs/vendor/react-native/Animated/SpringConfig.js.map +0 -6
  585. package/dist/cjs/vendor/react-native/Animated/animations/Animation.js +0 -63
  586. package/dist/cjs/vendor/react-native/Animated/animations/Animation.js.map +0 -6
  587. package/dist/cjs/vendor/react-native/Animated/animations/DecayAnimation.js +0 -59
  588. package/dist/cjs/vendor/react-native/Animated/animations/DecayAnimation.js.map +0 -6
  589. package/dist/cjs/vendor/react-native/Animated/animations/SpringAnimation.js +0 -155
  590. package/dist/cjs/vendor/react-native/Animated/animations/SpringAnimation.js.map +0 -6
  591. package/dist/cjs/vendor/react-native/Animated/animations/TimingAnimation.js +0 -80
  592. package/dist/cjs/vendor/react-native/Animated/animations/TimingAnimation.js.map +0 -6
  593. package/dist/cjs/vendor/react-native/Animated/bezier.js +0 -77
  594. package/dist/cjs/vendor/react-native/Animated/bezier.js.map +0 -6
  595. package/dist/cjs/vendor/react-native/Animated/components/AnimatedFlatList.js +0 -32
  596. package/dist/cjs/vendor/react-native/Animated/components/AnimatedFlatList.js.map +0 -6
  597. package/dist/cjs/vendor/react-native/Animated/components/AnimatedImage.js +0 -24
  598. package/dist/cjs/vendor/react-native/Animated/components/AnimatedImage.js.map +0 -6
  599. package/dist/cjs/vendor/react-native/Animated/components/AnimatedScrollView.js +0 -32
  600. package/dist/cjs/vendor/react-native/Animated/components/AnimatedScrollView.js.map +0 -6
  601. package/dist/cjs/vendor/react-native/Animated/components/AnimatedSectionList.js +0 -32
  602. package/dist/cjs/vendor/react-native/Animated/components/AnimatedSectionList.js.map +0 -6
  603. package/dist/cjs/vendor/react-native/Animated/components/AnimatedText.js +0 -24
  604. package/dist/cjs/vendor/react-native/Animated/components/AnimatedText.js.map +0 -6
  605. package/dist/cjs/vendor/react-native/Animated/components/AnimatedView.js +0 -24
  606. package/dist/cjs/vendor/react-native/Animated/components/AnimatedView.js.map +0 -6
  607. package/dist/cjs/vendor/react-native/Animated/createAnimatedComponent.js +0 -37
  608. package/dist/cjs/vendor/react-native/Animated/createAnimatedComponent.js.map +0 -6
  609. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedAddition.js +0 -52
  610. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedAddition.js.map +0 -6
  611. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedColor.js +0 -172
  612. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedColor.js.map +0 -6
  613. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedDiffClamp.js +0 -57
  614. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedDiffClamp.js.map +0 -6
  615. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedDivision.js +0 -54
  616. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedDivision.js.map +0 -6
  617. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedInterpolation.js +0 -167
  618. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedInterpolation.js.map +0 -6
  619. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedModulo.js +0 -52
  620. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedModulo.js.map +0 -6
  621. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedMultiplication.js +0 -52
  622. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedMultiplication.js.map +0 -6
  623. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedNode.js +0 -134
  624. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedNode.js.map +0 -6
  625. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedProps.js +0 -107
  626. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedProps.js.map +0 -6
  627. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedStyle.js +0 -95
  628. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedStyle.js.map +0 -6
  629. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedSubtraction.js +0 -52
  630. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedSubtraction.js.map +0 -6
  631. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedTracking.js +0 -69
  632. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedTracking.js.map +0 -6
  633. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedTransform.js +0 -94
  634. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedTransform.js.map +0 -6
  635. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedValue.js +0 -181
  636. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedValue.js.map +0 -6
  637. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedValueXY.js +0 -82
  638. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedValueXY.js.map +0 -6
  639. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedWithChildren.js +0 -66
  640. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedWithChildren.js.map +0 -6
  641. package/dist/cjs/vendor/react-native/Animated/useAnimatedProps.js +0 -75
  642. package/dist/cjs/vendor/react-native/Animated/useAnimatedProps.js.map +0 -6
  643. package/dist/cjs/vendor/react-native/Batchinator/index.js +0 -51
  644. package/dist/cjs/vendor/react-native/Batchinator/index.js.map +0 -6
  645. package/dist/cjs/vendor/react-native/EventEmitter/NativeEventEmitter.js +0 -60
  646. package/dist/cjs/vendor/react-native/EventEmitter/NativeEventEmitter.js.map +0 -6
  647. package/dist/cjs/vendor/react-native/EventEmitter/RCTDeviceEventEmitter.js +0 -24
  648. package/dist/cjs/vendor/react-native/EventEmitter/RCTDeviceEventEmitter.js.map +0 -6
  649. package/dist/cjs/vendor/react-native/FeatureFlags.js +0 -28
  650. package/dist/cjs/vendor/react-native/FeatureFlags.js.map +0 -6
  651. package/dist/cjs/vendor/react-native/FillRateHelper/index.js +0 -125
  652. package/dist/cjs/vendor/react-native/FillRateHelper/index.js.map +0 -6
  653. package/dist/cjs/vendor/react-native/FlatList/index.js +0 -263
  654. package/dist/cjs/vendor/react-native/FlatList/index.js.map +0 -6
  655. package/dist/cjs/vendor/react-native/JSEventLoopWatchdog/index.js +0 -57
  656. package/dist/cjs/vendor/react-native/JSEventLoopWatchdog/index.js.map +0 -6
  657. package/dist/cjs/vendor/react-native/LayoutAnimation/index.js +0 -102
  658. package/dist/cjs/vendor/react-native/LayoutAnimation/index.js.map +0 -6
  659. package/dist/cjs/vendor/react-native/PanResponder/index.js +0 -147
  660. package/dist/cjs/vendor/react-native/PanResponder/index.js.map +0 -6
  661. package/dist/cjs/vendor/react-native/PooledClass/index.js +0 -39
  662. package/dist/cjs/vendor/react-native/PooledClass/index.js.map +0 -6
  663. package/dist/cjs/vendor/react-native/ReactNative/ReactNativeFeatureFlags.js +0 -29
  664. package/dist/cjs/vendor/react-native/ReactNative/ReactNativeFeatureFlags.js.map +0 -6
  665. package/dist/cjs/vendor/react-native/SectionList/index.js +0 -87
  666. package/dist/cjs/vendor/react-native/SectionList/index.js.map +0 -6
  667. package/dist/cjs/vendor/react-native/StaticContainer/index.js +0 -41
  668. package/dist/cjs/vendor/react-native/StaticContainer/index.js.map +0 -6
  669. package/dist/cjs/vendor/react-native/StaticRenderer/index.js +0 -40
  670. package/dist/cjs/vendor/react-native/StaticRenderer/index.js.map +0 -6
  671. package/dist/cjs/vendor/react-native/TouchHistoryMath/index.js +0 -119
  672. package/dist/cjs/vendor/react-native/TouchHistoryMath/index.js.map +0 -6
  673. package/dist/cjs/vendor/react-native/TurboModule/RCTExport.js +0 -27
  674. package/dist/cjs/vendor/react-native/TurboModule/RCTExport.js.map +0 -6
  675. package/dist/cjs/vendor/react-native/TurboModule/TurboModuleRegistry.js +0 -33
  676. package/dist/cjs/vendor/react-native/TurboModule/TurboModuleRegistry.js.map +0 -6
  677. package/dist/cjs/vendor/react-native/Types/CoreEventTypes.js +0 -128
  678. package/dist/cjs/vendor/react-native/Types/CoreEventTypes.js.map +0 -6
  679. package/dist/cjs/vendor/react-native/Utilities/Platform.js +0 -23
  680. package/dist/cjs/vendor/react-native/Utilities/Platform.js.map +0 -6
  681. package/dist/cjs/vendor/react-native/Utilities/clamp.js +0 -26
  682. package/dist/cjs/vendor/react-native/Utilities/clamp.js.map +0 -6
  683. package/dist/cjs/vendor/react-native/Utilities/setAndForwardRef.js +0 -29
  684. package/dist/cjs/vendor/react-native/Utilities/setAndForwardRef.js.map +0 -6
  685. package/dist/cjs/vendor/react-native/Utilities/useMergeRefs.js +0 -33
  686. package/dist/cjs/vendor/react-native/Utilities/useMergeRefs.js.map +0 -6
  687. package/dist/cjs/vendor/react-native/Utilities/useRefEffect.js +0 -32
  688. package/dist/cjs/vendor/react-native/Utilities/useRefEffect.js.map +0 -6
  689. package/dist/cjs/vendor/react-native/ViewabilityHelper/index.js +0 -153
  690. package/dist/cjs/vendor/react-native/ViewabilityHelper/index.js.map +0 -6
  691. package/dist/cjs/vendor/react-native/ViewabilityHelper.js +0 -145
  692. package/dist/cjs/vendor/react-native/ViewabilityHelper.js.map +0 -6
  693. package/dist/cjs/vendor/react-native/VirtualizeUtils/index.js +0 -86
  694. package/dist/cjs/vendor/react-native/VirtualizeUtils/index.js.map +0 -6
  695. package/dist/cjs/vendor/react-native/VirtualizedList/CellRenderMask.js +0 -78
  696. package/dist/cjs/vendor/react-native/VirtualizedList/CellRenderMask.js.map +0 -6
  697. package/dist/cjs/vendor/react-native/VirtualizedList/ChildListCollection.js +0 -61
  698. package/dist/cjs/vendor/react-native/VirtualizedList/ChildListCollection.js.map +0 -6
  699. package/dist/cjs/vendor/react-native/VirtualizedList/StateSafePureComponent.js +0 -76
  700. package/dist/cjs/vendor/react-native/VirtualizedList/StateSafePureComponent.js.map +0 -6
  701. package/dist/cjs/vendor/react-native/VirtualizedList/VirtualizedListCellRenderer.js +0 -160
  702. package/dist/cjs/vendor/react-native/VirtualizedList/VirtualizedListCellRenderer.js.map +0 -6
  703. package/dist/cjs/vendor/react-native/VirtualizedList/VirtualizedListContext.js +0 -65
  704. package/dist/cjs/vendor/react-native/VirtualizedList/VirtualizedListContext.js.map +0 -6
  705. package/dist/cjs/vendor/react-native/VirtualizedList/VirtualizedListProps.js +0 -59
  706. package/dist/cjs/vendor/react-native/VirtualizedList/VirtualizedListProps.js.map +0 -6
  707. package/dist/cjs/vendor/react-native/VirtualizedList/index.js +0 -238
  708. package/dist/cjs/vendor/react-native/VirtualizedList/index.js.map +0 -6
  709. package/dist/cjs/vendor/react-native/VirtualizedSectionList/index.js +0 -119
  710. package/dist/cjs/vendor/react-native/VirtualizedSectionList/index.js.map +0 -6
  711. package/dist/cjs/vendor/react-native/deepDiffer/index.js +0 -49
  712. package/dist/cjs/vendor/react-native/deepDiffer/index.js.map +0 -6
  713. package/dist/cjs/vendor/react-native/emitter/EventEmitter.js +0 -24
  714. package/dist/cjs/vendor/react-native/emitter/EventEmitter.js.map +0 -6
  715. package/dist/cjs/vendor/react-native/emitter/EventSubscription.js +0 -2
  716. package/dist/cjs/vendor/react-native/emitter/EventSubscription.js.map +0 -6
  717. package/dist/cjs/vendor/react-native/emitter/_EmitterSubscription.js +0 -48
  718. package/dist/cjs/vendor/react-native/emitter/_EmitterSubscription.js.map +0 -6
  719. package/dist/cjs/vendor/react-native/emitter/_EventEmitter.js +0 -128
  720. package/dist/cjs/vendor/react-native/emitter/_EventEmitter.js.map +0 -6
  721. package/dist/cjs/vendor/react-native/emitter/_EventSubscription.js +0 -38
  722. package/dist/cjs/vendor/react-native/emitter/_EventSubscription.js.map +0 -6
  723. package/dist/cjs/vendor/react-native/emitter/_EventSubscriptionVendor.js +0 -77
  724. package/dist/cjs/vendor/react-native/emitter/_EventSubscriptionVendor.js.map +0 -6
  725. package/dist/cjs/vendor/react-native/infoLog/index.js +0 -26
  726. package/dist/cjs/vendor/react-native/infoLog/index.js.map +0 -6
  727. package/dist/cjs/vendor/react-native/useRefEffect.js +0 -32
  728. package/dist/cjs/vendor/react-native/useRefEffect.js.map +0 -6
  729. package/dist/cjs/vendor/react-native/vendor/emitter/EventEmitter.js +0 -87
  730. package/dist/cjs/vendor/react-native/vendor/emitter/EventEmitter.js.map +0 -6
  731. package/dist/cjs/without-animated.js +0 -179
  732. package/dist/cjs/without-animated.js.map +0 -6
  733. package/dist/esm/AccessibilityInfo/index.js +0 -79
  734. package/dist/esm/AccessibilityInfo/index.js.map +0 -6
  735. package/dist/esm/ActivityIndicator/__tests__/index-test.js +0 -102
  736. package/dist/esm/ActivityIndicator/__tests__/index-test.js.map +0 -6
  737. package/dist/esm/ActivityIndicator/index.js +0 -88
  738. package/dist/esm/ActivityIndicator/index.js.map +0 -6
  739. package/dist/esm/Alert/index.js +0 -8
  740. package/dist/esm/Alert/index.js.map +0 -6
  741. package/dist/esm/AppRegistry/AppContainer.js +0 -20
  742. package/dist/esm/AppRegistry/AppContainer.js.map +0 -6
  743. package/dist/esm/AppRegistry/__tests__/index-test.js +0 -59
  744. package/dist/esm/AppRegistry/__tests__/index-test.js.map +0 -6
  745. package/dist/esm/AppRegistry/__tests__/index-test.node.js +0 -116
  746. package/dist/esm/AppRegistry/__tests__/index-test.node.js.map +0 -6
  747. package/dist/esm/AppRegistry/index.js +0 -76
  748. package/dist/esm/AppRegistry/index.js.map +0 -6
  749. package/dist/esm/AppRegistry/renderApplication.js +0 -31
  750. package/dist/esm/AppRegistry/renderApplication.js.map +0 -6
  751. package/dist/esm/AppState/__tests__/index-test.js +0 -14
  752. package/dist/esm/AppState/__tests__/index-test.js.map +0 -6
  753. package/dist/esm/AppState/index.js +0 -55
  754. package/dist/esm/AppState/index.js.map +0 -6
  755. package/dist/esm/Appearance/index.js +0 -24
  756. package/dist/esm/Appearance/index.js.map +0 -6
  757. package/dist/esm/BackHandler/index.js +0 -15
  758. package/dist/esm/BackHandler/index.js.map +0 -6
  759. package/dist/esm/Clipboard/index.js +0 -31
  760. package/dist/esm/Clipboard/index.js.map +0 -6
  761. package/dist/esm/DeviceEmitter.js +0 -6
  762. package/dist/esm/DeviceEmitter.js.map +0 -6
  763. package/dist/esm/DeviceInfo/index.js +0 -38
  764. package/dist/esm/DeviceInfo/index.js.map +0 -6
  765. package/dist/esm/Dimensions/__tests__/index-test.js +0 -32
  766. package/dist/esm/Dimensions/__tests__/index-test.js.map +0 -6
  767. package/dist/esm/Dimensions/index.js +0 -60
  768. package/dist/esm/Dimensions/index.js.map +0 -6
  769. package/dist/esm/FlatList.js +0 -177
  770. package/dist/esm/FlatList.js.map +0 -6
  771. package/dist/esm/I18nManager/index.js +0 -13
  772. package/dist/esm/I18nManager/index.js.map +0 -6
  773. package/dist/esm/Image/index.js +0 -240
  774. package/dist/esm/Image/index.js.map +0 -6
  775. package/dist/esm/Image/types.js +0 -1
  776. package/dist/esm/Image/types.js.map +0 -6
  777. package/dist/esm/ImageBackground/__tests__/index-test.js +0 -32
  778. package/dist/esm/ImageBackground/__tests__/index-test.js.map +0 -6
  779. package/dist/esm/ImageBackground/index.js +0 -43
  780. package/dist/esm/ImageBackground/index.js.map +0 -6
  781. package/dist/esm/InteractionManager/TaskQueue.js +0 -59
  782. package/dist/esm/InteractionManager/TaskQueue.js.map +0 -6
  783. package/dist/esm/InteractionManager/index.js +0 -73
  784. package/dist/esm/InteractionManager/index.js.map +0 -6
  785. package/dist/esm/Keyboard/index.js +0 -18
  786. package/dist/esm/Keyboard/index.js.map +0 -6
  787. package/dist/esm/KeyboardAvoidingView/index.js +0 -35
  788. package/dist/esm/KeyboardAvoidingView/index.js.map +0 -6
  789. package/dist/esm/Linking/__tests__/index-test.js +0 -19
  790. package/dist/esm/Linking/__tests__/index-test.js.map +0 -6
  791. package/dist/esm/Linking/index.js +0 -69
  792. package/dist/esm/Linking/index.js.map +0 -6
  793. package/dist/esm/LogBox/index.js +0 -16
  794. package/dist/esm/LogBox/index.js.map +0 -6
  795. package/dist/esm/Modal/ModalAnimation.js +0 -116
  796. package/dist/esm/Modal/ModalAnimation.js.map +0 -6
  797. package/dist/esm/Modal/ModalContent.js +0 -55
  798. package/dist/esm/Modal/ModalContent.js.map +0 -6
  799. package/dist/esm/Modal/ModalPortal.js +0 -20
  800. package/dist/esm/Modal/ModalPortal.js.map +0 -6
  801. package/dist/esm/Modal/index.js +0 -5
  802. package/dist/esm/Modal/index.js.map +0 -6
  803. package/dist/esm/NativeModules/index.js +0 -8
  804. package/dist/esm/NativeModules/index.js.map +0 -6
  805. package/dist/esm/PanResponder/index.js +0 -5
  806. package/dist/esm/PanResponder/index.js.map +0 -6
  807. package/dist/esm/PixelRatio/index.js +0 -36
  808. package/dist/esm/PixelRatio/index.js.map +0 -6
  809. package/dist/esm/Pressable/index.js +0 -122
  810. package/dist/esm/Pressable/index.js.map +0 -6
  811. package/dist/esm/RefreshControl/index.js +0 -26
  812. package/dist/esm/RefreshControl/index.js.map +0 -6
  813. package/dist/esm/SafeAreaView/index.js +0 -23
  814. package/dist/esm/SafeAreaView/index.js.map +0 -6
  815. package/dist/esm/ScrollView/ScrollViewBase.js +0 -104
  816. package/dist/esm/ScrollView/ScrollViewBase.js.map +0 -6
  817. package/dist/esm/ScrollView/index.js +0 -515
  818. package/dist/esm/ScrollView/index.js.map +0 -6
  819. package/dist/esm/SectionList.js +0 -7
  820. package/dist/esm/SectionList.js.map +0 -6
  821. package/dist/esm/Share/index.js +0 -39
  822. package/dist/esm/Share/index.js.map +0 -6
  823. package/dist/esm/StatusBar/index.js +0 -16
  824. package/dist/esm/StatusBar/index.js.map +0 -6
  825. package/dist/esm/Text/index.js +0 -142
  826. package/dist/esm/Text/index.js.map +0 -6
  827. package/dist/esm/Text/types.js +0 -1
  828. package/dist/esm/Text/types.js.map +0 -6
  829. package/dist/esm/TextInput/index.js +0 -258
  830. package/dist/esm/TextInput/index.js.map +0 -6
  831. package/dist/esm/TextInput/types.js +0 -1
  832. package/dist/esm/TextInput/types.js.map +0 -6
  833. package/dist/esm/TouchableNativeFeedback.js +0 -5
  834. package/dist/esm/TouchableNativeFeedback.js.map +0 -6
  835. package/dist/esm/TouchableOpacity.js +0 -105
  836. package/dist/esm/TouchableOpacity.js.map +0 -6
  837. package/dist/esm/TouchableWithoutFeedback.js +0 -67
  838. package/dist/esm/TouchableWithoutFeedback.js.map +0 -6
  839. package/dist/esm/UnimplementedView.js +0 -14
  840. package/dist/esm/UnimplementedView.js.map +0 -6
  841. package/dist/esm/Vibration/index.js +0 -14
  842. package/dist/esm/Vibration/index.js.map +0 -6
  843. package/dist/esm/View/index.js +0 -90
  844. package/dist/esm/View/index.js.map +0 -6
  845. package/dist/esm/View/types.js +0 -1
  846. package/dist/esm/View/types.js.map +0 -6
  847. package/dist/esm/VirtualizedList.js +0 -7
  848. package/dist/esm/VirtualizedList.js.map +0 -6
  849. package/dist/esm/codegenNativeCommand.js +0 -7
  850. package/dist/esm/codegenNativeCommand.js.map +0 -6
  851. package/dist/esm/codegenNativeComponent.js +0 -7
  852. package/dist/esm/codegenNativeComponent.js.map +0 -6
  853. package/dist/esm/createElement/__tests__/index-test.js +0 -519
  854. package/dist/esm/createElement/__tests__/index-test.js.map +0 -6
  855. package/dist/esm/createElement/index.js +0 -48
  856. package/dist/esm/createElement/index.js.map +0 -6
  857. package/dist/esm/createReactDOMStyle.js +0 -5
  858. package/dist/esm/createReactDOMStyle.js.map +0 -6
  859. package/dist/esm/modules/requestIdleCallback.js +0 -18
  860. package/dist/esm/modules/requestIdleCallback.js.map +0 -6
  861. package/dist/esm/preprocess.js +0 -13
  862. package/dist/esm/preprocess.js.map +0 -6
  863. package/dist/esm/render/index.js +0 -15
  864. package/dist/esm/render/index.js.map +0 -6
  865. package/dist/esm/styleTypes.js +0 -1
  866. package/dist/esm/styleTypes.js.map +0 -6
  867. package/dist/esm/types.js +0 -1
  868. package/dist/esm/types.js.map +0 -6
  869. package/dist/esm/useColorScheme/index.js +0 -16
  870. package/dist/esm/useColorScheme/index.js.map +0 -6
  871. package/dist/esm/useLocaleContext/index.js +0 -5
  872. package/dist/esm/useLocaleContext/index.js.map +0 -6
  873. package/dist/esm/useWindowDimensions/index.js +0 -17
  874. package/dist/esm/useWindowDimensions/index.js.map +0 -6
  875. package/dist/esm/vendor/react-native/Animated/Animated.js +0 -24
  876. package/dist/esm/vendor/react-native/Animated/Animated.js.map +0 -6
  877. package/dist/esm/vendor/react-native/Animated/AnimatedEvent.js +0 -116
  878. package/dist/esm/vendor/react-native/Animated/AnimatedEvent.js.map +0 -6
  879. package/dist/esm/vendor/react-native/Animated/AnimatedImplementation.js +0 -433
  880. package/dist/esm/vendor/react-native/Animated/AnimatedImplementation.js.map +0 -6
  881. package/dist/esm/vendor/react-native/Animated/AnimatedMock.js +0 -105
  882. package/dist/esm/vendor/react-native/Animated/AnimatedMock.js.map +0 -6
  883. package/dist/esm/vendor/react-native/Animated/AnimatedPlatformConfig.js +0 -1
  884. package/dist/esm/vendor/react-native/Animated/AnimatedPlatformConfig.js.map +0 -6
  885. package/dist/esm/vendor/react-native/Animated/Easing.js +0 -165
  886. package/dist/esm/vendor/react-native/Animated/Easing.js.map +0 -6
  887. package/dist/esm/vendor/react-native/Animated/NativeAnimatedHelper.js +0 -312
  888. package/dist/esm/vendor/react-native/Animated/NativeAnimatedHelper.js.map +0 -6
  889. package/dist/esm/vendor/react-native/Animated/NativeAnimatedModule.js +0 -66
  890. package/dist/esm/vendor/react-native/Animated/NativeAnimatedModule.js.map +0 -6
  891. package/dist/esm/vendor/react-native/Animated/NativeAnimatedTurboModule.js +0 -61
  892. package/dist/esm/vendor/react-native/Animated/NativeAnimatedTurboModule.js.map +0 -6
  893. package/dist/esm/vendor/react-native/Animated/SpringConfig.js +0 -55
  894. package/dist/esm/vendor/react-native/Animated/SpringConfig.js.map +0 -6
  895. package/dist/esm/vendor/react-native/Animated/animations/Animation.js +0 -46
  896. package/dist/esm/vendor/react-native/Animated/animations/Animation.js.map +0 -6
  897. package/dist/esm/vendor/react-native/Animated/animations/DecayAnimation.js +0 -43
  898. package/dist/esm/vendor/react-native/Animated/animations/DecayAnimation.js.map +0 -6
  899. package/dist/esm/vendor/react-native/Animated/animations/SpringAnimation.js +0 -141
  900. package/dist/esm/vendor/react-native/Animated/animations/SpringAnimation.js.map +0 -6
  901. package/dist/esm/vendor/react-native/Animated/animations/TimingAnimation.js +0 -66
  902. package/dist/esm/vendor/react-native/Animated/animations/TimingAnimation.js.map +0 -6
  903. package/dist/esm/vendor/react-native/Animated/bezier.js +0 -60
  904. package/dist/esm/vendor/react-native/Animated/bezier.js.map +0 -6
  905. package/dist/esm/vendor/react-native/Animated/components/AnimatedFlatList.js +0 -11
  906. package/dist/esm/vendor/react-native/Animated/components/AnimatedFlatList.js.map +0 -6
  907. package/dist/esm/vendor/react-native/Animated/components/AnimatedImage.js +0 -10
  908. package/dist/esm/vendor/react-native/Animated/components/AnimatedImage.js.map +0 -6
  909. package/dist/esm/vendor/react-native/Animated/components/AnimatedScrollView.js +0 -11
  910. package/dist/esm/vendor/react-native/Animated/components/AnimatedScrollView.js.map +0 -6
  911. package/dist/esm/vendor/react-native/Animated/components/AnimatedSectionList.js +0 -11
  912. package/dist/esm/vendor/react-native/Animated/components/AnimatedSectionList.js.map +0 -6
  913. package/dist/esm/vendor/react-native/Animated/components/AnimatedText.js +0 -9
  914. package/dist/esm/vendor/react-native/Animated/components/AnimatedText.js.map +0 -6
  915. package/dist/esm/vendor/react-native/Animated/components/AnimatedView.js +0 -9
  916. package/dist/esm/vendor/react-native/Animated/components/AnimatedView.js.map +0 -6
  917. package/dist/esm/vendor/react-native/Animated/createAnimatedComponent.js +0 -16
  918. package/dist/esm/vendor/react-native/Animated/createAnimatedComponent.js.map +0 -6
  919. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedAddition.js +0 -37
  920. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedAddition.js.map +0 -6
  921. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedColor.js +0 -159
  922. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedColor.js.map +0 -6
  923. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedDiffClamp.js +0 -42
  924. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedDiffClamp.js.map +0 -6
  925. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedDivision.js +0 -40
  926. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedDivision.js.map +0 -6
  927. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedInterpolation.js +0 -152
  928. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedInterpolation.js.map +0 -6
  929. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedModulo.js +0 -37
  930. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedModulo.js.map +0 -6
  931. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedMultiplication.js +0 -37
  932. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedMultiplication.js.map +0 -6
  933. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedNode.js +0 -118
  934. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedNode.js.map +0 -6
  935. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedProps.js +0 -95
  936. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedProps.js.map +0 -6
  937. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedStyle.js +0 -83
  938. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedStyle.js.map +0 -6
  939. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedSubtraction.js +0 -37
  940. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedSubtraction.js.map +0 -6
  941. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedTracking.js +0 -55
  942. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedTracking.js.map +0 -6
  943. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedTransform.js +0 -79
  944. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedTransform.js.map +0 -6
  945. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedValue.js +0 -167
  946. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedValue.js.map +0 -6
  947. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedValueXY.js +0 -68
  948. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedValueXY.js.map +0 -6
  949. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedWithChildren.js +0 -50
  950. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedWithChildren.js.map +0 -6
  951. package/dist/esm/vendor/react-native/Animated/useAnimatedProps.js +0 -63
  952. package/dist/esm/vendor/react-native/Animated/useAnimatedProps.js.map +0 -6
  953. package/dist/esm/vendor/react-native/Batchinator/index.js +0 -34
  954. package/dist/esm/vendor/react-native/Batchinator/index.js.map +0 -6
  955. package/dist/esm/vendor/react-native/EventEmitter/NativeEventEmitter.js +0 -44
  956. package/dist/esm/vendor/react-native/EventEmitter/NativeEventEmitter.js.map +0 -6
  957. package/dist/esm/vendor/react-native/EventEmitter/RCTDeviceEventEmitter.js +0 -8
  958. package/dist/esm/vendor/react-native/EventEmitter/RCTDeviceEventEmitter.js.map +0 -6
  959. package/dist/esm/vendor/react-native/FeatureFlags.js +0 -12
  960. package/dist/esm/vendor/react-native/FeatureFlags.js.map +0 -6
  961. package/dist/esm/vendor/react-native/FillRateHelper/index.js +0 -109
  962. package/dist/esm/vendor/react-native/FillRateHelper/index.js.map +0 -6
  963. package/dist/esm/vendor/react-native/FlatList/index.js +0 -247
  964. package/dist/esm/vendor/react-native/FlatList/index.js.map +0 -6
  965. package/dist/esm/vendor/react-native/JSEventLoopWatchdog/index.js +0 -40
  966. package/dist/esm/vendor/react-native/JSEventLoopWatchdog/index.js.map +0 -6
  967. package/dist/esm/vendor/react-native/LayoutAnimation/index.js +0 -86
  968. package/dist/esm/vendor/react-native/LayoutAnimation/index.js.map +0 -6
  969. package/dist/esm/vendor/react-native/PanResponder/index.js +0 -124
  970. package/dist/esm/vendor/react-native/PanResponder/index.js.map +0 -6
  971. package/dist/esm/vendor/react-native/PooledClass/index.js +0 -23
  972. package/dist/esm/vendor/react-native/PooledClass/index.js.map +0 -6
  973. package/dist/esm/vendor/react-native/ReactNative/ReactNativeFeatureFlags.js +0 -13
  974. package/dist/esm/vendor/react-native/ReactNative/ReactNativeFeatureFlags.js.map +0 -6
  975. package/dist/esm/vendor/react-native/SectionList/index.js +0 -65
  976. package/dist/esm/vendor/react-native/SectionList/index.js.map +0 -6
  977. package/dist/esm/vendor/react-native/StaticContainer/index.js +0 -16
  978. package/dist/esm/vendor/react-native/StaticContainer/index.js.map +0 -6
  979. package/dist/esm/vendor/react-native/StaticRenderer/index.js +0 -15
  980. package/dist/esm/vendor/react-native/StaticRenderer/index.js.map +0 -6
  981. package/dist/esm/vendor/react-native/TouchHistoryMath/index.js +0 -103
  982. package/dist/esm/vendor/react-native/TouchHistoryMath/index.js.map +0 -6
  983. package/dist/esm/vendor/react-native/TurboModule/RCTExport.js +0 -10
  984. package/dist/esm/vendor/react-native/TurboModule/RCTExport.js.map +0 -6
  985. package/dist/esm/vendor/react-native/TurboModule/TurboModuleRegistry.js +0 -16
  986. package/dist/esm/vendor/react-native/TurboModule/TurboModuleRegistry.js.map +0 -6
  987. package/dist/esm/vendor/react-native/Types/CoreEventTypes.js +0 -111
  988. package/dist/esm/vendor/react-native/Types/CoreEventTypes.js.map +0 -6
  989. package/dist/esm/vendor/react-native/Utilities/Platform.js +0 -7
  990. package/dist/esm/vendor/react-native/Utilities/Platform.js.map +0 -6
  991. package/dist/esm/vendor/react-native/Utilities/clamp.js +0 -9
  992. package/dist/esm/vendor/react-native/Utilities/clamp.js.map +0 -6
  993. package/dist/esm/vendor/react-native/Utilities/setAndForwardRef.js +0 -12
  994. package/dist/esm/vendor/react-native/Utilities/setAndForwardRef.js.map +0 -6
  995. package/dist/esm/vendor/react-native/Utilities/useMergeRefs.js +0 -17
  996. package/dist/esm/vendor/react-native/Utilities/useMergeRefs.js.map +0 -6
  997. package/dist/esm/vendor/react-native/Utilities/useRefEffect.js +0 -16
  998. package/dist/esm/vendor/react-native/Utilities/useRefEffect.js.map +0 -6
  999. package/dist/esm/vendor/react-native/ViewabilityHelper/index.js +0 -136
  1000. package/dist/esm/vendor/react-native/ViewabilityHelper/index.js.map +0 -6
  1001. package/dist/esm/vendor/react-native/ViewabilityHelper.js +0 -129
  1002. package/dist/esm/vendor/react-native/ViewabilityHelper.js.map +0 -6
  1003. package/dist/esm/vendor/react-native/VirtualizeUtils/index.js +0 -70
  1004. package/dist/esm/vendor/react-native/VirtualizeUtils/index.js.map +0 -6
  1005. package/dist/esm/vendor/react-native/VirtualizedList/CellRenderMask.js +0 -62
  1006. package/dist/esm/vendor/react-native/VirtualizedList/CellRenderMask.js.map +0 -6
  1007. package/dist/esm/vendor/react-native/VirtualizedList/ChildListCollection.js +0 -45
  1008. package/dist/esm/vendor/react-native/VirtualizedList/ChildListCollection.js.map +0 -6
  1009. package/dist/esm/vendor/react-native/VirtualizedList/StateSafePureComponent.js +0 -53
  1010. package/dist/esm/vendor/react-native/VirtualizedList/StateSafePureComponent.js.map +0 -6
  1011. package/dist/esm/vendor/react-native/VirtualizedList/VirtualizedListCellRenderer.js +0 -140
  1012. package/dist/esm/vendor/react-native/VirtualizedList/VirtualizedListCellRenderer.js.map +0 -6
  1013. package/dist/esm/vendor/react-native/VirtualizedList/VirtualizedListContext.js +0 -44
  1014. package/dist/esm/vendor/react-native/VirtualizedList/VirtualizedListContext.js.map +0 -6
  1015. package/dist/esm/vendor/react-native/VirtualizedList/VirtualizedListProps.js +0 -43
  1016. package/dist/esm/vendor/react-native/VirtualizedList/VirtualizedListProps.js.map +0 -6
  1017. package/dist/esm/vendor/react-native/VirtualizedList/index.js +0 -232
  1018. package/dist/esm/vendor/react-native/VirtualizedList/index.js.map +0 -6
  1019. package/dist/esm/vendor/react-native/VirtualizedSectionList/index.js +0 -97
  1020. package/dist/esm/vendor/react-native/VirtualizedSectionList/index.js.map +0 -6
  1021. package/dist/esm/vendor/react-native/deepDiffer/index.js +0 -32
  1022. package/dist/esm/vendor/react-native/deepDiffer/index.js.map +0 -6
  1023. package/dist/esm/vendor/react-native/emitter/EventEmitter.js +0 -7
  1024. package/dist/esm/vendor/react-native/emitter/EventEmitter.js.map +0 -6
  1025. package/dist/esm/vendor/react-native/emitter/EventSubscription.js +0 -1
  1026. package/dist/esm/vendor/react-native/emitter/EventSubscription.js.map +0 -6
  1027. package/dist/esm/vendor/react-native/emitter/_EmitterSubscription.js +0 -31
  1028. package/dist/esm/vendor/react-native/emitter/_EmitterSubscription.js.map +0 -6
  1029. package/dist/esm/vendor/react-native/emitter/_EventEmitter.js +0 -115
  1030. package/dist/esm/vendor/react-native/emitter/_EventEmitter.js.map +0 -6
  1031. package/dist/esm/vendor/react-native/emitter/_EventSubscription.js +0 -21
  1032. package/dist/esm/vendor/react-native/emitter/_EventSubscription.js.map +0 -6
  1033. package/dist/esm/vendor/react-native/emitter/_EventSubscriptionVendor.js +0 -60
  1034. package/dist/esm/vendor/react-native/emitter/_EventSubscriptionVendor.js.map +0 -6
  1035. package/dist/esm/vendor/react-native/infoLog/index.js +0 -9
  1036. package/dist/esm/vendor/react-native/infoLog/index.js.map +0 -6
  1037. package/dist/esm/vendor/react-native/useRefEffect.js +0 -16
  1038. package/dist/esm/vendor/react-native/useRefEffect.js.map +0 -6
  1039. package/dist/esm/vendor/react-native/vendor/emitter/EventEmitter.js +0 -71
  1040. package/dist/esm/vendor/react-native/vendor/emitter/EventEmitter.js.map +0 -6
  1041. package/dist/esm/without-animated.js +0 -229
  1042. package/dist/esm/without-animated.js.map +0 -6
@@ -2,54 +2,56 @@ var __create = Object.create;
2
2
  var __defProp = Object.defineProperty;
3
3
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
4
  var __getOwnPropNames = Object.getOwnPropertyNames;
5
- var __getProtoOf = Object.getPrototypeOf,
6
- __hasOwnProp = Object.prototype.hasOwnProperty;
5
+ var __getProtoOf = Object.getPrototypeOf;
6
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
7
7
  var __export = (target, all) => {
8
- for (var name in all) __defProp(target, name, {
9
- get: all[name],
10
- enumerable: !0
11
- });
12
- },
13
- __copyProps = (to, from, except, desc) => {
14
- if (from && typeof from == "object" || typeof from == "function") for (let key of __getOwnPropNames(from)) !__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, {
8
+ for (var name in all) __defProp(target, name, {
9
+ get: all[name],
10
+ enumerable: true
11
+ });
12
+ };
13
+ var __copyProps = (to, from, except, desc) => {
14
+ if (from && typeof from === "object" || typeof from === "function") {
15
+ for (let key of __getOwnPropNames(from)) if (!__hasOwnProp.call(to, key) && key !== except) __defProp(to, key, {
15
16
  get: () => from[key],
16
17
  enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
17
18
  });
18
- return to;
19
- };
19
+ }
20
+ return to;
21
+ };
20
22
  var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
21
- // If the importer is in node compatibility mode or this is not an ESM
22
- // file that has been converted to a CommonJS file using a Babel-
23
- // compatible transform (i.e. "__esModule" has not been set), then set
24
- // "default" to the CommonJS "module.exports" for node compatibility.
25
- isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", {
26
- value: mod,
27
- enumerable: !0
28
- }) : target, mod)),
29
- __toCommonJS = mod => __copyProps(__defProp({}, "__esModule", {
30
- value: !0
31
- }), mod);
23
+ // If the importer is in node compatibility mode or this is not an ESM
24
+ // file that has been converted to a CommonJS file using a Babel-
25
+ // compatible transform (i.e. "__esModule" has not been set), then set
26
+ // "default" to the CommonJS "module.exports" for node compatibility.
27
+ isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", {
28
+ value: mod,
29
+ enumerable: true
30
+ }) : target, mod));
31
+ var __toCommonJS = mod => __copyProps(__defProp({}, "__esModule", {
32
+ value: true
33
+ }), mod);
32
34
  var ScrollView_exports = {};
33
35
  __export(ScrollView_exports, {
34
36
  ScrollView: () => ForwardedScrollView,
35
37
  default: () => ScrollView_default
36
38
  });
37
39
  module.exports = __toCommonJS(ScrollView_exports);
38
- var import_react = __toESM(require("react"), 1),
39
- import_react_native_web_internals = require("@tamagui/react-native-web-internals"),
40
- import_Dimensions = require("../Dimensions/index.cjs"),
41
- import_View = require("../View/index.cjs"),
42
- import_ScrollViewBase = require("./ScrollViewBase.cjs"),
43
- import_jsx_runtime = require("react/jsx-runtime");
44
- const emptyObject = {},
45
- IS_ANIMATING_TOUCH_START_THRESHOLD_MS = 16;
40
+ var import_react = __toESM(require("react"), 1);
41
+ var import_react_native_web_internals = require("@tamagui/react-native-web-internals");
42
+ var import_Dimensions = require("../Dimensions/index.cjs");
43
+ var import_View = require("../View/index.cjs");
44
+ var import_ScrollViewBase = require("./ScrollViewBase.cjs");
45
+ var import_jsx_runtime = require("react/jsx-runtime");
46
+ const emptyObject = {};
47
+ const IS_ANIMATING_TOUCH_START_THRESHOLD_MS = 16;
46
48
  class ScrollView extends import_react.default.Component {
47
49
  _scrollNodeRef;
48
50
  _innerViewRef;
49
51
  keyboardWillOpenTo = null;
50
52
  additionalScrollOffset = 0;
51
- preventNegativeScrollOffset = !1;
52
- isTouching = !1;
53
+ preventNegativeScrollOffset = false;
54
+ isTouching = false;
53
55
  lastMomentumScrollBeginTime = 0;
54
56
  lastMomentumScrollEndTime = 0;
55
57
  // Reset to false every time becomes responder. This is used to:
@@ -57,8 +59,8 @@ class ScrollView extends import_react.default.Component {
57
59
  // refuse to give up its responder lock.
58
60
  // - Determine if releasing should dismiss the keyboard when we are in
59
61
  // tap-to-dismiss mode (!this.props.keyboardShouldPersistTaps).
60
- observedScrollSinceBecomingResponder = !1;
61
- becameResponderWhileAnimating = !1;
62
+ observedScrollSinceBecomingResponder = false;
63
+ becameResponderWhileAnimating = false;
62
64
  /**
63
65
  * Returns a reference to the underlying scroll responder, which supports
64
66
  * operations like `scrollTo`. All ScrollView-like components should
@@ -94,14 +96,20 @@ class ScrollView extends import_react.default.Component {
94
96
  * This is deprecated due to ambiguity (y before x), and SHOULD NOT BE USED.
95
97
  */
96
98
  scrollTo = (y, x, animated) => {
97
- typeof y == "number" ? console.warn("`scrollTo(y, x, animated)` is deprecated. Use `scrollTo({x: 5, y: 5, animated: true})` instead.") : {
98
- x,
99
- y,
100
- animated
101
- } = y || emptyObject, this.scrollResponderScrollTo({
99
+ if (typeof y === "number") {
100
+ console.warn("`scrollTo(y, x, animated)` is deprecated. Use `scrollTo({x: 5, y: 5, animated: true})` instead.");
101
+ } else {
102
+ ;
103
+ ({
104
+ x,
105
+ y,
106
+ animated
107
+ } = y || emptyObject);
108
+ }
109
+ this.scrollResponderScrollTo({
102
110
  x: x || 0,
103
111
  y: y || 0,
104
- animated: animated !== !1
112
+ animated: animated !== false
105
113
  });
106
114
  };
107
115
  /**
@@ -113,13 +121,13 @@ class ScrollView extends import_react.default.Component {
113
121
  * If no options are passed, `animated` defaults to true.
114
122
  */
115
123
  scrollToEnd = options => {
116
- const animated = (options && options.animated) !== !1,
117
- {
118
- horizontal
119
- } = this.props,
120
- scrollResponderNode = this.getScrollableNode(),
121
- x = horizontal ? scrollResponderNode.scrollWidth : 0,
122
- y = horizontal ? 0 : scrollResponderNode.scrollHeight;
124
+ const animated = (options && options.animated) !== false;
125
+ const {
126
+ horizontal
127
+ } = this.props;
128
+ const scrollResponderNode = this.getScrollableNode();
129
+ const x = horizontal ? scrollResponderNode.scrollWidth : 0;
130
+ const y = horizontal ? 0 : scrollResponderNode.scrollHeight;
123
131
  this.scrollResponderScrollTo({
124
132
  x,
125
133
  y,
@@ -139,65 +147,105 @@ class ScrollView extends import_react.default.Component {
139
147
  keyboardDismissMode,
140
148
  onScroll,
141
149
  centerContent,
150
+ // strip RN-only props that shouldn't reach the DOM
151
+ contentOffset,
152
+ contentInset,
153
+ contentInsetAdjustmentBehavior,
154
+ decelerationRate,
155
+ directionalLockEnabled,
156
+ disableIntervalMomentum,
157
+ disableScrollViewPanResponder,
158
+ endFillColor,
159
+ fadingEdgeLength,
160
+ indicatorStyle,
161
+ invertStickyHeaders,
162
+ keyboardShouldPersistTaps,
163
+ maintainVisibleContentPosition,
164
+ maximumZoomScale,
165
+ minimumZoomScale,
166
+ nestedScrollEnabled,
167
+ onScrollToTop,
168
+ overScrollMode,
169
+ pinchGestureEnabled,
170
+ removeClippedSubviews,
171
+ scrollIndicatorInsets,
172
+ scrollPerfTag,
173
+ scrollToOverflowEnabled,
174
+ snapToAlignment,
175
+ snapToEnd,
176
+ snapToInterval,
177
+ snapToOffsets,
178
+ snapToStart,
179
+ StickyHeaderComponent,
180
+ ScrollComponent,
142
181
  /* eslint-enable */
143
182
  ...other
144
183
  } = this.props;
145
184
  if (process.env.NODE_ENV !== "production" && this.props.style) {
146
- const style = import_react_native_web_internals.StyleSheet.flatten(this.props.style),
147
- childLayoutProps = ["alignItems", "justifyContent"].filter(prop => style && style[prop] !== void 0);
185
+ const style = import_react_native_web_internals.StyleSheet.flatten(this.props.style);
186
+ const childLayoutProps = ["alignItems", "justifyContent"].filter(prop => style && style[prop] !== void 0);
148
187
  (0, import_react_native_web_internals.invariant)(childLayoutProps.length === 0, `ScrollView child layout (${JSON.stringify(childLayoutProps)}) must be applied through the contentContainerStyle prop.`);
149
188
  }
150
189
  let contentSizeChangeProps = {};
151
- onContentSizeChange && (contentSizeChangeProps = {
152
- onLayout: this._handleContentOnLayout.bind(this)
153
- });
154
- const hasStickyHeaderIndices = !horizontal && Array.isArray(stickyHeaderIndices),
155
- children = hasStickyHeaderIndices || pagingEnabled ? import_react.default.Children.map(this.props.children, (child, i) => {
156
- const isSticky = hasStickyHeaderIndices && stickyHeaderIndices.indexOf(i) > -1;
157
- return child != null && (isSticky || pagingEnabled) ? /* @__PURE__ */(0, import_jsx_runtime.jsx)(import_View.View, {
190
+ if (onContentSizeChange) {
191
+ contentSizeChangeProps = {
192
+ onLayout: this._handleContentOnLayout.bind(this)
193
+ };
194
+ }
195
+ const hasStickyHeaderIndices = !horizontal && Array.isArray(stickyHeaderIndices);
196
+ const children = hasStickyHeaderIndices || pagingEnabled ? import_react.default.Children.map(this.props.children, (child, i) => {
197
+ const isSticky = hasStickyHeaderIndices && stickyHeaderIndices.indexOf(i) > -1;
198
+ if (child != null && (isSticky || pagingEnabled)) {
199
+ return /* @__PURE__ */(0, import_jsx_runtime.jsx)(import_View.View, {
158
200
  style: import_react_native_web_internals.StyleSheet.compose(isSticky && styles.stickyHeader, pagingEnabled && styles.pagingEnabledChild),
159
201
  children: child
160
- }) : child;
161
- }) : this.props.children,
162
- contentContainer = /* @__PURE__ */(0, import_jsx_runtime.jsx)(import_View.View, {
163
- ...contentSizeChangeProps,
164
- collapsable: !1,
165
- ref: this._setInnerViewRef.bind(this),
166
- style: [horizontal && styles.contentContainerHorizontal, centerContent && styles.contentContainerCenterContent, contentContainerStyle],
167
- children
168
- }),
169
- baseStyle = horizontal ? styles.baseHorizontal : styles.baseVertical,
170
- pagingEnabledStyle = horizontal ? styles.pagingEnabledHorizontal : styles.pagingEnabledVertical,
171
- props = {
172
- ...other,
173
- style: [baseStyle, pagingEnabled && pagingEnabledStyle, this.props.style],
174
- onTouchStart: this.scrollResponderHandleTouchStart.bind(this),
175
- onTouchMove: this.scrollResponderHandleTouchMove.bind(this),
176
- onTouchEnd: this.scrollResponderHandleTouchEnd.bind(this),
177
- onScrollBeginDrag: this.scrollResponderHandleScrollBeginDrag.bind(this),
178
- onScrollEndDrag: this.scrollResponderHandleScrollEndDrag.bind(this),
179
- onMomentumScrollBegin: this.scrollResponderHandleMomentumScrollBegin.bind(this),
180
- onMomentumScrollEnd: this.scrollResponderHandleMomentumScrollEnd.bind(this),
181
- onStartShouldSetResponder: this.scrollResponderHandleStartShouldSetResponder.bind(this),
182
- onStartShouldSetResponderCapture: this.scrollResponderHandleStartShouldSetResponderCapture.bind(this),
183
- onScrollShouldSetResponder: this.scrollResponderHandleScrollShouldSetResponder.bind(this),
184
- onScroll: this._handleScroll.bind(this),
185
- onResponderGrant: this.scrollResponderHandleResponderGrant.bind(this),
186
- onResponderTerminationRequest: this.scrollResponderHandleTerminationRequest.bind(this),
187
- onResponderRelease: this.scrollResponderHandleResponderRelease.bind(this),
188
- onResponderReject: this.scrollResponderHandleResponderReject.bind(this),
189
- onResponderTerminate: this.scrollResponderHandleTerminate.bind(this)
190
- },
191
- ScrollViewClass = import_ScrollViewBase.ScrollViewBase;
202
+ });
203
+ } else {
204
+ return child;
205
+ }
206
+ }) : this.props.children;
207
+ const contentContainer = /* @__PURE__ */(0, import_jsx_runtime.jsx)(import_View.View, {
208
+ ...contentSizeChangeProps,
209
+ collapsable: false,
210
+ ref: this._setInnerViewRef.bind(this),
211
+ style: [horizontal && styles.contentContainerHorizontal, centerContent && styles.contentContainerCenterContent, contentContainerStyle],
212
+ children
213
+ });
214
+ const baseStyle = horizontal ? styles.baseHorizontal : styles.baseVertical;
215
+ const pagingEnabledStyle = horizontal ? styles.pagingEnabledHorizontal : styles.pagingEnabledVertical;
216
+ const props = {
217
+ ...other,
218
+ style: [baseStyle, pagingEnabled && pagingEnabledStyle, this.props.style],
219
+ onTouchStart: this.scrollResponderHandleTouchStart.bind(this),
220
+ onTouchMove: this.scrollResponderHandleTouchMove.bind(this),
221
+ onTouchEnd: this.scrollResponderHandleTouchEnd.bind(this),
222
+ onScrollBeginDrag: this.scrollResponderHandleScrollBeginDrag.bind(this),
223
+ onScrollEndDrag: this.scrollResponderHandleScrollEndDrag.bind(this),
224
+ onMomentumScrollBegin: this.scrollResponderHandleMomentumScrollBegin.bind(this),
225
+ onMomentumScrollEnd: this.scrollResponderHandleMomentumScrollEnd.bind(this),
226
+ onStartShouldSetResponder: this.scrollResponderHandleStartShouldSetResponder.bind(this),
227
+ onStartShouldSetResponderCapture: this.scrollResponderHandleStartShouldSetResponderCapture.bind(this),
228
+ onScrollShouldSetResponder: this.scrollResponderHandleScrollShouldSetResponder.bind(this),
229
+ onScroll: this._handleScroll.bind(this),
230
+ onResponderGrant: this.scrollResponderHandleResponderGrant.bind(this),
231
+ onResponderTerminationRequest: this.scrollResponderHandleTerminationRequest.bind(this),
232
+ onResponderRelease: this.scrollResponderHandleResponderRelease.bind(this),
233
+ onResponderReject: this.scrollResponderHandleResponderReject.bind(this),
234
+ onResponderTerminate: this.scrollResponderHandleTerminate.bind(this)
235
+ };
236
+ const ScrollViewClass = import_ScrollViewBase.ScrollViewBase;
192
237
  (0, import_react_native_web_internals.invariant)(ScrollViewClass !== void 0, "ScrollViewClass must not be undefined");
193
238
  const scrollView = /* @__PURE__ */(0, import_jsx_runtime.jsx)(ScrollViewClass, {
194
239
  ...props,
195
240
  ref: this._setScrollNodeRef.bind(this),
196
241
  children: contentContainer
197
242
  });
198
- return refreshControl ? import_react.default.cloneElement(refreshControl, {
199
- style: props.style
200
- }, scrollView) : scrollView;
243
+ if (refreshControl) {
244
+ return import_react.default.cloneElement(refreshControl, {
245
+ style: props.style
246
+ }, scrollView);
247
+ }
248
+ return scrollView;
201
249
  }
202
250
  _handleContentOnLayout(e) {
203
251
  const {
@@ -207,13 +255,35 @@ class ScrollView extends import_react.default.Component {
207
255
  this.props.onContentSizeChange?.(width, height);
208
256
  }
209
257
  _handleScroll(e) {
210
- process.env.NODE_ENV !== "production" && this.props.onScroll && this.props.scrollEventThrottle == null && console.info("You specified `onScroll` on a <ScrollView> but not `scrollEventThrottle`. You will only receive one event. Using `16` you get all the events but be aware that it may cause frame drops, use a bigger number if you don't need as much precision."), this.props.keyboardDismissMode === "on-drag" && (0, import_react_native_web_internals.dismissKeyboard)(), this.scrollResponderHandleScroll(e);
258
+ if (process.env.NODE_ENV !== "production") {
259
+ if (this.props.onScroll && this.props.scrollEventThrottle == null) {
260
+ console.info("You specified `onScroll` on a <ScrollView> but not `scrollEventThrottle`. You will only receive one event. Using `16` you get all the events but be aware that it may cause frame drops, use a bigger number if you don't need as much precision.");
261
+ }
262
+ }
263
+ if (this.props.keyboardDismissMode === "on-drag") {
264
+ (0, import_react_native_web_internals.dismissKeyboard)();
265
+ }
266
+ this.scrollResponderHandleScroll(e);
211
267
  }
212
268
  _setInnerViewRef(node) {
213
269
  this._innerViewRef = node;
214
270
  }
215
271
  _setScrollNodeRef(node) {
216
- 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);
272
+ this._scrollNodeRef = node;
273
+ if (node != null) {
274
+ node.getScrollResponder = this.getScrollResponder;
275
+ node.getInnerViewNode = this.getInnerViewNode;
276
+ node.getInnerViewRef = this.getInnerViewRef;
277
+ node.getNativeScrollRef = this.getNativeScrollRef;
278
+ node.getScrollableNode = this.getScrollableNode;
279
+ node.scrollTo = this.scrollTo;
280
+ node.scrollToEnd = this.scrollToEnd;
281
+ node.flashScrollIndicators = this.flashScrollIndicators;
282
+ node.scrollResponderZoomTo = this.scrollResponderZoomTo;
283
+ node.scrollResponderScrollNativeHandleToKeyboard = this.scrollResponderScrollNativeHandleToKeyboard;
284
+ }
285
+ const ref = (0, import_react_native_web_internals.mergeRefs)(this.props.forwardedRef);
286
+ ref(node);
217
287
  }
218
288
  /**
219
289
  * Invoke this from an `onScroll` event.
@@ -247,7 +317,7 @@ class ScrollView extends import_react.default.Component {
247
317
  *
248
318
  */
249
319
  scrollResponderHandleStartShouldSetResponder() {
250
- return !1;
320
+ return false;
251
321
  }
252
322
  /**
253
323
  * There are times when the scroll view wants to become the responder
@@ -274,7 +344,7 @@ class ScrollView extends import_react.default.Component {
274
344
  * a touch has already started.
275
345
  */
276
346
  scrollResponderHandleResponderReject() {
277
- (0, import_react_native_web_internals.warning)(!1, "ScrollView doesn't take rejection well - scrolls anyway");
347
+ (0, import_react_native_web_internals.warning)(false, "ScrollView doesn't take rejection well - scrolls anyway");
278
348
  }
279
349
  /**
280
350
  * We will allow the scroll view to give up its lock iff it acquired the lock
@@ -301,7 +371,8 @@ class ScrollView extends import_react.default.Component {
301
371
  */
302
372
  scrollResponderHandleTouchEnd(e) {
303
373
  const nativeEvent = e.nativeEvent;
304
- this.isTouching = nativeEvent.touches.length !== 0, this.props.onTouchEnd && this.props.onTouchEnd(e);
374
+ this.isTouching = nativeEvent.touches.length !== 0;
375
+ this.props.onTouchEnd && this.props.onTouchEnd(e);
305
376
  }
306
377
  /**
307
378
  * Invoke this from an `onResponderRelease` event.
@@ -309,16 +380,22 @@ class ScrollView extends import_react.default.Component {
309
380
  scrollResponderHandleResponderRelease(e) {
310
381
  this.props.onResponderRelease && this.props.onResponderRelease(e);
311
382
  const currentlyFocusedTextInput = import_react_native_web_internals.TextInputState.currentlyFocusedField();
312
- !this.props.keyboardShouldPersistTaps && currentlyFocusedTextInput != null && e.target !== currentlyFocusedTextInput && !this.observedScrollSinceBecomingResponder && !this.becameResponderWhileAnimating && (this.props.onScrollResponderKeyboardDismissed && this.props.onScrollResponderKeyboardDismissed(e), import_react_native_web_internals.TextInputState.blurTextInput(currentlyFocusedTextInput));
383
+ if (!this.props.keyboardShouldPersistTaps && currentlyFocusedTextInput != null && e.target !== currentlyFocusedTextInput && !this.observedScrollSinceBecomingResponder && !this.becameResponderWhileAnimating) {
384
+ this.props.onScrollResponderKeyboardDismissed && this.props.onScrollResponderKeyboardDismissed(e);
385
+ import_react_native_web_internals.TextInputState.blurTextInput(currentlyFocusedTextInput);
386
+ }
313
387
  }
314
388
  scrollResponderHandleScroll(e) {
315
- this.observedScrollSinceBecomingResponder = !0, this.props.onScroll && this.props.onScroll(e);
389
+ this.observedScrollSinceBecomingResponder = true;
390
+ this.props.onScroll && this.props.onScroll(e);
316
391
  }
317
392
  /**
318
393
  * Invoke this from an `onResponderGrant` event.
319
394
  */
320
395
  scrollResponderHandleResponderGrant(e) {
321
- this.observedScrollSinceBecomingResponder = !1, this.props.onResponderGrant && this.props.onResponderGrant(e), this.becameResponderWhileAnimating = this.scrollResponderIsAnimating();
396
+ this.observedScrollSinceBecomingResponder = false;
397
+ this.props.onResponderGrant && this.props.onResponderGrant(e);
398
+ this.becameResponderWhileAnimating = this.scrollResponderIsAnimating();
322
399
  }
323
400
  /**
324
401
  * Unfortunately, `onScrollBeginDrag` also fires when *stopping* the scroll
@@ -340,13 +417,15 @@ class ScrollView extends import_react.default.Component {
340
417
  * Invoke this from an `onMomentumScrollBegin` event.
341
418
  */
342
419
  scrollResponderHandleMomentumScrollBegin(e) {
343
- this.lastMomentumScrollBeginTime = Date.now(), this.props.onMomentumScrollBegin && this.props.onMomentumScrollBegin(e);
420
+ this.lastMomentumScrollBeginTime = Date.now();
421
+ this.props.onMomentumScrollBegin && this.props.onMomentumScrollBegin(e);
344
422
  }
345
423
  /**
346
424
  * Invoke this from an `onMomentumScrollEnd` event.
347
425
  */
348
426
  scrollResponderHandleMomentumScrollEnd(e) {
349
- this.lastMomentumScrollEndTime = Date.now(), this.props.onMomentumScrollEnd && this.props.onMomentumScrollEnd(e);
427
+ this.lastMomentumScrollEndTime = Date.now();
428
+ this.props.onMomentumScrollEnd && this.props.onMomentumScrollEnd(e);
350
429
  }
351
430
  /**
352
431
  * Invoke this from an `onTouchStart` event.
@@ -360,7 +439,8 @@ class ScrollView extends import_react.default.Component {
360
439
  * @param {SyntheticEvent} e Touch Start event.
361
440
  */
362
441
  scrollResponderHandleTouchStart(e) {
363
- this.isTouching = !0, this.props.onTouchStart && this.props.onTouchStart(e);
442
+ this.isTouching = true;
443
+ this.props.onTouchStart && this.props.onTouchStart(e);
364
444
  }
365
445
  /**
366
446
  * Invoke this from an `onTouchMove` event.
@@ -385,7 +465,10 @@ class ScrollView extends import_react.default.Component {
385
465
  * a touch has just started or ended.
386
466
  */
387
467
  scrollResponderIsAnimating() {
388
- return Date.now() - this.lastMomentumScrollEndTime < IS_ANIMATING_TOUCH_START_THRESHOLD_MS || this.lastMomentumScrollEndTime < this.lastMomentumScrollBeginTime;
468
+ const now = Date.now();
469
+ const timeSinceLastMomentumScrollEnd = now - this.lastMomentumScrollEndTime;
470
+ const isAnimating = timeSinceLastMomentumScrollEnd < IS_ANIMATING_TOUCH_START_THRESHOLD_MS || this.lastMomentumScrollEndTime < this.lastMomentumScrollBeginTime;
471
+ return isAnimating;
389
472
  }
390
473
  /**
391
474
  * A helper function to scroll to a specific point in the scrollview.
@@ -399,19 +482,31 @@ class ScrollView extends import_react.default.Component {
399
482
  * This is deprecated due to ambiguity (y before x), and SHOULD NOT BE USED.
400
483
  */
401
484
  scrollResponderScrollTo = (x, y, animated) => {
402
- typeof x == "number" ? console.warn("`scrollResponderScrollTo(x, y, animated)` is deprecated. Use `scrollResponderScrollTo({x: 5, y: 5, animated: true})` instead.") : {
403
- x,
404
- y,
405
- animated
406
- } = x || emptyObject;
407
- const node = this.getScrollableNode(),
408
- left = x || 0,
409
- top = y || 0;
410
- node != null && (typeof node.scroll == "function" ? node.scroll({
411
- top,
412
- left,
413
- behavior: animated ? "smooth" : "auto"
414
- }) : (node.scrollLeft = left, node.scrollTop = top));
485
+ if (typeof x === "number") {
486
+ console.warn("`scrollResponderScrollTo(x, y, animated)` is deprecated. Use `scrollResponderScrollTo({x: 5, y: 5, animated: true})` instead.");
487
+ } else {
488
+ ;
489
+ ({
490
+ x,
491
+ y,
492
+ animated
493
+ } = x || emptyObject);
494
+ }
495
+ const node = this.getScrollableNode();
496
+ const left = x || 0;
497
+ const top = y || 0;
498
+ if (node != null) {
499
+ if (typeof node.scroll === "function") {
500
+ node.scroll({
501
+ top,
502
+ left,
503
+ behavior: !animated ? "auto" : "smooth"
504
+ });
505
+ } else {
506
+ node.scrollLeft = left;
507
+ node.scrollTop = top;
508
+ }
509
+ }
415
510
  };
416
511
  /**
417
512
  * A helper function to zoom to a specific rect in the scrollview. The argument has the shape
@@ -420,7 +515,9 @@ class ScrollView extends import_react.default.Component {
420
515
  * @platform ios
421
516
  */
422
517
  scrollResponderZoomTo = (rect, animated) => {
423
- import_react_native_web_internals.Platform.OS !== "ios" && (0, import_react_native_web_internals.invariant)("zoomToRect is not implemented");
518
+ if (import_react_native_web_internals.Platform.OS !== "ios") {
519
+ (0, import_react_native_web_internals.invariant)("zoomToRect is not implemented");
520
+ }
424
521
  };
425
522
  /**
426
523
  * Displays the scroll indicators momentarily.
@@ -437,7 +534,9 @@ class ScrollView extends import_react.default.Component {
437
534
  * down to make it meet the keyboard's top. Default is false.
438
535
  */
439
536
  scrollResponderScrollNativeHandleToKeyboard = (nodeHandle, additionalOffset, preventNegativeScrollOffset) => {
440
- this.additionalScrollOffset = additionalOffset || 0, this.preventNegativeScrollOffset = !!preventNegativeScrollOffset, import_react_native_web_internals.UIManager.measureLayout(nodeHandle, this.getInnerViewNode(), this.scrollResponderTextInputFocusError, this.scrollResponderInputMeasureAndScrollToKeyboard);
537
+ this.additionalScrollOffset = additionalOffset || 0;
538
+ this.preventNegativeScrollOffset = !!preventNegativeScrollOffset;
539
+ import_react_native_web_internals.UIManager.measureLayout(nodeHandle, this.getInnerViewNode(), this.scrollResponderTextInputFocusError, this.scrollResponderInputMeasureAndScrollToKeyboard);
441
540
  };
442
541
  /**
443
542
  * The calculations performed here assume the scroll view takes up the entire
@@ -451,13 +550,20 @@ class ScrollView extends import_react.default.Component {
451
550
  */
452
551
  scrollResponderInputMeasureAndScrollToKeyboard = (left, top, width, height) => {
453
552
  let keyboardScreenY = import_Dimensions.Dimensions.get("window").height;
454
- this.keyboardWillOpenTo && (keyboardScreenY = this.keyboardWillOpenTo.endCoordinates.screenY);
553
+ if (this.keyboardWillOpenTo) {
554
+ keyboardScreenY = this.keyboardWillOpenTo.endCoordinates.screenY;
555
+ }
455
556
  let scrollOffsetY = top - keyboardScreenY + height + this.additionalScrollOffset;
456
- this.preventNegativeScrollOffset && (scrollOffsetY = Math.max(0, scrollOffsetY)), this.scrollResponderScrollTo({
557
+ if (this.preventNegativeScrollOffset) {
558
+ scrollOffsetY = Math.max(0, scrollOffsetY);
559
+ }
560
+ this.scrollResponderScrollTo({
457
561
  x: 0,
458
562
  y: scrollOffsetY,
459
- animated: !0
460
- }), this.additionalScrollOffset = 0, this.preventNegativeScrollOffset = !1;
563
+ animated: true
564
+ });
565
+ this.additionalScrollOffset = 0;
566
+ this.preventNegativeScrollOffset = false;
461
567
  };
462
568
  scrollResponderTextInputFocusError(e) {
463
569
  console.error("Error measuring text field: ", e);
@@ -491,68 +597,76 @@ class ScrollView extends import_react.default.Component {
491
597
  * you had explicitly focused a node etc).
492
598
  */
493
599
  scrollResponderKeyboardWillShow = e => {
494
- this.keyboardWillOpenTo = e, this.props.onKeyboardWillShow && this.props.onKeyboardWillShow(e);
600
+ this.keyboardWillOpenTo = e;
601
+ this.props.onKeyboardWillShow && this.props.onKeyboardWillShow(e);
495
602
  };
496
603
  scrollResponderKeyboardWillHide = e => {
497
- this.keyboardWillOpenTo = null, this.props.onKeyboardWillHide && this.props.onKeyboardWillHide(e);
604
+ this.keyboardWillOpenTo = null;
605
+ this.props.onKeyboardWillHide && this.props.onKeyboardWillHide(e);
498
606
  };
499
607
  scrollResponderKeyboardDidShow = e => {
500
- e && (this.keyboardWillOpenTo = e), this.props.onKeyboardDidShow && this.props.onKeyboardDidShow(e);
608
+ if (e) {
609
+ this.keyboardWillOpenTo = e;
610
+ }
611
+ this.props.onKeyboardDidShow && this.props.onKeyboardDidShow(e);
501
612
  };
502
613
  scrollResponderKeyboardDidHide = e => {
503
- this.keyboardWillOpenTo = null, this.props.onKeyboardDidHide && this.props.onKeyboardDidHide(e);
614
+ this.keyboardWillOpenTo = null;
615
+ this.props.onKeyboardDidHide && this.props.onKeyboardDidHide(e);
504
616
  };
505
617
  }
506
618
  const commonStyle = {
507
- flexGrow: 1,
508
- flexShrink: 1,
509
- // Enable hardware compositing in modern browsers.
510
- // Creates a new layer with its own backing surface that can significantly
511
- // improve scroll performance.
512
- transform: [{
513
- translateZ: 0
514
- }],
515
- // iOS native scrolling
516
- WebkitOverflowScrolling: "touch"
619
+ flexGrow: 1,
620
+ flexShrink: 1,
621
+ // Enable hardware compositing in modern browsers.
622
+ // Creates a new layer with its own backing surface that can significantly
623
+ // improve scroll performance.
624
+ transform: [{
625
+ translateZ: 0
626
+ }],
627
+ // iOS native scrolling
628
+ WebkitOverflowScrolling: "touch"
629
+ };
630
+ const styles = {
631
+ baseVertical: {
632
+ ...commonStyle,
633
+ flexDirection: "column",
634
+ overflowX: "hidden",
635
+ overflowY: "auto"
517
636
  },
518
- styles = {
519
- baseVertical: {
520
- ...commonStyle,
521
- flexDirection: "column",
522
- overflowX: "hidden",
523
- overflowY: "auto"
524
- },
525
- baseHorizontal: {
526
- ...commonStyle,
527
- flexDirection: "row",
528
- overflowX: "auto",
529
- overflowY: "hidden"
530
- },
531
- contentContainerHorizontal: {
532
- flexDirection: "row"
533
- },
534
- contentContainerCenterContent: {
535
- justifyContent: "center",
536
- flexGrow: 1
537
- },
538
- stickyHeader: {
539
- position: "sticky",
540
- top: 0,
541
- zIndex: 10
542
- },
543
- pagingEnabledHorizontal: {
544
- scrollSnapType: "x mandatory"
545
- },
546
- pagingEnabledVertical: {
547
- scrollSnapType: "y mandatory"
548
- },
549
- pagingEnabledChild: {
550
- scrollSnapAlign: "start"
551
- }
637
+ baseHorizontal: {
638
+ ...commonStyle,
639
+ flexDirection: "row",
640
+ overflowX: "auto",
641
+ overflowY: "hidden"
642
+ },
643
+ contentContainerHorizontal: {
644
+ flexDirection: "row"
645
+ },
646
+ contentContainerCenterContent: {
647
+ justifyContent: "center",
648
+ flexGrow: 1
649
+ },
650
+ stickyHeader: {
651
+ position: "sticky",
652
+ top: 0,
653
+ zIndex: 10
552
654
  },
553
- ForwardedScrollView = import_react.default.forwardRef((props, forwardedRef) => /* @__PURE__ */(0, import_jsx_runtime.jsx)(ScrollView, {
655
+ pagingEnabledHorizontal: {
656
+ scrollSnapType: "x mandatory"
657
+ },
658
+ pagingEnabledVertical: {
659
+ scrollSnapType: "y mandatory"
660
+ },
661
+ pagingEnabledChild: {
662
+ scrollSnapAlign: "start"
663
+ }
664
+ };
665
+ const ForwardedScrollView = import_react.default.forwardRef((props, forwardedRef) => {
666
+ return /* @__PURE__ */(0, import_jsx_runtime.jsx)(ScrollView, {
554
667
  ...props,
555
668
  forwardedRef
556
- }));
669
+ });
670
+ });
557
671
  ForwardedScrollView.displayName = "ScrollView";
558
672
  var ScrollView_default = ForwardedScrollView;