@legendapp/list 2.0.0-next.0 → 2.0.0-next.2

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 (262) hide show
  1. package/.claude/settings.local.json +8 -0
  2. package/.cursor/rules/changelog.mdc +60 -0
  3. package/.github/FUNDING.yml +15 -0
  4. package/.gitignore +5 -0
  5. package/.prettierrc.json +5 -0
  6. package/.vscode/settings.json +14 -0
  7. package/CLAUDE.md +126 -0
  8. package/biome.json +46 -0
  9. package/bun.lock +1289 -0
  10. package/bunfig.toml +2 -0
  11. package/dist/CHANGELOG.md +119 -0
  12. package/dist/LICENSE +21 -0
  13. package/dist/README.md +139 -0
  14. package/{animated.d.mts → dist/animated.d.mts} +1 -1
  15. package/{animated.d.ts → dist/animated.d.ts} +1 -1
  16. package/{index.d.mts → dist/index.d.mts} +63 -15
  17. package/{index.d.ts → dist/index.d.ts} +63 -15
  18. package/dist/index.js +2525 -0
  19. package/dist/index.mjs +2497 -0
  20. package/{keyboard-controller.d.mts → dist/keyboard-controller.d.mts} +4 -4
  21. package/{keyboard-controller.d.ts → dist/keyboard-controller.d.ts} +4 -4
  22. package/dist/package.json +35 -0
  23. package/example/README.md +40 -0
  24. package/example/api/data/genres.json +23 -0
  25. package/example/api/data/playlist/10402-10749.json +1 -0
  26. package/example/api/data/playlist/10402-10770.json +1 -0
  27. package/example/api/data/playlist/10402-37.json +1 -0
  28. package/example/api/data/playlist/10749-10752.json +1 -0
  29. package/example/api/data/playlist/10749-10770.json +1 -0
  30. package/example/api/data/playlist/10749-37.json +1 -0
  31. package/example/api/data/playlist/10749-878.json +1 -0
  32. package/example/api/data/playlist/10751-10402.json +1 -0
  33. package/example/api/data/playlist/10751-10752.json +1 -0
  34. package/example/api/data/playlist/10751-37.json +1 -0
  35. package/example/api/data/playlist/10751-53.json +1 -0
  36. package/example/api/data/playlist/10751-878.json +1 -0
  37. package/example/api/data/playlist/10751-9648.json +1 -0
  38. package/example/api/data/playlist/10752-37.json +1 -0
  39. package/example/api/data/playlist/12-10402.json +1 -0
  40. package/example/api/data/playlist/12-10749.json +1 -0
  41. package/example/api/data/playlist/12-18.json +1 -0
  42. package/example/api/data/playlist/12-27.json +1 -0
  43. package/example/api/data/playlist/12-35.json +1 -0
  44. package/example/api/data/playlist/14-36.json +1 -0
  45. package/example/api/data/playlist/14-878.json +1 -0
  46. package/example/api/data/playlist/16-10751.json +1 -0
  47. package/example/api/data/playlist/16-10770.json +1 -0
  48. package/example/api/data/playlist/16-35.json +1 -0
  49. package/example/api/data/playlist/16-36.json +1 -0
  50. package/example/api/data/playlist/16-53.json +1 -0
  51. package/example/api/data/playlist/18-10751.json +1 -0
  52. package/example/api/data/playlist/18-10752.json +1 -0
  53. package/example/api/data/playlist/18-37.json +1 -0
  54. package/example/api/data/playlist/18-53.json +1 -0
  55. package/example/api/data/playlist/18-878.json +1 -0
  56. package/example/api/data/playlist/27-10749.json +1 -0
  57. package/example/api/data/playlist/27-10770.json +1 -0
  58. package/example/api/data/playlist/28-10749.json +1 -0
  59. package/example/api/data/playlist/28-10751.json +1 -0
  60. package/example/api/data/playlist/28-10770.json +1 -0
  61. package/example/api/data/playlist/28-16.json +1 -0
  62. package/example/api/data/playlist/28-18.json +1 -0
  63. package/example/api/data/playlist/28-36.json +1 -0
  64. package/example/api/data/playlist/28-37.json +1 -0
  65. package/example/api/data/playlist/28-53.json +1 -0
  66. package/example/api/data/playlist/28-80.json +1 -0
  67. package/example/api/data/playlist/28-99.json +1 -0
  68. package/example/api/data/playlist/35-10749.json +1 -0
  69. package/example/api/data/playlist/35-10751.json +1 -0
  70. package/example/api/data/playlist/35-10752.json +1 -0
  71. package/example/api/data/playlist/35-27.json +1 -0
  72. package/example/api/data/playlist/35-36.json +1 -0
  73. package/example/api/data/playlist/35-53.json +1 -0
  74. package/example/api/data/playlist/35-80.json +1 -0
  75. package/example/api/data/playlist/36-37.json +1 -0
  76. package/example/api/data/playlist/36-878.json +1 -0
  77. package/example/api/data/playlist/36-9648.json +1 -0
  78. package/example/api/data/playlist/53-10752.json +1 -0
  79. package/example/api/data/playlist/80-10770.json +1 -0
  80. package/example/api/data/playlist/80-14.json +1 -0
  81. package/example/api/data/playlist/80-18.json +1 -0
  82. package/example/api/data/playlist/80-37.json +1 -0
  83. package/example/api/data/playlist/878-37.json +1 -0
  84. package/example/api/data/playlist/9648-10770.json +1 -0
  85. package/example/api/data/playlist/9648-37.json +1 -0
  86. package/example/api/data/playlist/9648-53.json +1 -0
  87. package/example/api/data/playlist/9648-878.json +1 -0
  88. package/example/api/data/playlist/99-10749.json +1 -0
  89. package/example/api/data/playlist/99-14.json +1 -0
  90. package/example/api/data/playlist/99-18.json +1 -0
  91. package/example/api/data/playlist/99-27.json +1 -0
  92. package/example/api/data/playlist/99-53.json +1 -0
  93. package/example/api/data/playlist/99-9648.json +1 -0
  94. package/example/api/data/playlist/index.ts +73 -0
  95. package/example/api/data/rows.json +1 -0
  96. package/example/api/index.ts +36 -0
  97. package/example/app/(tabs)/_layout.tsx +60 -0
  98. package/example/app/(tabs)/cards.tsx +81 -0
  99. package/example/app/(tabs)/index.tsx +205 -0
  100. package/example/app/(tabs)/moviesL.tsx +7 -0
  101. package/example/app/(tabs)/moviesLR.tsx +7 -0
  102. package/example/app/+not-found.tsx +32 -0
  103. package/example/app/_layout.tsx +34 -0
  104. package/example/app/accurate-scrollto/index.tsx +125 -0
  105. package/example/app/accurate-scrollto-2/index.tsx +52 -0
  106. package/example/app/accurate-scrollto-huge/index.tsx +128 -0
  107. package/example/app/add-to-end/index.tsx +82 -0
  108. package/example/app/ai-chat/index.tsx +236 -0
  109. package/example/app/bidirectional-infinite-list/index.tsx +133 -0
  110. package/example/app/cards-columns/index.tsx +37 -0
  111. package/example/app/cards-flashlist/index.tsx +122 -0
  112. package/example/app/cards-flatlist/index.tsx +94 -0
  113. package/example/app/cards-no-recycle/index.tsx +110 -0
  114. package/example/app/cards-renderItem.tsx +354 -0
  115. package/example/app/chat-example/index.tsx +167 -0
  116. package/example/app/chat-infinite/index.tsx +239 -0
  117. package/example/app/chat-keyboard/index.tsx +248 -0
  118. package/example/app/chat-resize-outer/index.tsx +247 -0
  119. package/example/app/columns/index.tsx +78 -0
  120. package/example/app/countries/index.tsx +182 -0
  121. package/example/app/countries-flashlist/index.tsx +163 -0
  122. package/example/app/countries-reorder/index.tsx +187 -0
  123. package/example/app/extra-data/index.tsx +86 -0
  124. package/example/app/filter-elements/filter-data-provider.tsx +55 -0
  125. package/example/app/filter-elements/index.tsx +118 -0
  126. package/example/app/initial-scroll-index/index.tsx +106 -0
  127. package/example/app/initial-scroll-index/renderFixedItem.tsx +215 -0
  128. package/example/app/initial-scroll-index-free-height/index.tsx +70 -0
  129. package/example/app/initial-scroll-index-keyed/index.tsx +62 -0
  130. package/example/app/lazy-list/index.tsx +123 -0
  131. package/example/app/movies-flashlist/index.tsx +7 -0
  132. package/example/app/mutable-cells/index.tsx +104 -0
  133. package/example/app/video-feed/index.tsx +119 -0
  134. package/example/app.config.js +22 -0
  135. package/example/app.json +45 -0
  136. package/example/assets/fonts/SpaceMono-Regular.ttf +0 -0
  137. package/example/assets/images/adaptive-icon.png +0 -0
  138. package/example/assets/images/favicon.png +0 -0
  139. package/example/assets/images/icon.png +0 -0
  140. package/example/assets/images/partial-react-logo.png +0 -0
  141. package/example/assets/images/react-logo.png +0 -0
  142. package/example/assets/images/react-logo@2x.png +0 -0
  143. package/example/assets/images/react-logo@3x.png +0 -0
  144. package/example/assets/images/splash-icon.png +0 -0
  145. package/example/autoscroll.sh +101 -0
  146. package/example/bun.lock +2266 -0
  147. package/example/bunfig.toml +2 -0
  148. package/example/components/Breathe.tsx +54 -0
  149. package/example/components/Circle.tsx +69 -0
  150. package/example/components/Collapsible.tsx +44 -0
  151. package/example/components/ExternalLink.tsx +24 -0
  152. package/example/components/HapticTab.tsx +18 -0
  153. package/example/components/HelloWave.tsx +37 -0
  154. package/example/components/Movies.tsx +179 -0
  155. package/example/components/ParallaxScrollView.tsx +81 -0
  156. package/example/components/ThemedText.tsx +60 -0
  157. package/example/components/ThemedView.tsx +14 -0
  158. package/example/components/__tests__/ThemedText-test.tsx +10 -0
  159. package/example/components/__tests__/__snapshots__/ThemedText-test.tsx.snap +24 -0
  160. package/example/components/ui/IconSymbol.ios.tsx +32 -0
  161. package/example/components/ui/IconSymbol.tsx +43 -0
  162. package/example/components/ui/TabBarBackground.ios.tsx +22 -0
  163. package/example/components/ui/TabBarBackground.tsx +6 -0
  164. package/example/constants/Colors.ts +26 -0
  165. package/example/constants/constants.ts +5 -0
  166. package/example/constants/useScrollTest.ts +19 -0
  167. package/example/hooks/useColorScheme.ts +1 -0
  168. package/example/hooks/useColorScheme.web.ts +8 -0
  169. package/example/hooks/useThemeColor.ts +22 -0
  170. package/example/ios/.xcode.env +11 -0
  171. package/example/ios/Podfile +64 -0
  172. package/example/ios/Podfile.lock +2767 -0
  173. package/example/ios/Podfile.properties.json +5 -0
  174. package/example/ios/listtest/AppDelegate.swift +70 -0
  175. package/example/ios/listtest/Images.xcassets/AppIcon.appiconset/App-Icon-1024x1024@1x.png +0 -0
  176. package/example/ios/listtest/Images.xcassets/AppIcon.appiconset/Contents.json +14 -0
  177. package/example/ios/listtest/Images.xcassets/Contents.json +6 -0
  178. package/example/ios/listtest/Images.xcassets/SplashScreenBackground.colorset/Contents.json +20 -0
  179. package/example/ios/listtest/Images.xcassets/SplashScreenLogo.imageset/Contents.json +23 -0
  180. package/example/ios/listtest/Images.xcassets/SplashScreenLogo.imageset/image.png +0 -0
  181. package/example/ios/listtest/Images.xcassets/SplashScreenLogo.imageset/image@2x.png +0 -0
  182. package/example/ios/listtest/Images.xcassets/SplashScreenLogo.imageset/image@3x.png +0 -0
  183. package/example/ios/listtest/Info.plist +85 -0
  184. package/example/ios/listtest/PrivacyInfo.xcprivacy +48 -0
  185. package/example/ios/listtest/SplashScreen.storyboard +42 -0
  186. package/example/ios/listtest/Supporting/Expo.plist +12 -0
  187. package/example/ios/listtest/listtest-Bridging-Header.h +3 -0
  188. package/example/ios/listtest/listtest.entitlements +5 -0
  189. package/example/ios/listtest.xcodeproj/project.pbxproj +547 -0
  190. package/example/ios/listtest.xcodeproj/xcshareddata/xcschemes/listtest.xcscheme +88 -0
  191. package/example/ios/listtest.xcworkspace/contents.xcworkspacedata +10 -0
  192. package/example/metro.config.js +16 -0
  193. package/example/package.json +73 -0
  194. package/example/scripts/reset-project.js +84 -0
  195. package/example/tsconfig.json +26 -0
  196. package/package.json +88 -34
  197. package/posttsup.ts +24 -0
  198. package/src/Container.tsx +176 -0
  199. package/src/Containers.tsx +85 -0
  200. package/src/ContextContainer.ts +145 -0
  201. package/src/DebugView.tsx +83 -0
  202. package/src/LazyLegendList.tsx +41 -0
  203. package/src/LeanView.tsx +18 -0
  204. package/src/LegendList.tsx +558 -0
  205. package/src/ListComponent.tsx +191 -0
  206. package/src/ScrollAdjust.tsx +24 -0
  207. package/src/ScrollAdjustHandler.ts +26 -0
  208. package/src/Separator.tsx +14 -0
  209. package/src/animated.tsx +6 -0
  210. package/src/calculateItemsInView.ts +363 -0
  211. package/src/calculateOffsetForIndex.ts +23 -0
  212. package/src/calculateOffsetWithOffsetPosition.ts +26 -0
  213. package/src/checkAllSizesKnown.ts +17 -0
  214. package/src/checkAtBottom.ts +36 -0
  215. package/src/checkAtTop.ts +27 -0
  216. package/src/checkThreshold.ts +30 -0
  217. package/src/constants.ts +11 -0
  218. package/src/createColumnWrapperStyle.ts +16 -0
  219. package/src/doInitialAllocateContainers.ts +40 -0
  220. package/src/doMaintainScrollAtEnd.ts +34 -0
  221. package/src/findAvailableContainers.ts +98 -0
  222. package/src/finishScrollTo.ts +8 -0
  223. package/src/getId.ts +21 -0
  224. package/src/getItemSize.ts +52 -0
  225. package/src/getRenderedItem.ts +34 -0
  226. package/src/getScrollVelocity.ts +47 -0
  227. package/src/handleLayout.ts +70 -0
  228. package/src/helpers.ts +39 -0
  229. package/src/index.ts +11 -0
  230. package/src/keyboard-controller.tsx +63 -0
  231. package/src/onScroll.ts +66 -0
  232. package/src/prepareMVCP.ts +50 -0
  233. package/src/reanimated.tsx +63 -0
  234. package/src/requestAdjust.ts +41 -0
  235. package/src/scrollTo.ts +40 -0
  236. package/src/scrollToIndex.ts +34 -0
  237. package/src/setDidLayout.ts +25 -0
  238. package/src/setPaddingTop.ts +28 -0
  239. package/src/state.tsx +304 -0
  240. package/src/types.ts +610 -0
  241. package/src/updateAlignItemsPaddingTop.ts +18 -0
  242. package/src/updateAllPositions.ts +130 -0
  243. package/src/updateItemSize.ts +203 -0
  244. package/src/updateTotalSize.ts +44 -0
  245. package/src/useAnimatedValue.ts +6 -0
  246. package/src/useCombinedRef.ts +22 -0
  247. package/src/useInit.ts +17 -0
  248. package/src/useSyncLayout.tsx +68 -0
  249. package/src/useValue$.ts +53 -0
  250. package/src/viewability.ts +279 -0
  251. package/tsconfig.json +59 -0
  252. package/tsup.config.ts +21 -0
  253. package/index.js +0 -2348
  254. package/index.mjs +0 -2320
  255. /package/{animated.js → dist/animated.js} +0 -0
  256. /package/{animated.mjs → dist/animated.mjs} +0 -0
  257. /package/{keyboard-controller.js → dist/keyboard-controller.js} +0 -0
  258. /package/{keyboard-controller.mjs → dist/keyboard-controller.mjs} +0 -0
  259. /package/{reanimated.d.mts → dist/reanimated.d.mts} +0 -0
  260. /package/{reanimated.d.ts → dist/reanimated.d.ts} +0 -0
  261. /package/{reanimated.js → dist/reanimated.js} +0 -0
  262. /package/{reanimated.mjs → dist/reanimated.mjs} +0 -0
@@ -0,0 +1,2767 @@
1
+ PODS:
2
+ - boost (1.84.0)
3
+ - DoubleConversion (1.1.6)
4
+ - EXConstants (17.1.6):
5
+ - ExpoModulesCore
6
+ - EXJSONUtils (0.15.0)
7
+ - EXManifests (0.16.5):
8
+ - ExpoModulesCore
9
+ - Expo (53.0.11):
10
+ - DoubleConversion
11
+ - ExpoModulesCore
12
+ - glog
13
+ - hermes-engine
14
+ - RCT-Folly (= 2024.11.18.00)
15
+ - RCTRequired
16
+ - RCTTypeSafety
17
+ - React-Core
18
+ - React-debug
19
+ - React-Fabric
20
+ - React-featureflags
21
+ - React-graphics
22
+ - React-hermes
23
+ - React-ImageManager
24
+ - React-jsi
25
+ - React-NativeModulesApple
26
+ - React-RCTAppDelegate
27
+ - React-RCTFabric
28
+ - React-renderercss
29
+ - React-rendererdebug
30
+ - React-utils
31
+ - ReactAppDependencyProvider
32
+ - ReactCodegen
33
+ - ReactCommon/turbomodule/bridging
34
+ - ReactCommon/turbomodule/core
35
+ - Yoga
36
+ - expo-dev-client (5.2.0):
37
+ - EXManifests
38
+ - expo-dev-launcher
39
+ - expo-dev-menu
40
+ - expo-dev-menu-interface
41
+ - EXUpdatesInterface
42
+ - expo-dev-launcher (5.1.12):
43
+ - DoubleConversion
44
+ - EXManifests
45
+ - expo-dev-launcher/Main (= 5.1.12)
46
+ - expo-dev-menu
47
+ - expo-dev-menu-interface
48
+ - ExpoModulesCore
49
+ - EXUpdatesInterface
50
+ - glog
51
+ - hermes-engine
52
+ - RCT-Folly (= 2024.11.18.00)
53
+ - RCTRequired
54
+ - RCTTypeSafety
55
+ - React-Core
56
+ - React-debug
57
+ - React-Fabric
58
+ - React-featureflags
59
+ - React-graphics
60
+ - React-hermes
61
+ - React-ImageManager
62
+ - React-jsi
63
+ - React-jsinspector
64
+ - React-NativeModulesApple
65
+ - React-RCTAppDelegate
66
+ - React-RCTFabric
67
+ - React-renderercss
68
+ - React-rendererdebug
69
+ - React-utils
70
+ - ReactAppDependencyProvider
71
+ - ReactCodegen
72
+ - ReactCommon/turbomodule/bridging
73
+ - ReactCommon/turbomodule/core
74
+ - Yoga
75
+ - expo-dev-launcher/Main (5.1.12):
76
+ - DoubleConversion
77
+ - EXManifests
78
+ - expo-dev-launcher/Unsafe
79
+ - expo-dev-menu
80
+ - expo-dev-menu-interface
81
+ - ExpoModulesCore
82
+ - EXUpdatesInterface
83
+ - glog
84
+ - hermes-engine
85
+ - RCT-Folly (= 2024.11.18.00)
86
+ - RCTRequired
87
+ - RCTTypeSafety
88
+ - React-Core
89
+ - React-debug
90
+ - React-Fabric
91
+ - React-featureflags
92
+ - React-graphics
93
+ - React-hermes
94
+ - React-ImageManager
95
+ - React-jsi
96
+ - React-jsinspector
97
+ - React-NativeModulesApple
98
+ - React-RCTAppDelegate
99
+ - React-RCTFabric
100
+ - React-renderercss
101
+ - React-rendererdebug
102
+ - React-utils
103
+ - ReactAppDependencyProvider
104
+ - ReactCodegen
105
+ - ReactCommon/turbomodule/bridging
106
+ - ReactCommon/turbomodule/core
107
+ - Yoga
108
+ - expo-dev-launcher/Unsafe (5.1.12):
109
+ - DoubleConversion
110
+ - EXManifests
111
+ - expo-dev-menu
112
+ - expo-dev-menu-interface
113
+ - ExpoModulesCore
114
+ - EXUpdatesInterface
115
+ - glog
116
+ - hermes-engine
117
+ - RCT-Folly (= 2024.11.18.00)
118
+ - RCTRequired
119
+ - RCTTypeSafety
120
+ - React-Core
121
+ - React-debug
122
+ - React-Fabric
123
+ - React-featureflags
124
+ - React-graphics
125
+ - React-hermes
126
+ - React-ImageManager
127
+ - React-jsi
128
+ - React-jsinspector
129
+ - React-NativeModulesApple
130
+ - React-RCTAppDelegate
131
+ - React-RCTFabric
132
+ - React-renderercss
133
+ - React-rendererdebug
134
+ - React-utils
135
+ - ReactAppDependencyProvider
136
+ - ReactCodegen
137
+ - ReactCommon/turbomodule/bridging
138
+ - ReactCommon/turbomodule/core
139
+ - Yoga
140
+ - expo-dev-menu (6.1.11):
141
+ - DoubleConversion
142
+ - expo-dev-menu/Main (= 6.1.11)
143
+ - expo-dev-menu/ReactNativeCompatibles (= 6.1.11)
144
+ - glog
145
+ - hermes-engine
146
+ - RCT-Folly (= 2024.11.18.00)
147
+ - RCTRequired
148
+ - RCTTypeSafety
149
+ - React-Core
150
+ - React-debug
151
+ - React-Fabric
152
+ - React-featureflags
153
+ - React-graphics
154
+ - React-hermes
155
+ - React-ImageManager
156
+ - React-jsi
157
+ - React-NativeModulesApple
158
+ - React-RCTFabric
159
+ - React-renderercss
160
+ - React-rendererdebug
161
+ - React-utils
162
+ - ReactCodegen
163
+ - ReactCommon/turbomodule/bridging
164
+ - ReactCommon/turbomodule/core
165
+ - Yoga
166
+ - expo-dev-menu-interface (1.10.0)
167
+ - expo-dev-menu/Main (6.1.11):
168
+ - DoubleConversion
169
+ - EXManifests
170
+ - expo-dev-menu-interface
171
+ - expo-dev-menu/Vendored
172
+ - ExpoModulesCore
173
+ - glog
174
+ - hermes-engine
175
+ - RCT-Folly (= 2024.11.18.00)
176
+ - RCTRequired
177
+ - RCTTypeSafety
178
+ - React-Core
179
+ - React-debug
180
+ - React-Fabric
181
+ - React-featureflags
182
+ - React-graphics
183
+ - React-hermes
184
+ - React-ImageManager
185
+ - React-jsi
186
+ - React-jsinspector
187
+ - React-NativeModulesApple
188
+ - React-RCTFabric
189
+ - React-renderercss
190
+ - React-rendererdebug
191
+ - React-utils
192
+ - ReactAppDependencyProvider
193
+ - ReactCodegen
194
+ - ReactCommon/turbomodule/bridging
195
+ - ReactCommon/turbomodule/core
196
+ - Yoga
197
+ - expo-dev-menu/ReactNativeCompatibles (6.1.11):
198
+ - DoubleConversion
199
+ - glog
200
+ - hermes-engine
201
+ - RCT-Folly (= 2024.11.18.00)
202
+ - RCTRequired
203
+ - RCTTypeSafety
204
+ - React-Core
205
+ - React-debug
206
+ - React-Fabric
207
+ - React-featureflags
208
+ - React-graphics
209
+ - React-hermes
210
+ - React-ImageManager
211
+ - React-jsi
212
+ - React-NativeModulesApple
213
+ - React-RCTFabric
214
+ - React-renderercss
215
+ - React-rendererdebug
216
+ - React-utils
217
+ - ReactCodegen
218
+ - ReactCommon/turbomodule/bridging
219
+ - ReactCommon/turbomodule/core
220
+ - Yoga
221
+ - expo-dev-menu/SafeAreaView (6.1.11):
222
+ - DoubleConversion
223
+ - ExpoModulesCore
224
+ - glog
225
+ - hermes-engine
226
+ - RCT-Folly (= 2024.11.18.00)
227
+ - RCTRequired
228
+ - RCTTypeSafety
229
+ - React-Core
230
+ - React-debug
231
+ - React-Fabric
232
+ - React-featureflags
233
+ - React-graphics
234
+ - React-hermes
235
+ - React-ImageManager
236
+ - React-jsi
237
+ - React-NativeModulesApple
238
+ - React-RCTFabric
239
+ - React-renderercss
240
+ - React-rendererdebug
241
+ - React-utils
242
+ - ReactCodegen
243
+ - ReactCommon/turbomodule/bridging
244
+ - ReactCommon/turbomodule/core
245
+ - Yoga
246
+ - expo-dev-menu/Vendored (6.1.11):
247
+ - DoubleConversion
248
+ - expo-dev-menu/SafeAreaView
249
+ - glog
250
+ - hermes-engine
251
+ - RCT-Folly (= 2024.11.18.00)
252
+ - RCTRequired
253
+ - RCTTypeSafety
254
+ - React-Core
255
+ - React-debug
256
+ - React-Fabric
257
+ - React-featureflags
258
+ - React-graphics
259
+ - React-hermes
260
+ - React-ImageManager
261
+ - React-jsi
262
+ - React-NativeModulesApple
263
+ - React-RCTFabric
264
+ - React-renderercss
265
+ - React-rendererdebug
266
+ - React-utils
267
+ - ReactCodegen
268
+ - ReactCommon/turbomodule/bridging
269
+ - ReactCommon/turbomodule/core
270
+ - Yoga
271
+ - ExpoAsset (11.1.5):
272
+ - ExpoModulesCore
273
+ - ExpoBlur (14.1.5):
274
+ - ExpoModulesCore
275
+ - ExpoFileSystem (18.1.10):
276
+ - ExpoModulesCore
277
+ - ExpoFont (13.3.1):
278
+ - ExpoModulesCore
279
+ - ExpoHaptics (14.1.4):
280
+ - ExpoModulesCore
281
+ - ExpoHead (5.1.0):
282
+ - ExpoModulesCore
283
+ - ExpoKeepAwake (14.1.4):
284
+ - ExpoModulesCore
285
+ - ExpoLinearGradient (14.1.5):
286
+ - ExpoModulesCore
287
+ - ExpoLinking (7.1.5):
288
+ - ExpoModulesCore
289
+ - ExpoModulesCore (2.4.0):
290
+ - DoubleConversion
291
+ - glog
292
+ - hermes-engine
293
+ - RCT-Folly (= 2024.11.18.00)
294
+ - RCTRequired
295
+ - RCTTypeSafety
296
+ - React-Core
297
+ - React-debug
298
+ - React-Fabric
299
+ - React-featureflags
300
+ - React-graphics
301
+ - React-hermes
302
+ - React-ImageManager
303
+ - React-jsi
304
+ - React-jsinspector
305
+ - React-NativeModulesApple
306
+ - React-RCTFabric
307
+ - React-renderercss
308
+ - React-rendererdebug
309
+ - React-utils
310
+ - ReactCodegen
311
+ - ReactCommon/turbomodule/bridging
312
+ - ReactCommon/turbomodule/core
313
+ - Yoga
314
+ - ExpoSplashScreen (0.30.9):
315
+ - ExpoModulesCore
316
+ - ExpoSymbols (0.4.5):
317
+ - ExpoModulesCore
318
+ - ExpoSystemUI (5.0.8):
319
+ - ExpoModulesCore
320
+ - ExpoWebBrowser (14.1.6):
321
+ - ExpoModulesCore
322
+ - EXUpdatesInterface (1.1.0):
323
+ - ExpoModulesCore
324
+ - fast_float (6.1.4)
325
+ - FBLazyVector (0.79.3)
326
+ - fmt (11.0.2)
327
+ - glog (0.3.5)
328
+ - hermes-engine (0.79.3):
329
+ - hermes-engine/Pre-built (= 0.79.3)
330
+ - hermes-engine/Pre-built (0.79.3)
331
+ - RCT-Folly (2024.11.18.00):
332
+ - boost
333
+ - DoubleConversion
334
+ - fast_float (= 6.1.4)
335
+ - fmt (= 11.0.2)
336
+ - glog
337
+ - RCT-Folly/Default (= 2024.11.18.00)
338
+ - RCT-Folly/Default (2024.11.18.00):
339
+ - boost
340
+ - DoubleConversion
341
+ - fast_float (= 6.1.4)
342
+ - fmt (= 11.0.2)
343
+ - glog
344
+ - RCT-Folly/Fabric (2024.11.18.00):
345
+ - boost
346
+ - DoubleConversion
347
+ - fast_float (= 6.1.4)
348
+ - fmt (= 11.0.2)
349
+ - glog
350
+ - RCTDeprecation (0.79.3)
351
+ - RCTRequired (0.79.3)
352
+ - RCTTypeSafety (0.79.3):
353
+ - FBLazyVector (= 0.79.3)
354
+ - RCTRequired (= 0.79.3)
355
+ - React-Core (= 0.79.3)
356
+ - React (0.79.3):
357
+ - React-Core (= 0.79.3)
358
+ - React-Core/DevSupport (= 0.79.3)
359
+ - React-Core/RCTWebSocket (= 0.79.3)
360
+ - React-RCTActionSheet (= 0.79.3)
361
+ - React-RCTAnimation (= 0.79.3)
362
+ - React-RCTBlob (= 0.79.3)
363
+ - React-RCTImage (= 0.79.3)
364
+ - React-RCTLinking (= 0.79.3)
365
+ - React-RCTNetwork (= 0.79.3)
366
+ - React-RCTSettings (= 0.79.3)
367
+ - React-RCTText (= 0.79.3)
368
+ - React-RCTVibration (= 0.79.3)
369
+ - React-callinvoker (0.79.3)
370
+ - React-Core (0.79.3):
371
+ - glog
372
+ - hermes-engine
373
+ - RCT-Folly (= 2024.11.18.00)
374
+ - RCTDeprecation
375
+ - React-Core/Default (= 0.79.3)
376
+ - React-cxxreact
377
+ - React-featureflags
378
+ - React-hermes
379
+ - React-jsi
380
+ - React-jsiexecutor
381
+ - React-jsinspector
382
+ - React-jsitooling
383
+ - React-perflogger
384
+ - React-runtimescheduler
385
+ - React-utils
386
+ - SocketRocket (= 0.7.1)
387
+ - Yoga
388
+ - React-Core/CoreModulesHeaders (0.79.3):
389
+ - glog
390
+ - hermes-engine
391
+ - RCT-Folly (= 2024.11.18.00)
392
+ - RCTDeprecation
393
+ - React-Core/Default
394
+ - React-cxxreact
395
+ - React-featureflags
396
+ - React-hermes
397
+ - React-jsi
398
+ - React-jsiexecutor
399
+ - React-jsinspector
400
+ - React-jsitooling
401
+ - React-perflogger
402
+ - React-runtimescheduler
403
+ - React-utils
404
+ - SocketRocket (= 0.7.1)
405
+ - Yoga
406
+ - React-Core/Default (0.79.3):
407
+ - glog
408
+ - hermes-engine
409
+ - RCT-Folly (= 2024.11.18.00)
410
+ - RCTDeprecation
411
+ - React-cxxreact
412
+ - React-featureflags
413
+ - React-hermes
414
+ - React-jsi
415
+ - React-jsiexecutor
416
+ - React-jsinspector
417
+ - React-jsitooling
418
+ - React-perflogger
419
+ - React-runtimescheduler
420
+ - React-utils
421
+ - SocketRocket (= 0.7.1)
422
+ - Yoga
423
+ - React-Core/DevSupport (0.79.3):
424
+ - glog
425
+ - hermes-engine
426
+ - RCT-Folly (= 2024.11.18.00)
427
+ - RCTDeprecation
428
+ - React-Core/Default (= 0.79.3)
429
+ - React-Core/RCTWebSocket (= 0.79.3)
430
+ - React-cxxreact
431
+ - React-featureflags
432
+ - React-hermes
433
+ - React-jsi
434
+ - React-jsiexecutor
435
+ - React-jsinspector
436
+ - React-jsitooling
437
+ - React-perflogger
438
+ - React-runtimescheduler
439
+ - React-utils
440
+ - SocketRocket (= 0.7.1)
441
+ - Yoga
442
+ - React-Core/RCTActionSheetHeaders (0.79.3):
443
+ - glog
444
+ - hermes-engine
445
+ - RCT-Folly (= 2024.11.18.00)
446
+ - RCTDeprecation
447
+ - React-Core/Default
448
+ - React-cxxreact
449
+ - React-featureflags
450
+ - React-hermes
451
+ - React-jsi
452
+ - React-jsiexecutor
453
+ - React-jsinspector
454
+ - React-jsitooling
455
+ - React-perflogger
456
+ - React-runtimescheduler
457
+ - React-utils
458
+ - SocketRocket (= 0.7.1)
459
+ - Yoga
460
+ - React-Core/RCTAnimationHeaders (0.79.3):
461
+ - glog
462
+ - hermes-engine
463
+ - RCT-Folly (= 2024.11.18.00)
464
+ - RCTDeprecation
465
+ - React-Core/Default
466
+ - React-cxxreact
467
+ - React-featureflags
468
+ - React-hermes
469
+ - React-jsi
470
+ - React-jsiexecutor
471
+ - React-jsinspector
472
+ - React-jsitooling
473
+ - React-perflogger
474
+ - React-runtimescheduler
475
+ - React-utils
476
+ - SocketRocket (= 0.7.1)
477
+ - Yoga
478
+ - React-Core/RCTBlobHeaders (0.79.3):
479
+ - glog
480
+ - hermes-engine
481
+ - RCT-Folly (= 2024.11.18.00)
482
+ - RCTDeprecation
483
+ - React-Core/Default
484
+ - React-cxxreact
485
+ - React-featureflags
486
+ - React-hermes
487
+ - React-jsi
488
+ - React-jsiexecutor
489
+ - React-jsinspector
490
+ - React-jsitooling
491
+ - React-perflogger
492
+ - React-runtimescheduler
493
+ - React-utils
494
+ - SocketRocket (= 0.7.1)
495
+ - Yoga
496
+ - React-Core/RCTImageHeaders (0.79.3):
497
+ - glog
498
+ - hermes-engine
499
+ - RCT-Folly (= 2024.11.18.00)
500
+ - RCTDeprecation
501
+ - React-Core/Default
502
+ - React-cxxreact
503
+ - React-featureflags
504
+ - React-hermes
505
+ - React-jsi
506
+ - React-jsiexecutor
507
+ - React-jsinspector
508
+ - React-jsitooling
509
+ - React-perflogger
510
+ - React-runtimescheduler
511
+ - React-utils
512
+ - SocketRocket (= 0.7.1)
513
+ - Yoga
514
+ - React-Core/RCTLinkingHeaders (0.79.3):
515
+ - glog
516
+ - hermes-engine
517
+ - RCT-Folly (= 2024.11.18.00)
518
+ - RCTDeprecation
519
+ - React-Core/Default
520
+ - React-cxxreact
521
+ - React-featureflags
522
+ - React-hermes
523
+ - React-jsi
524
+ - React-jsiexecutor
525
+ - React-jsinspector
526
+ - React-jsitooling
527
+ - React-perflogger
528
+ - React-runtimescheduler
529
+ - React-utils
530
+ - SocketRocket (= 0.7.1)
531
+ - Yoga
532
+ - React-Core/RCTNetworkHeaders (0.79.3):
533
+ - glog
534
+ - hermes-engine
535
+ - RCT-Folly (= 2024.11.18.00)
536
+ - RCTDeprecation
537
+ - React-Core/Default
538
+ - React-cxxreact
539
+ - React-featureflags
540
+ - React-hermes
541
+ - React-jsi
542
+ - React-jsiexecutor
543
+ - React-jsinspector
544
+ - React-jsitooling
545
+ - React-perflogger
546
+ - React-runtimescheduler
547
+ - React-utils
548
+ - SocketRocket (= 0.7.1)
549
+ - Yoga
550
+ - React-Core/RCTSettingsHeaders (0.79.3):
551
+ - glog
552
+ - hermes-engine
553
+ - RCT-Folly (= 2024.11.18.00)
554
+ - RCTDeprecation
555
+ - React-Core/Default
556
+ - React-cxxreact
557
+ - React-featureflags
558
+ - React-hermes
559
+ - React-jsi
560
+ - React-jsiexecutor
561
+ - React-jsinspector
562
+ - React-jsitooling
563
+ - React-perflogger
564
+ - React-runtimescheduler
565
+ - React-utils
566
+ - SocketRocket (= 0.7.1)
567
+ - Yoga
568
+ - React-Core/RCTTextHeaders (0.79.3):
569
+ - glog
570
+ - hermes-engine
571
+ - RCT-Folly (= 2024.11.18.00)
572
+ - RCTDeprecation
573
+ - React-Core/Default
574
+ - React-cxxreact
575
+ - React-featureflags
576
+ - React-hermes
577
+ - React-jsi
578
+ - React-jsiexecutor
579
+ - React-jsinspector
580
+ - React-jsitooling
581
+ - React-perflogger
582
+ - React-runtimescheduler
583
+ - React-utils
584
+ - SocketRocket (= 0.7.1)
585
+ - Yoga
586
+ - React-Core/RCTVibrationHeaders (0.79.3):
587
+ - glog
588
+ - hermes-engine
589
+ - RCT-Folly (= 2024.11.18.00)
590
+ - RCTDeprecation
591
+ - React-Core/Default
592
+ - React-cxxreact
593
+ - React-featureflags
594
+ - React-hermes
595
+ - React-jsi
596
+ - React-jsiexecutor
597
+ - React-jsinspector
598
+ - React-jsitooling
599
+ - React-perflogger
600
+ - React-runtimescheduler
601
+ - React-utils
602
+ - SocketRocket (= 0.7.1)
603
+ - Yoga
604
+ - React-Core/RCTWebSocket (0.79.3):
605
+ - glog
606
+ - hermes-engine
607
+ - RCT-Folly (= 2024.11.18.00)
608
+ - RCTDeprecation
609
+ - React-Core/Default (= 0.79.3)
610
+ - React-cxxreact
611
+ - React-featureflags
612
+ - React-hermes
613
+ - React-jsi
614
+ - React-jsiexecutor
615
+ - React-jsinspector
616
+ - React-jsitooling
617
+ - React-perflogger
618
+ - React-runtimescheduler
619
+ - React-utils
620
+ - SocketRocket (= 0.7.1)
621
+ - Yoga
622
+ - React-CoreModules (0.79.3):
623
+ - DoubleConversion
624
+ - fast_float (= 6.1.4)
625
+ - fmt (= 11.0.2)
626
+ - RCT-Folly (= 2024.11.18.00)
627
+ - RCTTypeSafety (= 0.79.3)
628
+ - React-Core/CoreModulesHeaders (= 0.79.3)
629
+ - React-jsi (= 0.79.3)
630
+ - React-jsinspector
631
+ - React-jsinspectortracing
632
+ - React-NativeModulesApple
633
+ - React-RCTBlob
634
+ - React-RCTFBReactNativeSpec
635
+ - React-RCTImage (= 0.79.3)
636
+ - ReactCommon
637
+ - SocketRocket (= 0.7.1)
638
+ - React-cxxreact (0.79.3):
639
+ - boost
640
+ - DoubleConversion
641
+ - fast_float (= 6.1.4)
642
+ - fmt (= 11.0.2)
643
+ - glog
644
+ - hermes-engine
645
+ - RCT-Folly (= 2024.11.18.00)
646
+ - React-callinvoker (= 0.79.3)
647
+ - React-debug (= 0.79.3)
648
+ - React-jsi (= 0.79.3)
649
+ - React-jsinspector
650
+ - React-jsinspectortracing
651
+ - React-logger (= 0.79.3)
652
+ - React-perflogger (= 0.79.3)
653
+ - React-runtimeexecutor (= 0.79.3)
654
+ - React-timing (= 0.79.3)
655
+ - React-debug (0.79.3)
656
+ - React-defaultsnativemodule (0.79.3):
657
+ - hermes-engine
658
+ - RCT-Folly
659
+ - React-domnativemodule
660
+ - React-featureflagsnativemodule
661
+ - React-hermes
662
+ - React-idlecallbacksnativemodule
663
+ - React-jsi
664
+ - React-jsiexecutor
665
+ - React-microtasksnativemodule
666
+ - React-RCTFBReactNativeSpec
667
+ - React-domnativemodule (0.79.3):
668
+ - hermes-engine
669
+ - RCT-Folly
670
+ - React-Fabric
671
+ - React-FabricComponents
672
+ - React-graphics
673
+ - React-hermes
674
+ - React-jsi
675
+ - React-jsiexecutor
676
+ - React-RCTFBReactNativeSpec
677
+ - ReactCommon/turbomodule/core
678
+ - Yoga
679
+ - React-Fabric (0.79.3):
680
+ - DoubleConversion
681
+ - fast_float (= 6.1.4)
682
+ - fmt (= 11.0.2)
683
+ - glog
684
+ - hermes-engine
685
+ - RCT-Folly/Fabric (= 2024.11.18.00)
686
+ - RCTRequired
687
+ - RCTTypeSafety
688
+ - React-Core
689
+ - React-cxxreact
690
+ - React-debug
691
+ - React-Fabric/animations (= 0.79.3)
692
+ - React-Fabric/attributedstring (= 0.79.3)
693
+ - React-Fabric/componentregistry (= 0.79.3)
694
+ - React-Fabric/componentregistrynative (= 0.79.3)
695
+ - React-Fabric/components (= 0.79.3)
696
+ - React-Fabric/consistency (= 0.79.3)
697
+ - React-Fabric/core (= 0.79.3)
698
+ - React-Fabric/dom (= 0.79.3)
699
+ - React-Fabric/imagemanager (= 0.79.3)
700
+ - React-Fabric/leakchecker (= 0.79.3)
701
+ - React-Fabric/mounting (= 0.79.3)
702
+ - React-Fabric/observers (= 0.79.3)
703
+ - React-Fabric/scheduler (= 0.79.3)
704
+ - React-Fabric/telemetry (= 0.79.3)
705
+ - React-Fabric/templateprocessor (= 0.79.3)
706
+ - React-Fabric/uimanager (= 0.79.3)
707
+ - React-featureflags
708
+ - React-graphics
709
+ - React-hermes
710
+ - React-jsi
711
+ - React-jsiexecutor
712
+ - React-logger
713
+ - React-rendererdebug
714
+ - React-runtimescheduler
715
+ - React-utils
716
+ - ReactCommon/turbomodule/core
717
+ - React-Fabric/animations (0.79.3):
718
+ - DoubleConversion
719
+ - fast_float (= 6.1.4)
720
+ - fmt (= 11.0.2)
721
+ - glog
722
+ - hermes-engine
723
+ - RCT-Folly/Fabric (= 2024.11.18.00)
724
+ - RCTRequired
725
+ - RCTTypeSafety
726
+ - React-Core
727
+ - React-cxxreact
728
+ - React-debug
729
+ - React-featureflags
730
+ - React-graphics
731
+ - React-hermes
732
+ - React-jsi
733
+ - React-jsiexecutor
734
+ - React-logger
735
+ - React-rendererdebug
736
+ - React-runtimescheduler
737
+ - React-utils
738
+ - ReactCommon/turbomodule/core
739
+ - React-Fabric/attributedstring (0.79.3):
740
+ - DoubleConversion
741
+ - fast_float (= 6.1.4)
742
+ - fmt (= 11.0.2)
743
+ - glog
744
+ - hermes-engine
745
+ - RCT-Folly/Fabric (= 2024.11.18.00)
746
+ - RCTRequired
747
+ - RCTTypeSafety
748
+ - React-Core
749
+ - React-cxxreact
750
+ - React-debug
751
+ - React-featureflags
752
+ - React-graphics
753
+ - React-hermes
754
+ - React-jsi
755
+ - React-jsiexecutor
756
+ - React-logger
757
+ - React-rendererdebug
758
+ - React-runtimescheduler
759
+ - React-utils
760
+ - ReactCommon/turbomodule/core
761
+ - React-Fabric/componentregistry (0.79.3):
762
+ - DoubleConversion
763
+ - fast_float (= 6.1.4)
764
+ - fmt (= 11.0.2)
765
+ - glog
766
+ - hermes-engine
767
+ - RCT-Folly/Fabric (= 2024.11.18.00)
768
+ - RCTRequired
769
+ - RCTTypeSafety
770
+ - React-Core
771
+ - React-cxxreact
772
+ - React-debug
773
+ - React-featureflags
774
+ - React-graphics
775
+ - React-hermes
776
+ - React-jsi
777
+ - React-jsiexecutor
778
+ - React-logger
779
+ - React-rendererdebug
780
+ - React-runtimescheduler
781
+ - React-utils
782
+ - ReactCommon/turbomodule/core
783
+ - React-Fabric/componentregistrynative (0.79.3):
784
+ - DoubleConversion
785
+ - fast_float (= 6.1.4)
786
+ - fmt (= 11.0.2)
787
+ - glog
788
+ - hermes-engine
789
+ - RCT-Folly/Fabric (= 2024.11.18.00)
790
+ - RCTRequired
791
+ - RCTTypeSafety
792
+ - React-Core
793
+ - React-cxxreact
794
+ - React-debug
795
+ - React-featureflags
796
+ - React-graphics
797
+ - React-hermes
798
+ - React-jsi
799
+ - React-jsiexecutor
800
+ - React-logger
801
+ - React-rendererdebug
802
+ - React-runtimescheduler
803
+ - React-utils
804
+ - ReactCommon/turbomodule/core
805
+ - React-Fabric/components (0.79.3):
806
+ - DoubleConversion
807
+ - fast_float (= 6.1.4)
808
+ - fmt (= 11.0.2)
809
+ - glog
810
+ - hermes-engine
811
+ - RCT-Folly/Fabric (= 2024.11.18.00)
812
+ - RCTRequired
813
+ - RCTTypeSafety
814
+ - React-Core
815
+ - React-cxxreact
816
+ - React-debug
817
+ - React-Fabric/components/legacyviewmanagerinterop (= 0.79.3)
818
+ - React-Fabric/components/root (= 0.79.3)
819
+ - React-Fabric/components/scrollview (= 0.79.3)
820
+ - React-Fabric/components/view (= 0.79.3)
821
+ - React-featureflags
822
+ - React-graphics
823
+ - React-hermes
824
+ - React-jsi
825
+ - React-jsiexecutor
826
+ - React-logger
827
+ - React-rendererdebug
828
+ - React-runtimescheduler
829
+ - React-utils
830
+ - ReactCommon/turbomodule/core
831
+ - React-Fabric/components/legacyviewmanagerinterop (0.79.3):
832
+ - DoubleConversion
833
+ - fast_float (= 6.1.4)
834
+ - fmt (= 11.0.2)
835
+ - glog
836
+ - hermes-engine
837
+ - RCT-Folly/Fabric (= 2024.11.18.00)
838
+ - RCTRequired
839
+ - RCTTypeSafety
840
+ - React-Core
841
+ - React-cxxreact
842
+ - React-debug
843
+ - React-featureflags
844
+ - React-graphics
845
+ - React-hermes
846
+ - React-jsi
847
+ - React-jsiexecutor
848
+ - React-logger
849
+ - React-rendererdebug
850
+ - React-runtimescheduler
851
+ - React-utils
852
+ - ReactCommon/turbomodule/core
853
+ - React-Fabric/components/root (0.79.3):
854
+ - DoubleConversion
855
+ - fast_float (= 6.1.4)
856
+ - fmt (= 11.0.2)
857
+ - glog
858
+ - hermes-engine
859
+ - RCT-Folly/Fabric (= 2024.11.18.00)
860
+ - RCTRequired
861
+ - RCTTypeSafety
862
+ - React-Core
863
+ - React-cxxreact
864
+ - React-debug
865
+ - React-featureflags
866
+ - React-graphics
867
+ - React-hermes
868
+ - React-jsi
869
+ - React-jsiexecutor
870
+ - React-logger
871
+ - React-rendererdebug
872
+ - React-runtimescheduler
873
+ - React-utils
874
+ - ReactCommon/turbomodule/core
875
+ - React-Fabric/components/scrollview (0.79.3):
876
+ - DoubleConversion
877
+ - fast_float (= 6.1.4)
878
+ - fmt (= 11.0.2)
879
+ - glog
880
+ - hermes-engine
881
+ - RCT-Folly/Fabric (= 2024.11.18.00)
882
+ - RCTRequired
883
+ - RCTTypeSafety
884
+ - React-Core
885
+ - React-cxxreact
886
+ - React-debug
887
+ - React-featureflags
888
+ - React-graphics
889
+ - React-hermes
890
+ - React-jsi
891
+ - React-jsiexecutor
892
+ - React-logger
893
+ - React-rendererdebug
894
+ - React-runtimescheduler
895
+ - React-utils
896
+ - ReactCommon/turbomodule/core
897
+ - React-Fabric/components/view (0.79.3):
898
+ - DoubleConversion
899
+ - fast_float (= 6.1.4)
900
+ - fmt (= 11.0.2)
901
+ - glog
902
+ - hermes-engine
903
+ - RCT-Folly/Fabric (= 2024.11.18.00)
904
+ - RCTRequired
905
+ - RCTTypeSafety
906
+ - React-Core
907
+ - React-cxxreact
908
+ - React-debug
909
+ - React-featureflags
910
+ - React-graphics
911
+ - React-hermes
912
+ - React-jsi
913
+ - React-jsiexecutor
914
+ - React-logger
915
+ - React-renderercss
916
+ - React-rendererdebug
917
+ - React-runtimescheduler
918
+ - React-utils
919
+ - ReactCommon/turbomodule/core
920
+ - Yoga
921
+ - React-Fabric/consistency (0.79.3):
922
+ - DoubleConversion
923
+ - fast_float (= 6.1.4)
924
+ - fmt (= 11.0.2)
925
+ - glog
926
+ - hermes-engine
927
+ - RCT-Folly/Fabric (= 2024.11.18.00)
928
+ - RCTRequired
929
+ - RCTTypeSafety
930
+ - React-Core
931
+ - React-cxxreact
932
+ - React-debug
933
+ - React-featureflags
934
+ - React-graphics
935
+ - React-hermes
936
+ - React-jsi
937
+ - React-jsiexecutor
938
+ - React-logger
939
+ - React-rendererdebug
940
+ - React-runtimescheduler
941
+ - React-utils
942
+ - ReactCommon/turbomodule/core
943
+ - React-Fabric/core (0.79.3):
944
+ - DoubleConversion
945
+ - fast_float (= 6.1.4)
946
+ - fmt (= 11.0.2)
947
+ - glog
948
+ - hermes-engine
949
+ - RCT-Folly/Fabric (= 2024.11.18.00)
950
+ - RCTRequired
951
+ - RCTTypeSafety
952
+ - React-Core
953
+ - React-cxxreact
954
+ - React-debug
955
+ - React-featureflags
956
+ - React-graphics
957
+ - React-hermes
958
+ - React-jsi
959
+ - React-jsiexecutor
960
+ - React-logger
961
+ - React-rendererdebug
962
+ - React-runtimescheduler
963
+ - React-utils
964
+ - ReactCommon/turbomodule/core
965
+ - React-Fabric/dom (0.79.3):
966
+ - DoubleConversion
967
+ - fast_float (= 6.1.4)
968
+ - fmt (= 11.0.2)
969
+ - glog
970
+ - hermes-engine
971
+ - RCT-Folly/Fabric (= 2024.11.18.00)
972
+ - RCTRequired
973
+ - RCTTypeSafety
974
+ - React-Core
975
+ - React-cxxreact
976
+ - React-debug
977
+ - React-featureflags
978
+ - React-graphics
979
+ - React-hermes
980
+ - React-jsi
981
+ - React-jsiexecutor
982
+ - React-logger
983
+ - React-rendererdebug
984
+ - React-runtimescheduler
985
+ - React-utils
986
+ - ReactCommon/turbomodule/core
987
+ - React-Fabric/imagemanager (0.79.3):
988
+ - DoubleConversion
989
+ - fast_float (= 6.1.4)
990
+ - fmt (= 11.0.2)
991
+ - glog
992
+ - hermes-engine
993
+ - RCT-Folly/Fabric (= 2024.11.18.00)
994
+ - RCTRequired
995
+ - RCTTypeSafety
996
+ - React-Core
997
+ - React-cxxreact
998
+ - React-debug
999
+ - React-featureflags
1000
+ - React-graphics
1001
+ - React-hermes
1002
+ - React-jsi
1003
+ - React-jsiexecutor
1004
+ - React-logger
1005
+ - React-rendererdebug
1006
+ - React-runtimescheduler
1007
+ - React-utils
1008
+ - ReactCommon/turbomodule/core
1009
+ - React-Fabric/leakchecker (0.79.3):
1010
+ - DoubleConversion
1011
+ - fast_float (= 6.1.4)
1012
+ - fmt (= 11.0.2)
1013
+ - glog
1014
+ - hermes-engine
1015
+ - RCT-Folly/Fabric (= 2024.11.18.00)
1016
+ - RCTRequired
1017
+ - RCTTypeSafety
1018
+ - React-Core
1019
+ - React-cxxreact
1020
+ - React-debug
1021
+ - React-featureflags
1022
+ - React-graphics
1023
+ - React-hermes
1024
+ - React-jsi
1025
+ - React-jsiexecutor
1026
+ - React-logger
1027
+ - React-rendererdebug
1028
+ - React-runtimescheduler
1029
+ - React-utils
1030
+ - ReactCommon/turbomodule/core
1031
+ - React-Fabric/mounting (0.79.3):
1032
+ - DoubleConversion
1033
+ - fast_float (= 6.1.4)
1034
+ - fmt (= 11.0.2)
1035
+ - glog
1036
+ - hermes-engine
1037
+ - RCT-Folly/Fabric (= 2024.11.18.00)
1038
+ - RCTRequired
1039
+ - RCTTypeSafety
1040
+ - React-Core
1041
+ - React-cxxreact
1042
+ - React-debug
1043
+ - React-featureflags
1044
+ - React-graphics
1045
+ - React-hermes
1046
+ - React-jsi
1047
+ - React-jsiexecutor
1048
+ - React-logger
1049
+ - React-rendererdebug
1050
+ - React-runtimescheduler
1051
+ - React-utils
1052
+ - ReactCommon/turbomodule/core
1053
+ - React-Fabric/observers (0.79.3):
1054
+ - DoubleConversion
1055
+ - fast_float (= 6.1.4)
1056
+ - fmt (= 11.0.2)
1057
+ - glog
1058
+ - hermes-engine
1059
+ - RCT-Folly/Fabric (= 2024.11.18.00)
1060
+ - RCTRequired
1061
+ - RCTTypeSafety
1062
+ - React-Core
1063
+ - React-cxxreact
1064
+ - React-debug
1065
+ - React-Fabric/observers/events (= 0.79.3)
1066
+ - React-featureflags
1067
+ - React-graphics
1068
+ - React-hermes
1069
+ - React-jsi
1070
+ - React-jsiexecutor
1071
+ - React-logger
1072
+ - React-rendererdebug
1073
+ - React-runtimescheduler
1074
+ - React-utils
1075
+ - ReactCommon/turbomodule/core
1076
+ - React-Fabric/observers/events (0.79.3):
1077
+ - DoubleConversion
1078
+ - fast_float (= 6.1.4)
1079
+ - fmt (= 11.0.2)
1080
+ - glog
1081
+ - hermes-engine
1082
+ - RCT-Folly/Fabric (= 2024.11.18.00)
1083
+ - RCTRequired
1084
+ - RCTTypeSafety
1085
+ - React-Core
1086
+ - React-cxxreact
1087
+ - React-debug
1088
+ - React-featureflags
1089
+ - React-graphics
1090
+ - React-hermes
1091
+ - React-jsi
1092
+ - React-jsiexecutor
1093
+ - React-logger
1094
+ - React-rendererdebug
1095
+ - React-runtimescheduler
1096
+ - React-utils
1097
+ - ReactCommon/turbomodule/core
1098
+ - React-Fabric/scheduler (0.79.3):
1099
+ - DoubleConversion
1100
+ - fast_float (= 6.1.4)
1101
+ - fmt (= 11.0.2)
1102
+ - glog
1103
+ - hermes-engine
1104
+ - RCT-Folly/Fabric (= 2024.11.18.00)
1105
+ - RCTRequired
1106
+ - RCTTypeSafety
1107
+ - React-Core
1108
+ - React-cxxreact
1109
+ - React-debug
1110
+ - React-Fabric/observers/events
1111
+ - React-featureflags
1112
+ - React-graphics
1113
+ - React-hermes
1114
+ - React-jsi
1115
+ - React-jsiexecutor
1116
+ - React-logger
1117
+ - React-performancetimeline
1118
+ - React-rendererdebug
1119
+ - React-runtimescheduler
1120
+ - React-utils
1121
+ - ReactCommon/turbomodule/core
1122
+ - React-Fabric/telemetry (0.79.3):
1123
+ - DoubleConversion
1124
+ - fast_float (= 6.1.4)
1125
+ - fmt (= 11.0.2)
1126
+ - glog
1127
+ - hermes-engine
1128
+ - RCT-Folly/Fabric (= 2024.11.18.00)
1129
+ - RCTRequired
1130
+ - RCTTypeSafety
1131
+ - React-Core
1132
+ - React-cxxreact
1133
+ - React-debug
1134
+ - React-featureflags
1135
+ - React-graphics
1136
+ - React-hermes
1137
+ - React-jsi
1138
+ - React-jsiexecutor
1139
+ - React-logger
1140
+ - React-rendererdebug
1141
+ - React-runtimescheduler
1142
+ - React-utils
1143
+ - ReactCommon/turbomodule/core
1144
+ - React-Fabric/templateprocessor (0.79.3):
1145
+ - DoubleConversion
1146
+ - fast_float (= 6.1.4)
1147
+ - fmt (= 11.0.2)
1148
+ - glog
1149
+ - hermes-engine
1150
+ - RCT-Folly/Fabric (= 2024.11.18.00)
1151
+ - RCTRequired
1152
+ - RCTTypeSafety
1153
+ - React-Core
1154
+ - React-cxxreact
1155
+ - React-debug
1156
+ - React-featureflags
1157
+ - React-graphics
1158
+ - React-hermes
1159
+ - React-jsi
1160
+ - React-jsiexecutor
1161
+ - React-logger
1162
+ - React-rendererdebug
1163
+ - React-runtimescheduler
1164
+ - React-utils
1165
+ - ReactCommon/turbomodule/core
1166
+ - React-Fabric/uimanager (0.79.3):
1167
+ - DoubleConversion
1168
+ - fast_float (= 6.1.4)
1169
+ - fmt (= 11.0.2)
1170
+ - glog
1171
+ - hermes-engine
1172
+ - RCT-Folly/Fabric (= 2024.11.18.00)
1173
+ - RCTRequired
1174
+ - RCTTypeSafety
1175
+ - React-Core
1176
+ - React-cxxreact
1177
+ - React-debug
1178
+ - React-Fabric/uimanager/consistency (= 0.79.3)
1179
+ - React-featureflags
1180
+ - React-graphics
1181
+ - React-hermes
1182
+ - React-jsi
1183
+ - React-jsiexecutor
1184
+ - React-logger
1185
+ - React-rendererconsistency
1186
+ - React-rendererdebug
1187
+ - React-runtimescheduler
1188
+ - React-utils
1189
+ - ReactCommon/turbomodule/core
1190
+ - React-Fabric/uimanager/consistency (0.79.3):
1191
+ - DoubleConversion
1192
+ - fast_float (= 6.1.4)
1193
+ - fmt (= 11.0.2)
1194
+ - glog
1195
+ - hermes-engine
1196
+ - RCT-Folly/Fabric (= 2024.11.18.00)
1197
+ - RCTRequired
1198
+ - RCTTypeSafety
1199
+ - React-Core
1200
+ - React-cxxreact
1201
+ - React-debug
1202
+ - React-featureflags
1203
+ - React-graphics
1204
+ - React-hermes
1205
+ - React-jsi
1206
+ - React-jsiexecutor
1207
+ - React-logger
1208
+ - React-rendererconsistency
1209
+ - React-rendererdebug
1210
+ - React-runtimescheduler
1211
+ - React-utils
1212
+ - ReactCommon/turbomodule/core
1213
+ - React-FabricComponents (0.79.3):
1214
+ - DoubleConversion
1215
+ - fast_float (= 6.1.4)
1216
+ - fmt (= 11.0.2)
1217
+ - glog
1218
+ - hermes-engine
1219
+ - RCT-Folly/Fabric (= 2024.11.18.00)
1220
+ - RCTRequired
1221
+ - RCTTypeSafety
1222
+ - React-Core
1223
+ - React-cxxreact
1224
+ - React-debug
1225
+ - React-Fabric
1226
+ - React-FabricComponents/components (= 0.79.3)
1227
+ - React-FabricComponents/textlayoutmanager (= 0.79.3)
1228
+ - React-featureflags
1229
+ - React-graphics
1230
+ - React-hermes
1231
+ - React-jsi
1232
+ - React-jsiexecutor
1233
+ - React-logger
1234
+ - React-rendererdebug
1235
+ - React-runtimescheduler
1236
+ - React-utils
1237
+ - ReactCommon/turbomodule/core
1238
+ - Yoga
1239
+ - React-FabricComponents/components (0.79.3):
1240
+ - DoubleConversion
1241
+ - fast_float (= 6.1.4)
1242
+ - fmt (= 11.0.2)
1243
+ - glog
1244
+ - hermes-engine
1245
+ - RCT-Folly/Fabric (= 2024.11.18.00)
1246
+ - RCTRequired
1247
+ - RCTTypeSafety
1248
+ - React-Core
1249
+ - React-cxxreact
1250
+ - React-debug
1251
+ - React-Fabric
1252
+ - React-FabricComponents/components/inputaccessory (= 0.79.3)
1253
+ - React-FabricComponents/components/iostextinput (= 0.79.3)
1254
+ - React-FabricComponents/components/modal (= 0.79.3)
1255
+ - React-FabricComponents/components/rncore (= 0.79.3)
1256
+ - React-FabricComponents/components/safeareaview (= 0.79.3)
1257
+ - React-FabricComponents/components/scrollview (= 0.79.3)
1258
+ - React-FabricComponents/components/text (= 0.79.3)
1259
+ - React-FabricComponents/components/textinput (= 0.79.3)
1260
+ - React-FabricComponents/components/unimplementedview (= 0.79.3)
1261
+ - React-featureflags
1262
+ - React-graphics
1263
+ - React-hermes
1264
+ - React-jsi
1265
+ - React-jsiexecutor
1266
+ - React-logger
1267
+ - React-rendererdebug
1268
+ - React-runtimescheduler
1269
+ - React-utils
1270
+ - ReactCommon/turbomodule/core
1271
+ - Yoga
1272
+ - React-FabricComponents/components/inputaccessory (0.79.3):
1273
+ - DoubleConversion
1274
+ - fast_float (= 6.1.4)
1275
+ - fmt (= 11.0.2)
1276
+ - glog
1277
+ - hermes-engine
1278
+ - RCT-Folly/Fabric (= 2024.11.18.00)
1279
+ - RCTRequired
1280
+ - RCTTypeSafety
1281
+ - React-Core
1282
+ - React-cxxreact
1283
+ - React-debug
1284
+ - React-Fabric
1285
+ - React-featureflags
1286
+ - React-graphics
1287
+ - React-hermes
1288
+ - React-jsi
1289
+ - React-jsiexecutor
1290
+ - React-logger
1291
+ - React-rendererdebug
1292
+ - React-runtimescheduler
1293
+ - React-utils
1294
+ - ReactCommon/turbomodule/core
1295
+ - Yoga
1296
+ - React-FabricComponents/components/iostextinput (0.79.3):
1297
+ - DoubleConversion
1298
+ - fast_float (= 6.1.4)
1299
+ - fmt (= 11.0.2)
1300
+ - glog
1301
+ - hermes-engine
1302
+ - RCT-Folly/Fabric (= 2024.11.18.00)
1303
+ - RCTRequired
1304
+ - RCTTypeSafety
1305
+ - React-Core
1306
+ - React-cxxreact
1307
+ - React-debug
1308
+ - React-Fabric
1309
+ - React-featureflags
1310
+ - React-graphics
1311
+ - React-hermes
1312
+ - React-jsi
1313
+ - React-jsiexecutor
1314
+ - React-logger
1315
+ - React-rendererdebug
1316
+ - React-runtimescheduler
1317
+ - React-utils
1318
+ - ReactCommon/turbomodule/core
1319
+ - Yoga
1320
+ - React-FabricComponents/components/modal (0.79.3):
1321
+ - DoubleConversion
1322
+ - fast_float (= 6.1.4)
1323
+ - fmt (= 11.0.2)
1324
+ - glog
1325
+ - hermes-engine
1326
+ - RCT-Folly/Fabric (= 2024.11.18.00)
1327
+ - RCTRequired
1328
+ - RCTTypeSafety
1329
+ - React-Core
1330
+ - React-cxxreact
1331
+ - React-debug
1332
+ - React-Fabric
1333
+ - React-featureflags
1334
+ - React-graphics
1335
+ - React-hermes
1336
+ - React-jsi
1337
+ - React-jsiexecutor
1338
+ - React-logger
1339
+ - React-rendererdebug
1340
+ - React-runtimescheduler
1341
+ - React-utils
1342
+ - ReactCommon/turbomodule/core
1343
+ - Yoga
1344
+ - React-FabricComponents/components/rncore (0.79.3):
1345
+ - DoubleConversion
1346
+ - fast_float (= 6.1.4)
1347
+ - fmt (= 11.0.2)
1348
+ - glog
1349
+ - hermes-engine
1350
+ - RCT-Folly/Fabric (= 2024.11.18.00)
1351
+ - RCTRequired
1352
+ - RCTTypeSafety
1353
+ - React-Core
1354
+ - React-cxxreact
1355
+ - React-debug
1356
+ - React-Fabric
1357
+ - React-featureflags
1358
+ - React-graphics
1359
+ - React-hermes
1360
+ - React-jsi
1361
+ - React-jsiexecutor
1362
+ - React-logger
1363
+ - React-rendererdebug
1364
+ - React-runtimescheduler
1365
+ - React-utils
1366
+ - ReactCommon/turbomodule/core
1367
+ - Yoga
1368
+ - React-FabricComponents/components/safeareaview (0.79.3):
1369
+ - DoubleConversion
1370
+ - fast_float (= 6.1.4)
1371
+ - fmt (= 11.0.2)
1372
+ - glog
1373
+ - hermes-engine
1374
+ - RCT-Folly/Fabric (= 2024.11.18.00)
1375
+ - RCTRequired
1376
+ - RCTTypeSafety
1377
+ - React-Core
1378
+ - React-cxxreact
1379
+ - React-debug
1380
+ - React-Fabric
1381
+ - React-featureflags
1382
+ - React-graphics
1383
+ - React-hermes
1384
+ - React-jsi
1385
+ - React-jsiexecutor
1386
+ - React-logger
1387
+ - React-rendererdebug
1388
+ - React-runtimescheduler
1389
+ - React-utils
1390
+ - ReactCommon/turbomodule/core
1391
+ - Yoga
1392
+ - React-FabricComponents/components/scrollview (0.79.3):
1393
+ - DoubleConversion
1394
+ - fast_float (= 6.1.4)
1395
+ - fmt (= 11.0.2)
1396
+ - glog
1397
+ - hermes-engine
1398
+ - RCT-Folly/Fabric (= 2024.11.18.00)
1399
+ - RCTRequired
1400
+ - RCTTypeSafety
1401
+ - React-Core
1402
+ - React-cxxreact
1403
+ - React-debug
1404
+ - React-Fabric
1405
+ - React-featureflags
1406
+ - React-graphics
1407
+ - React-hermes
1408
+ - React-jsi
1409
+ - React-jsiexecutor
1410
+ - React-logger
1411
+ - React-rendererdebug
1412
+ - React-runtimescheduler
1413
+ - React-utils
1414
+ - ReactCommon/turbomodule/core
1415
+ - Yoga
1416
+ - React-FabricComponents/components/text (0.79.3):
1417
+ - DoubleConversion
1418
+ - fast_float (= 6.1.4)
1419
+ - fmt (= 11.0.2)
1420
+ - glog
1421
+ - hermes-engine
1422
+ - RCT-Folly/Fabric (= 2024.11.18.00)
1423
+ - RCTRequired
1424
+ - RCTTypeSafety
1425
+ - React-Core
1426
+ - React-cxxreact
1427
+ - React-debug
1428
+ - React-Fabric
1429
+ - React-featureflags
1430
+ - React-graphics
1431
+ - React-hermes
1432
+ - React-jsi
1433
+ - React-jsiexecutor
1434
+ - React-logger
1435
+ - React-rendererdebug
1436
+ - React-runtimescheduler
1437
+ - React-utils
1438
+ - ReactCommon/turbomodule/core
1439
+ - Yoga
1440
+ - React-FabricComponents/components/textinput (0.79.3):
1441
+ - DoubleConversion
1442
+ - fast_float (= 6.1.4)
1443
+ - fmt (= 11.0.2)
1444
+ - glog
1445
+ - hermes-engine
1446
+ - RCT-Folly/Fabric (= 2024.11.18.00)
1447
+ - RCTRequired
1448
+ - RCTTypeSafety
1449
+ - React-Core
1450
+ - React-cxxreact
1451
+ - React-debug
1452
+ - React-Fabric
1453
+ - React-featureflags
1454
+ - React-graphics
1455
+ - React-hermes
1456
+ - React-jsi
1457
+ - React-jsiexecutor
1458
+ - React-logger
1459
+ - React-rendererdebug
1460
+ - React-runtimescheduler
1461
+ - React-utils
1462
+ - ReactCommon/turbomodule/core
1463
+ - Yoga
1464
+ - React-FabricComponents/components/unimplementedview (0.79.3):
1465
+ - DoubleConversion
1466
+ - fast_float (= 6.1.4)
1467
+ - fmt (= 11.0.2)
1468
+ - glog
1469
+ - hermes-engine
1470
+ - RCT-Folly/Fabric (= 2024.11.18.00)
1471
+ - RCTRequired
1472
+ - RCTTypeSafety
1473
+ - React-Core
1474
+ - React-cxxreact
1475
+ - React-debug
1476
+ - React-Fabric
1477
+ - React-featureflags
1478
+ - React-graphics
1479
+ - React-hermes
1480
+ - React-jsi
1481
+ - React-jsiexecutor
1482
+ - React-logger
1483
+ - React-rendererdebug
1484
+ - React-runtimescheduler
1485
+ - React-utils
1486
+ - ReactCommon/turbomodule/core
1487
+ - Yoga
1488
+ - React-FabricComponents/textlayoutmanager (0.79.3):
1489
+ - DoubleConversion
1490
+ - fast_float (= 6.1.4)
1491
+ - fmt (= 11.0.2)
1492
+ - glog
1493
+ - hermes-engine
1494
+ - RCT-Folly/Fabric (= 2024.11.18.00)
1495
+ - RCTRequired
1496
+ - RCTTypeSafety
1497
+ - React-Core
1498
+ - React-cxxreact
1499
+ - React-debug
1500
+ - React-Fabric
1501
+ - React-featureflags
1502
+ - React-graphics
1503
+ - React-hermes
1504
+ - React-jsi
1505
+ - React-jsiexecutor
1506
+ - React-logger
1507
+ - React-rendererdebug
1508
+ - React-runtimescheduler
1509
+ - React-utils
1510
+ - ReactCommon/turbomodule/core
1511
+ - Yoga
1512
+ - React-FabricImage (0.79.3):
1513
+ - DoubleConversion
1514
+ - fast_float (= 6.1.4)
1515
+ - fmt (= 11.0.2)
1516
+ - glog
1517
+ - hermes-engine
1518
+ - RCT-Folly/Fabric (= 2024.11.18.00)
1519
+ - RCTRequired (= 0.79.3)
1520
+ - RCTTypeSafety (= 0.79.3)
1521
+ - React-Fabric
1522
+ - React-featureflags
1523
+ - React-graphics
1524
+ - React-hermes
1525
+ - React-ImageManager
1526
+ - React-jsi
1527
+ - React-jsiexecutor (= 0.79.3)
1528
+ - React-logger
1529
+ - React-rendererdebug
1530
+ - React-utils
1531
+ - ReactCommon
1532
+ - Yoga
1533
+ - React-featureflags (0.79.3):
1534
+ - RCT-Folly (= 2024.11.18.00)
1535
+ - React-featureflagsnativemodule (0.79.3):
1536
+ - hermes-engine
1537
+ - RCT-Folly
1538
+ - React-featureflags
1539
+ - React-hermes
1540
+ - React-jsi
1541
+ - React-jsiexecutor
1542
+ - React-RCTFBReactNativeSpec
1543
+ - ReactCommon/turbomodule/core
1544
+ - React-graphics (0.79.3):
1545
+ - DoubleConversion
1546
+ - fast_float (= 6.1.4)
1547
+ - fmt (= 11.0.2)
1548
+ - glog
1549
+ - hermes-engine
1550
+ - RCT-Folly/Fabric (= 2024.11.18.00)
1551
+ - React-hermes
1552
+ - React-jsi
1553
+ - React-jsiexecutor
1554
+ - React-utils
1555
+ - React-hermes (0.79.3):
1556
+ - DoubleConversion
1557
+ - fast_float (= 6.1.4)
1558
+ - fmt (= 11.0.2)
1559
+ - glog
1560
+ - hermes-engine
1561
+ - RCT-Folly (= 2024.11.18.00)
1562
+ - React-cxxreact (= 0.79.3)
1563
+ - React-jsi
1564
+ - React-jsiexecutor (= 0.79.3)
1565
+ - React-jsinspector
1566
+ - React-jsinspectortracing
1567
+ - React-perflogger (= 0.79.3)
1568
+ - React-runtimeexecutor
1569
+ - React-idlecallbacksnativemodule (0.79.3):
1570
+ - glog
1571
+ - hermes-engine
1572
+ - RCT-Folly
1573
+ - React-hermes
1574
+ - React-jsi
1575
+ - React-jsiexecutor
1576
+ - React-RCTFBReactNativeSpec
1577
+ - React-runtimescheduler
1578
+ - ReactCommon/turbomodule/core
1579
+ - React-ImageManager (0.79.3):
1580
+ - glog
1581
+ - RCT-Folly/Fabric
1582
+ - React-Core/Default
1583
+ - React-debug
1584
+ - React-Fabric
1585
+ - React-graphics
1586
+ - React-rendererdebug
1587
+ - React-utils
1588
+ - React-jserrorhandler (0.79.3):
1589
+ - glog
1590
+ - hermes-engine
1591
+ - RCT-Folly/Fabric (= 2024.11.18.00)
1592
+ - React-cxxreact
1593
+ - React-debug
1594
+ - React-featureflags
1595
+ - React-jsi
1596
+ - ReactCommon/turbomodule/bridging
1597
+ - React-jsi (0.79.3):
1598
+ - boost
1599
+ - DoubleConversion
1600
+ - fast_float (= 6.1.4)
1601
+ - fmt (= 11.0.2)
1602
+ - glog
1603
+ - hermes-engine
1604
+ - RCT-Folly (= 2024.11.18.00)
1605
+ - React-jsiexecutor (0.79.3):
1606
+ - DoubleConversion
1607
+ - fast_float (= 6.1.4)
1608
+ - fmt (= 11.0.2)
1609
+ - glog
1610
+ - hermes-engine
1611
+ - RCT-Folly (= 2024.11.18.00)
1612
+ - React-cxxreact (= 0.79.3)
1613
+ - React-jsi (= 0.79.3)
1614
+ - React-jsinspector
1615
+ - React-jsinspectortracing
1616
+ - React-perflogger (= 0.79.3)
1617
+ - React-jsinspector (0.79.3):
1618
+ - DoubleConversion
1619
+ - glog
1620
+ - hermes-engine
1621
+ - RCT-Folly
1622
+ - React-featureflags
1623
+ - React-jsi
1624
+ - React-jsinspectortracing
1625
+ - React-perflogger (= 0.79.3)
1626
+ - React-runtimeexecutor (= 0.79.3)
1627
+ - React-jsinspectortracing (0.79.3):
1628
+ - RCT-Folly
1629
+ - React-oscompat
1630
+ - React-jsitooling (0.79.3):
1631
+ - DoubleConversion
1632
+ - fast_float (= 6.1.4)
1633
+ - fmt (= 11.0.2)
1634
+ - glog
1635
+ - RCT-Folly (= 2024.11.18.00)
1636
+ - React-cxxreact (= 0.79.3)
1637
+ - React-jsi (= 0.79.3)
1638
+ - React-jsinspector
1639
+ - React-jsinspectortracing
1640
+ - React-jsitracing (0.79.3):
1641
+ - React-jsi
1642
+ - React-logger (0.79.3):
1643
+ - glog
1644
+ - React-Mapbuffer (0.79.3):
1645
+ - glog
1646
+ - React-debug
1647
+ - React-microtasksnativemodule (0.79.3):
1648
+ - hermes-engine
1649
+ - RCT-Folly
1650
+ - React-hermes
1651
+ - React-jsi
1652
+ - React-jsiexecutor
1653
+ - React-RCTFBReactNativeSpec
1654
+ - ReactCommon/turbomodule/core
1655
+ - react-native-keyboard-controller (1.17.4):
1656
+ - DoubleConversion
1657
+ - glog
1658
+ - hermes-engine
1659
+ - RCT-Folly (= 2024.11.18.00)
1660
+ - RCTRequired
1661
+ - RCTTypeSafety
1662
+ - React-Core
1663
+ - React-debug
1664
+ - React-Fabric
1665
+ - React-featureflags
1666
+ - React-graphics
1667
+ - React-hermes
1668
+ - React-ImageManager
1669
+ - React-jsi
1670
+ - react-native-keyboard-controller/common (= 1.17.4)
1671
+ - React-NativeModulesApple
1672
+ - React-RCTFabric
1673
+ - React-renderercss
1674
+ - React-rendererdebug
1675
+ - React-utils
1676
+ - ReactCodegen
1677
+ - ReactCommon/turbomodule/bridging
1678
+ - ReactCommon/turbomodule/core
1679
+ - Yoga
1680
+ - react-native-keyboard-controller/common (1.17.4):
1681
+ - DoubleConversion
1682
+ - glog
1683
+ - hermes-engine
1684
+ - RCT-Folly (= 2024.11.18.00)
1685
+ - RCTRequired
1686
+ - RCTTypeSafety
1687
+ - React-Core
1688
+ - React-debug
1689
+ - React-Fabric
1690
+ - React-featureflags
1691
+ - React-graphics
1692
+ - React-hermes
1693
+ - React-ImageManager
1694
+ - React-jsi
1695
+ - React-NativeModulesApple
1696
+ - React-RCTFabric
1697
+ - React-renderercss
1698
+ - React-rendererdebug
1699
+ - React-utils
1700
+ - ReactCodegen
1701
+ - ReactCommon/turbomodule/bridging
1702
+ - ReactCommon/turbomodule/core
1703
+ - Yoga
1704
+ - react-native-safe-area-context (5.4.0):
1705
+ - DoubleConversion
1706
+ - glog
1707
+ - hermes-engine
1708
+ - RCT-Folly (= 2024.11.18.00)
1709
+ - RCTRequired
1710
+ - RCTTypeSafety
1711
+ - React-Core
1712
+ - React-debug
1713
+ - React-Fabric
1714
+ - React-featureflags
1715
+ - React-graphics
1716
+ - React-hermes
1717
+ - React-ImageManager
1718
+ - React-jsi
1719
+ - react-native-safe-area-context/common (= 5.4.0)
1720
+ - react-native-safe-area-context/fabric (= 5.4.0)
1721
+ - React-NativeModulesApple
1722
+ - React-RCTFabric
1723
+ - React-renderercss
1724
+ - React-rendererdebug
1725
+ - React-utils
1726
+ - ReactCodegen
1727
+ - ReactCommon/turbomodule/bridging
1728
+ - ReactCommon/turbomodule/core
1729
+ - Yoga
1730
+ - react-native-safe-area-context/common (5.4.0):
1731
+ - DoubleConversion
1732
+ - glog
1733
+ - hermes-engine
1734
+ - RCT-Folly (= 2024.11.18.00)
1735
+ - RCTRequired
1736
+ - RCTTypeSafety
1737
+ - React-Core
1738
+ - React-debug
1739
+ - React-Fabric
1740
+ - React-featureflags
1741
+ - React-graphics
1742
+ - React-hermes
1743
+ - React-ImageManager
1744
+ - React-jsi
1745
+ - React-NativeModulesApple
1746
+ - React-RCTFabric
1747
+ - React-renderercss
1748
+ - React-rendererdebug
1749
+ - React-utils
1750
+ - ReactCodegen
1751
+ - ReactCommon/turbomodule/bridging
1752
+ - ReactCommon/turbomodule/core
1753
+ - Yoga
1754
+ - react-native-safe-area-context/fabric (5.4.0):
1755
+ - DoubleConversion
1756
+ - glog
1757
+ - hermes-engine
1758
+ - RCT-Folly (= 2024.11.18.00)
1759
+ - RCTRequired
1760
+ - RCTTypeSafety
1761
+ - React-Core
1762
+ - React-debug
1763
+ - React-Fabric
1764
+ - React-featureflags
1765
+ - React-graphics
1766
+ - React-hermes
1767
+ - React-ImageManager
1768
+ - React-jsi
1769
+ - react-native-safe-area-context/common
1770
+ - React-NativeModulesApple
1771
+ - React-RCTFabric
1772
+ - React-renderercss
1773
+ - React-rendererdebug
1774
+ - React-utils
1775
+ - ReactCodegen
1776
+ - ReactCommon/turbomodule/bridging
1777
+ - ReactCommon/turbomodule/core
1778
+ - Yoga
1779
+ - react-native-webview (13.13.5):
1780
+ - DoubleConversion
1781
+ - glog
1782
+ - hermes-engine
1783
+ - RCT-Folly (= 2024.11.18.00)
1784
+ - RCTRequired
1785
+ - RCTTypeSafety
1786
+ - React-Core
1787
+ - React-debug
1788
+ - React-Fabric
1789
+ - React-featureflags
1790
+ - React-graphics
1791
+ - React-hermes
1792
+ - React-ImageManager
1793
+ - React-jsi
1794
+ - React-NativeModulesApple
1795
+ - React-RCTFabric
1796
+ - React-renderercss
1797
+ - React-rendererdebug
1798
+ - React-utils
1799
+ - ReactCodegen
1800
+ - ReactCommon/turbomodule/bridging
1801
+ - ReactCommon/turbomodule/core
1802
+ - Yoga
1803
+ - React-NativeModulesApple (0.79.3):
1804
+ - glog
1805
+ - hermes-engine
1806
+ - React-callinvoker
1807
+ - React-Core
1808
+ - React-cxxreact
1809
+ - React-featureflags
1810
+ - React-hermes
1811
+ - React-jsi
1812
+ - React-jsinspector
1813
+ - React-runtimeexecutor
1814
+ - ReactCommon/turbomodule/bridging
1815
+ - ReactCommon/turbomodule/core
1816
+ - React-oscompat (0.79.3)
1817
+ - React-perflogger (0.79.3):
1818
+ - DoubleConversion
1819
+ - RCT-Folly (= 2024.11.18.00)
1820
+ - React-performancetimeline (0.79.3):
1821
+ - RCT-Folly (= 2024.11.18.00)
1822
+ - React-cxxreact
1823
+ - React-featureflags
1824
+ - React-jsinspectortracing
1825
+ - React-perflogger
1826
+ - React-timing
1827
+ - React-RCTActionSheet (0.79.3):
1828
+ - React-Core/RCTActionSheetHeaders (= 0.79.3)
1829
+ - React-RCTAnimation (0.79.3):
1830
+ - RCT-Folly (= 2024.11.18.00)
1831
+ - RCTTypeSafety
1832
+ - React-Core/RCTAnimationHeaders
1833
+ - React-jsi
1834
+ - React-NativeModulesApple
1835
+ - React-RCTFBReactNativeSpec
1836
+ - ReactCommon
1837
+ - React-RCTAppDelegate (0.79.3):
1838
+ - hermes-engine
1839
+ - RCT-Folly (= 2024.11.18.00)
1840
+ - RCTRequired
1841
+ - RCTTypeSafety
1842
+ - React-Core
1843
+ - React-CoreModules
1844
+ - React-debug
1845
+ - React-defaultsnativemodule
1846
+ - React-Fabric
1847
+ - React-featureflags
1848
+ - React-graphics
1849
+ - React-hermes
1850
+ - React-jsitooling
1851
+ - React-NativeModulesApple
1852
+ - React-RCTFabric
1853
+ - React-RCTFBReactNativeSpec
1854
+ - React-RCTImage
1855
+ - React-RCTNetwork
1856
+ - React-RCTRuntime
1857
+ - React-rendererdebug
1858
+ - React-RuntimeApple
1859
+ - React-RuntimeCore
1860
+ - React-runtimescheduler
1861
+ - React-utils
1862
+ - ReactCommon
1863
+ - React-RCTBlob (0.79.3):
1864
+ - DoubleConversion
1865
+ - fast_float (= 6.1.4)
1866
+ - fmt (= 11.0.2)
1867
+ - hermes-engine
1868
+ - RCT-Folly (= 2024.11.18.00)
1869
+ - React-Core/RCTBlobHeaders
1870
+ - React-Core/RCTWebSocket
1871
+ - React-jsi
1872
+ - React-jsinspector
1873
+ - React-NativeModulesApple
1874
+ - React-RCTFBReactNativeSpec
1875
+ - React-RCTNetwork
1876
+ - ReactCommon
1877
+ - React-RCTFabric (0.79.3):
1878
+ - glog
1879
+ - hermes-engine
1880
+ - RCT-Folly/Fabric (= 2024.11.18.00)
1881
+ - React-Core
1882
+ - React-debug
1883
+ - React-Fabric
1884
+ - React-FabricComponents
1885
+ - React-FabricImage
1886
+ - React-featureflags
1887
+ - React-graphics
1888
+ - React-hermes
1889
+ - React-ImageManager
1890
+ - React-jsi
1891
+ - React-jsinspector
1892
+ - React-jsinspectortracing
1893
+ - React-performancetimeline
1894
+ - React-RCTAnimation
1895
+ - React-RCTImage
1896
+ - React-RCTText
1897
+ - React-rendererconsistency
1898
+ - React-renderercss
1899
+ - React-rendererdebug
1900
+ - React-runtimescheduler
1901
+ - React-utils
1902
+ - Yoga
1903
+ - React-RCTFBReactNativeSpec (0.79.3):
1904
+ - hermes-engine
1905
+ - RCT-Folly
1906
+ - RCTRequired
1907
+ - RCTTypeSafety
1908
+ - React-Core
1909
+ - React-hermes
1910
+ - React-jsi
1911
+ - React-jsiexecutor
1912
+ - React-NativeModulesApple
1913
+ - ReactCommon
1914
+ - React-RCTImage (0.79.3):
1915
+ - RCT-Folly (= 2024.11.18.00)
1916
+ - RCTTypeSafety
1917
+ - React-Core/RCTImageHeaders
1918
+ - React-jsi
1919
+ - React-NativeModulesApple
1920
+ - React-RCTFBReactNativeSpec
1921
+ - React-RCTNetwork
1922
+ - ReactCommon
1923
+ - React-RCTLinking (0.79.3):
1924
+ - React-Core/RCTLinkingHeaders (= 0.79.3)
1925
+ - React-jsi (= 0.79.3)
1926
+ - React-NativeModulesApple
1927
+ - React-RCTFBReactNativeSpec
1928
+ - ReactCommon
1929
+ - ReactCommon/turbomodule/core (= 0.79.3)
1930
+ - React-RCTNetwork (0.79.3):
1931
+ - RCT-Folly (= 2024.11.18.00)
1932
+ - RCTTypeSafety
1933
+ - React-Core/RCTNetworkHeaders
1934
+ - React-jsi
1935
+ - React-NativeModulesApple
1936
+ - React-RCTFBReactNativeSpec
1937
+ - ReactCommon
1938
+ - React-RCTRuntime (0.79.3):
1939
+ - glog
1940
+ - hermes-engine
1941
+ - RCT-Folly/Fabric (= 2024.11.18.00)
1942
+ - React-Core
1943
+ - React-hermes
1944
+ - React-jsi
1945
+ - React-jsinspector
1946
+ - React-jsinspectortracing
1947
+ - React-jsitooling
1948
+ - React-RuntimeApple
1949
+ - React-RuntimeCore
1950
+ - React-RuntimeHermes
1951
+ - React-RCTSettings (0.79.3):
1952
+ - RCT-Folly (= 2024.11.18.00)
1953
+ - RCTTypeSafety
1954
+ - React-Core/RCTSettingsHeaders
1955
+ - React-jsi
1956
+ - React-NativeModulesApple
1957
+ - React-RCTFBReactNativeSpec
1958
+ - ReactCommon
1959
+ - React-RCTText (0.79.3):
1960
+ - React-Core/RCTTextHeaders (= 0.79.3)
1961
+ - Yoga
1962
+ - React-RCTVibration (0.79.3):
1963
+ - RCT-Folly (= 2024.11.18.00)
1964
+ - React-Core/RCTVibrationHeaders
1965
+ - React-jsi
1966
+ - React-NativeModulesApple
1967
+ - React-RCTFBReactNativeSpec
1968
+ - ReactCommon
1969
+ - React-rendererconsistency (0.79.3)
1970
+ - React-renderercss (0.79.3):
1971
+ - React-debug
1972
+ - React-utils
1973
+ - React-rendererdebug (0.79.3):
1974
+ - DoubleConversion
1975
+ - fast_float (= 6.1.4)
1976
+ - fmt (= 11.0.2)
1977
+ - RCT-Folly (= 2024.11.18.00)
1978
+ - React-debug
1979
+ - React-rncore (0.79.3)
1980
+ - React-RuntimeApple (0.79.3):
1981
+ - hermes-engine
1982
+ - RCT-Folly/Fabric (= 2024.11.18.00)
1983
+ - React-callinvoker
1984
+ - React-Core/Default
1985
+ - React-CoreModules
1986
+ - React-cxxreact
1987
+ - React-featureflags
1988
+ - React-jserrorhandler
1989
+ - React-jsi
1990
+ - React-jsiexecutor
1991
+ - React-jsinspector
1992
+ - React-jsitooling
1993
+ - React-Mapbuffer
1994
+ - React-NativeModulesApple
1995
+ - React-RCTFabric
1996
+ - React-RCTFBReactNativeSpec
1997
+ - React-RuntimeCore
1998
+ - React-runtimeexecutor
1999
+ - React-RuntimeHermes
2000
+ - React-runtimescheduler
2001
+ - React-utils
2002
+ - React-RuntimeCore (0.79.3):
2003
+ - glog
2004
+ - hermes-engine
2005
+ - RCT-Folly/Fabric (= 2024.11.18.00)
2006
+ - React-cxxreact
2007
+ - React-Fabric
2008
+ - React-featureflags
2009
+ - React-hermes
2010
+ - React-jserrorhandler
2011
+ - React-jsi
2012
+ - React-jsiexecutor
2013
+ - React-jsinspector
2014
+ - React-jsitooling
2015
+ - React-performancetimeline
2016
+ - React-runtimeexecutor
2017
+ - React-runtimescheduler
2018
+ - React-utils
2019
+ - React-runtimeexecutor (0.79.3):
2020
+ - React-jsi (= 0.79.3)
2021
+ - React-RuntimeHermes (0.79.3):
2022
+ - hermes-engine
2023
+ - RCT-Folly/Fabric (= 2024.11.18.00)
2024
+ - React-featureflags
2025
+ - React-hermes
2026
+ - React-jsi
2027
+ - React-jsinspector
2028
+ - React-jsinspectortracing
2029
+ - React-jsitooling
2030
+ - React-jsitracing
2031
+ - React-RuntimeCore
2032
+ - React-utils
2033
+ - React-runtimescheduler (0.79.3):
2034
+ - glog
2035
+ - hermes-engine
2036
+ - RCT-Folly (= 2024.11.18.00)
2037
+ - React-callinvoker
2038
+ - React-cxxreact
2039
+ - React-debug
2040
+ - React-featureflags
2041
+ - React-hermes
2042
+ - React-jsi
2043
+ - React-jsinspectortracing
2044
+ - React-performancetimeline
2045
+ - React-rendererconsistency
2046
+ - React-rendererdebug
2047
+ - React-runtimeexecutor
2048
+ - React-timing
2049
+ - React-utils
2050
+ - React-timing (0.79.3)
2051
+ - React-utils (0.79.3):
2052
+ - glog
2053
+ - hermes-engine
2054
+ - RCT-Folly (= 2024.11.18.00)
2055
+ - React-debug
2056
+ - React-hermes
2057
+ - React-jsi (= 0.79.3)
2058
+ - ReactAppDependencyProvider (0.79.3):
2059
+ - ReactCodegen
2060
+ - ReactCodegen (0.79.3):
2061
+ - DoubleConversion
2062
+ - glog
2063
+ - hermes-engine
2064
+ - RCT-Folly
2065
+ - RCTRequired
2066
+ - RCTTypeSafety
2067
+ - React-Core
2068
+ - React-debug
2069
+ - React-Fabric
2070
+ - React-FabricImage
2071
+ - React-featureflags
2072
+ - React-graphics
2073
+ - React-hermes
2074
+ - React-jsi
2075
+ - React-jsiexecutor
2076
+ - React-NativeModulesApple
2077
+ - React-RCTAppDelegate
2078
+ - React-rendererdebug
2079
+ - React-utils
2080
+ - ReactCommon/turbomodule/bridging
2081
+ - ReactCommon/turbomodule/core
2082
+ - ReactCommon (0.79.3):
2083
+ - ReactCommon/turbomodule (= 0.79.3)
2084
+ - ReactCommon/turbomodule (0.79.3):
2085
+ - DoubleConversion
2086
+ - fast_float (= 6.1.4)
2087
+ - fmt (= 11.0.2)
2088
+ - glog
2089
+ - hermes-engine
2090
+ - RCT-Folly (= 2024.11.18.00)
2091
+ - React-callinvoker (= 0.79.3)
2092
+ - React-cxxreact (= 0.79.3)
2093
+ - React-jsi (= 0.79.3)
2094
+ - React-logger (= 0.79.3)
2095
+ - React-perflogger (= 0.79.3)
2096
+ - ReactCommon/turbomodule/bridging (= 0.79.3)
2097
+ - ReactCommon/turbomodule/core (= 0.79.3)
2098
+ - ReactCommon/turbomodule/bridging (0.79.3):
2099
+ - DoubleConversion
2100
+ - fast_float (= 6.1.4)
2101
+ - fmt (= 11.0.2)
2102
+ - glog
2103
+ - hermes-engine
2104
+ - RCT-Folly (= 2024.11.18.00)
2105
+ - React-callinvoker (= 0.79.3)
2106
+ - React-cxxreact (= 0.79.3)
2107
+ - React-jsi (= 0.79.3)
2108
+ - React-logger (= 0.79.3)
2109
+ - React-perflogger (= 0.79.3)
2110
+ - ReactCommon/turbomodule/core (0.79.3):
2111
+ - DoubleConversion
2112
+ - fast_float (= 6.1.4)
2113
+ - fmt (= 11.0.2)
2114
+ - glog
2115
+ - hermes-engine
2116
+ - RCT-Folly (= 2024.11.18.00)
2117
+ - React-callinvoker (= 0.79.3)
2118
+ - React-cxxreact (= 0.79.3)
2119
+ - React-debug (= 0.79.3)
2120
+ - React-featureflags (= 0.79.3)
2121
+ - React-jsi (= 0.79.3)
2122
+ - React-logger (= 0.79.3)
2123
+ - React-perflogger (= 0.79.3)
2124
+ - React-utils (= 0.79.3)
2125
+ - RNFlashList (1.7.6):
2126
+ - DoubleConversion
2127
+ - glog
2128
+ - hermes-engine
2129
+ - RCT-Folly (= 2024.11.18.00)
2130
+ - RCTRequired
2131
+ - RCTTypeSafety
2132
+ - React-Core
2133
+ - React-debug
2134
+ - React-Fabric
2135
+ - React-featureflags
2136
+ - React-graphics
2137
+ - React-hermes
2138
+ - React-ImageManager
2139
+ - React-jsi
2140
+ - React-NativeModulesApple
2141
+ - React-RCTFabric
2142
+ - React-renderercss
2143
+ - React-rendererdebug
2144
+ - React-utils
2145
+ - ReactCodegen
2146
+ - ReactCommon/turbomodule/bridging
2147
+ - ReactCommon/turbomodule/core
2148
+ - Yoga
2149
+ - RNGestureHandler (2.24.0):
2150
+ - DoubleConversion
2151
+ - glog
2152
+ - hermes-engine
2153
+ - RCT-Folly (= 2024.11.18.00)
2154
+ - RCTRequired
2155
+ - RCTTypeSafety
2156
+ - React-Core
2157
+ - React-debug
2158
+ - React-Fabric
2159
+ - React-featureflags
2160
+ - React-graphics
2161
+ - React-hermes
2162
+ - React-ImageManager
2163
+ - React-jsi
2164
+ - React-NativeModulesApple
2165
+ - React-RCTFabric
2166
+ - React-renderercss
2167
+ - React-rendererdebug
2168
+ - React-utils
2169
+ - ReactCodegen
2170
+ - ReactCommon/turbomodule/bridging
2171
+ - ReactCommon/turbomodule/core
2172
+ - Yoga
2173
+ - RNReanimated (3.17.5):
2174
+ - DoubleConversion
2175
+ - glog
2176
+ - hermes-engine
2177
+ - RCT-Folly (= 2024.11.18.00)
2178
+ - RCTRequired
2179
+ - RCTTypeSafety
2180
+ - React-Core
2181
+ - React-debug
2182
+ - React-Fabric
2183
+ - React-featureflags
2184
+ - React-graphics
2185
+ - React-hermes
2186
+ - React-ImageManager
2187
+ - React-jsi
2188
+ - React-NativeModulesApple
2189
+ - React-RCTFabric
2190
+ - React-renderercss
2191
+ - React-rendererdebug
2192
+ - React-utils
2193
+ - ReactCodegen
2194
+ - ReactCommon/turbomodule/bridging
2195
+ - ReactCommon/turbomodule/core
2196
+ - RNReanimated/reanimated (= 3.17.5)
2197
+ - RNReanimated/worklets (= 3.17.5)
2198
+ - Yoga
2199
+ - RNReanimated/reanimated (3.17.5):
2200
+ - DoubleConversion
2201
+ - glog
2202
+ - hermes-engine
2203
+ - RCT-Folly (= 2024.11.18.00)
2204
+ - RCTRequired
2205
+ - RCTTypeSafety
2206
+ - React-Core
2207
+ - React-debug
2208
+ - React-Fabric
2209
+ - React-featureflags
2210
+ - React-graphics
2211
+ - React-hermes
2212
+ - React-ImageManager
2213
+ - React-jsi
2214
+ - React-NativeModulesApple
2215
+ - React-RCTFabric
2216
+ - React-renderercss
2217
+ - React-rendererdebug
2218
+ - React-utils
2219
+ - ReactCodegen
2220
+ - ReactCommon/turbomodule/bridging
2221
+ - ReactCommon/turbomodule/core
2222
+ - RNReanimated/reanimated/apple (= 3.17.5)
2223
+ - Yoga
2224
+ - RNReanimated/reanimated/apple (3.17.5):
2225
+ - DoubleConversion
2226
+ - glog
2227
+ - hermes-engine
2228
+ - RCT-Folly (= 2024.11.18.00)
2229
+ - RCTRequired
2230
+ - RCTTypeSafety
2231
+ - React-Core
2232
+ - React-debug
2233
+ - React-Fabric
2234
+ - React-featureflags
2235
+ - React-graphics
2236
+ - React-hermes
2237
+ - React-ImageManager
2238
+ - React-jsi
2239
+ - React-NativeModulesApple
2240
+ - React-RCTFabric
2241
+ - React-renderercss
2242
+ - React-rendererdebug
2243
+ - React-utils
2244
+ - ReactCodegen
2245
+ - ReactCommon/turbomodule/bridging
2246
+ - ReactCommon/turbomodule/core
2247
+ - Yoga
2248
+ - RNReanimated/worklets (3.17.5):
2249
+ - DoubleConversion
2250
+ - glog
2251
+ - hermes-engine
2252
+ - RCT-Folly (= 2024.11.18.00)
2253
+ - RCTRequired
2254
+ - RCTTypeSafety
2255
+ - React-Core
2256
+ - React-debug
2257
+ - React-Fabric
2258
+ - React-featureflags
2259
+ - React-graphics
2260
+ - React-hermes
2261
+ - React-ImageManager
2262
+ - React-jsi
2263
+ - React-NativeModulesApple
2264
+ - React-RCTFabric
2265
+ - React-renderercss
2266
+ - React-rendererdebug
2267
+ - React-utils
2268
+ - ReactCodegen
2269
+ - ReactCommon/turbomodule/bridging
2270
+ - ReactCommon/turbomodule/core
2271
+ - RNReanimated/worklets/apple (= 3.17.5)
2272
+ - Yoga
2273
+ - RNReanimated/worklets/apple (3.17.5):
2274
+ - DoubleConversion
2275
+ - glog
2276
+ - hermes-engine
2277
+ - RCT-Folly (= 2024.11.18.00)
2278
+ - RCTRequired
2279
+ - RCTTypeSafety
2280
+ - React-Core
2281
+ - React-debug
2282
+ - React-Fabric
2283
+ - React-featureflags
2284
+ - React-graphics
2285
+ - React-hermes
2286
+ - React-ImageManager
2287
+ - React-jsi
2288
+ - React-NativeModulesApple
2289
+ - React-RCTFabric
2290
+ - React-renderercss
2291
+ - React-rendererdebug
2292
+ - React-utils
2293
+ - ReactCodegen
2294
+ - ReactCommon/turbomodule/bridging
2295
+ - ReactCommon/turbomodule/core
2296
+ - Yoga
2297
+ - RNScreens (4.11.1):
2298
+ - DoubleConversion
2299
+ - glog
2300
+ - hermes-engine
2301
+ - RCT-Folly (= 2024.11.18.00)
2302
+ - RCTRequired
2303
+ - RCTTypeSafety
2304
+ - React-Core
2305
+ - React-debug
2306
+ - React-Fabric
2307
+ - React-featureflags
2308
+ - React-graphics
2309
+ - React-hermes
2310
+ - React-ImageManager
2311
+ - React-jsi
2312
+ - React-NativeModulesApple
2313
+ - React-RCTFabric
2314
+ - React-RCTImage
2315
+ - React-renderercss
2316
+ - React-rendererdebug
2317
+ - React-utils
2318
+ - ReactCodegen
2319
+ - ReactCommon/turbomodule/bridging
2320
+ - ReactCommon/turbomodule/core
2321
+ - RNScreens/common (= 4.11.1)
2322
+ - Yoga
2323
+ - RNScreens/common (4.11.1):
2324
+ - DoubleConversion
2325
+ - glog
2326
+ - hermes-engine
2327
+ - RCT-Folly (= 2024.11.18.00)
2328
+ - RCTRequired
2329
+ - RCTTypeSafety
2330
+ - React-Core
2331
+ - React-debug
2332
+ - React-Fabric
2333
+ - React-featureflags
2334
+ - React-graphics
2335
+ - React-hermes
2336
+ - React-ImageManager
2337
+ - React-jsi
2338
+ - React-NativeModulesApple
2339
+ - React-RCTFabric
2340
+ - React-RCTImage
2341
+ - React-renderercss
2342
+ - React-rendererdebug
2343
+ - React-utils
2344
+ - ReactCodegen
2345
+ - ReactCommon/turbomodule/bridging
2346
+ - ReactCommon/turbomodule/core
2347
+ - Yoga
2348
+ - SocketRocket (0.7.1)
2349
+ - Yoga (0.0.0)
2350
+
2351
+ DEPENDENCIES:
2352
+ - boost (from `../node_modules/react-native/third-party-podspecs/boost.podspec`)
2353
+ - DoubleConversion (from `../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec`)
2354
+ - EXConstants (from `../node_modules/expo-constants/ios`)
2355
+ - EXJSONUtils (from `../node_modules/expo-json-utils/ios`)
2356
+ - EXManifests (from `../node_modules/expo-manifests/ios`)
2357
+ - Expo (from `../node_modules/expo`)
2358
+ - expo-dev-client (from `../node_modules/expo-dev-client/ios`)
2359
+ - expo-dev-launcher (from `../node_modules/expo-dev-launcher`)
2360
+ - expo-dev-menu (from `../node_modules/expo-dev-menu`)
2361
+ - expo-dev-menu-interface (from `../node_modules/expo-dev-menu-interface/ios`)
2362
+ - ExpoAsset (from `../node_modules/expo-asset/ios`)
2363
+ - ExpoBlur (from `../node_modules/expo-blur/ios`)
2364
+ - ExpoFileSystem (from `../node_modules/expo-file-system/ios`)
2365
+ - ExpoFont (from `../node_modules/expo-font/ios`)
2366
+ - ExpoHaptics (from `../node_modules/expo-haptics/ios`)
2367
+ - ExpoHead (from `../node_modules/expo-router/ios`)
2368
+ - ExpoKeepAwake (from `../node_modules/expo-keep-awake/ios`)
2369
+ - ExpoLinearGradient (from `../node_modules/expo-linear-gradient/ios`)
2370
+ - ExpoLinking (from `../node_modules/expo-linking/ios`)
2371
+ - ExpoModulesCore (from `../node_modules/expo-modules-core`)
2372
+ - ExpoSplashScreen (from `../node_modules/expo-splash-screen/ios`)
2373
+ - ExpoSymbols (from `../node_modules/expo-symbols/ios`)
2374
+ - ExpoSystemUI (from `../node_modules/expo-system-ui/ios`)
2375
+ - ExpoWebBrowser (from `../node_modules/expo-web-browser/ios`)
2376
+ - EXUpdatesInterface (from `../node_modules/expo-updates-interface/ios`)
2377
+ - fast_float (from `../node_modules/react-native/third-party-podspecs/fast_float.podspec`)
2378
+ - FBLazyVector (from `../node_modules/react-native/Libraries/FBLazyVector`)
2379
+ - fmt (from `../node_modules/react-native/third-party-podspecs/fmt.podspec`)
2380
+ - glog (from `../node_modules/react-native/third-party-podspecs/glog.podspec`)
2381
+ - hermes-engine (from `../node_modules/react-native/sdks/hermes-engine/hermes-engine.podspec`)
2382
+ - RCT-Folly (from `../node_modules/react-native/third-party-podspecs/RCT-Folly.podspec`)
2383
+ - RCT-Folly/Fabric (from `../node_modules/react-native/third-party-podspecs/RCT-Folly.podspec`)
2384
+ - RCTDeprecation (from `../node_modules/react-native/ReactApple/Libraries/RCTFoundation/RCTDeprecation`)
2385
+ - RCTRequired (from `../node_modules/react-native/Libraries/Required`)
2386
+ - RCTTypeSafety (from `../node_modules/react-native/Libraries/TypeSafety`)
2387
+ - React (from `../node_modules/react-native/`)
2388
+ - React-callinvoker (from `../node_modules/react-native/ReactCommon/callinvoker`)
2389
+ - React-Core (from `../node_modules/react-native/`)
2390
+ - React-Core/RCTWebSocket (from `../node_modules/react-native/`)
2391
+ - React-CoreModules (from `../node_modules/react-native/React/CoreModules`)
2392
+ - React-cxxreact (from `../node_modules/react-native/ReactCommon/cxxreact`)
2393
+ - React-debug (from `../node_modules/react-native/ReactCommon/react/debug`)
2394
+ - React-defaultsnativemodule (from `../node_modules/react-native/ReactCommon/react/nativemodule/defaults`)
2395
+ - React-domnativemodule (from `../node_modules/react-native/ReactCommon/react/nativemodule/dom`)
2396
+ - React-Fabric (from `../node_modules/react-native/ReactCommon`)
2397
+ - React-FabricComponents (from `../node_modules/react-native/ReactCommon`)
2398
+ - React-FabricImage (from `../node_modules/react-native/ReactCommon`)
2399
+ - React-featureflags (from `../node_modules/react-native/ReactCommon/react/featureflags`)
2400
+ - React-featureflagsnativemodule (from `../node_modules/react-native/ReactCommon/react/nativemodule/featureflags`)
2401
+ - React-graphics (from `../node_modules/react-native/ReactCommon/react/renderer/graphics`)
2402
+ - React-hermes (from `../node_modules/react-native/ReactCommon/hermes`)
2403
+ - React-idlecallbacksnativemodule (from `../node_modules/react-native/ReactCommon/react/nativemodule/idlecallbacks`)
2404
+ - React-ImageManager (from `../node_modules/react-native/ReactCommon/react/renderer/imagemanager/platform/ios`)
2405
+ - React-jserrorhandler (from `../node_modules/react-native/ReactCommon/jserrorhandler`)
2406
+ - React-jsi (from `../node_modules/react-native/ReactCommon/jsi`)
2407
+ - React-jsiexecutor (from `../node_modules/react-native/ReactCommon/jsiexecutor`)
2408
+ - React-jsinspector (from `../node_modules/react-native/ReactCommon/jsinspector-modern`)
2409
+ - React-jsinspectortracing (from `../node_modules/react-native/ReactCommon/jsinspector-modern/tracing`)
2410
+ - React-jsitooling (from `../node_modules/react-native/ReactCommon/jsitooling`)
2411
+ - React-jsitracing (from `../node_modules/react-native/ReactCommon/hermes/executor/`)
2412
+ - React-logger (from `../node_modules/react-native/ReactCommon/logger`)
2413
+ - React-Mapbuffer (from `../node_modules/react-native/ReactCommon`)
2414
+ - React-microtasksnativemodule (from `../node_modules/react-native/ReactCommon/react/nativemodule/microtasks`)
2415
+ - react-native-keyboard-controller (from `../node_modules/react-native-keyboard-controller`)
2416
+ - react-native-safe-area-context (from `../node_modules/react-native-safe-area-context`)
2417
+ - react-native-webview (from `../node_modules/react-native-webview`)
2418
+ - React-NativeModulesApple (from `../node_modules/react-native/ReactCommon/react/nativemodule/core/platform/ios`)
2419
+ - React-oscompat (from `../node_modules/react-native/ReactCommon/oscompat`)
2420
+ - React-perflogger (from `../node_modules/react-native/ReactCommon/reactperflogger`)
2421
+ - React-performancetimeline (from `../node_modules/react-native/ReactCommon/react/performance/timeline`)
2422
+ - React-RCTActionSheet (from `../node_modules/react-native/Libraries/ActionSheetIOS`)
2423
+ - React-RCTAnimation (from `../node_modules/react-native/Libraries/NativeAnimation`)
2424
+ - React-RCTAppDelegate (from `../node_modules/react-native/Libraries/AppDelegate`)
2425
+ - React-RCTBlob (from `../node_modules/react-native/Libraries/Blob`)
2426
+ - React-RCTFabric (from `../node_modules/react-native/React`)
2427
+ - React-RCTFBReactNativeSpec (from `../node_modules/react-native/React`)
2428
+ - React-RCTImage (from `../node_modules/react-native/Libraries/Image`)
2429
+ - React-RCTLinking (from `../node_modules/react-native/Libraries/LinkingIOS`)
2430
+ - React-RCTNetwork (from `../node_modules/react-native/Libraries/Network`)
2431
+ - React-RCTRuntime (from `../node_modules/react-native/React/Runtime`)
2432
+ - React-RCTSettings (from `../node_modules/react-native/Libraries/Settings`)
2433
+ - React-RCTText (from `../node_modules/react-native/Libraries/Text`)
2434
+ - React-RCTVibration (from `../node_modules/react-native/Libraries/Vibration`)
2435
+ - React-rendererconsistency (from `../node_modules/react-native/ReactCommon/react/renderer/consistency`)
2436
+ - React-renderercss (from `../node_modules/react-native/ReactCommon/react/renderer/css`)
2437
+ - React-rendererdebug (from `../node_modules/react-native/ReactCommon/react/renderer/debug`)
2438
+ - React-rncore (from `../node_modules/react-native/ReactCommon`)
2439
+ - React-RuntimeApple (from `../node_modules/react-native/ReactCommon/react/runtime/platform/ios`)
2440
+ - React-RuntimeCore (from `../node_modules/react-native/ReactCommon/react/runtime`)
2441
+ - React-runtimeexecutor (from `../node_modules/react-native/ReactCommon/runtimeexecutor`)
2442
+ - React-RuntimeHermes (from `../node_modules/react-native/ReactCommon/react/runtime`)
2443
+ - React-runtimescheduler (from `../node_modules/react-native/ReactCommon/react/renderer/runtimescheduler`)
2444
+ - React-timing (from `../node_modules/react-native/ReactCommon/react/timing`)
2445
+ - React-utils (from `../node_modules/react-native/ReactCommon/react/utils`)
2446
+ - ReactAppDependencyProvider (from `build/generated/ios`)
2447
+ - ReactCodegen (from `build/generated/ios`)
2448
+ - ReactCommon/turbomodule/core (from `../node_modules/react-native/ReactCommon`)
2449
+ - "RNFlashList (from `../node_modules/@shopify/flash-list`)"
2450
+ - RNGestureHandler (from `../node_modules/react-native-gesture-handler`)
2451
+ - RNReanimated (from `../node_modules/react-native-reanimated`)
2452
+ - RNScreens (from `../node_modules/react-native-screens`)
2453
+ - Yoga (from `../node_modules/react-native/ReactCommon/yoga`)
2454
+
2455
+ SPEC REPOS:
2456
+ trunk:
2457
+ - SocketRocket
2458
+
2459
+ EXTERNAL SOURCES:
2460
+ boost:
2461
+ :podspec: "../node_modules/react-native/third-party-podspecs/boost.podspec"
2462
+ DoubleConversion:
2463
+ :podspec: "../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec"
2464
+ EXConstants:
2465
+ :path: "../node_modules/expo-constants/ios"
2466
+ EXJSONUtils:
2467
+ :path: "../node_modules/expo-json-utils/ios"
2468
+ EXManifests:
2469
+ :path: "../node_modules/expo-manifests/ios"
2470
+ Expo:
2471
+ :path: "../node_modules/expo"
2472
+ expo-dev-client:
2473
+ :path: "../node_modules/expo-dev-client/ios"
2474
+ expo-dev-launcher:
2475
+ :path: "../node_modules/expo-dev-launcher"
2476
+ expo-dev-menu:
2477
+ :path: "../node_modules/expo-dev-menu"
2478
+ expo-dev-menu-interface:
2479
+ :path: "../node_modules/expo-dev-menu-interface/ios"
2480
+ ExpoAsset:
2481
+ :path: "../node_modules/expo-asset/ios"
2482
+ ExpoBlur:
2483
+ :path: "../node_modules/expo-blur/ios"
2484
+ ExpoFileSystem:
2485
+ :path: "../node_modules/expo-file-system/ios"
2486
+ ExpoFont:
2487
+ :path: "../node_modules/expo-font/ios"
2488
+ ExpoHaptics:
2489
+ :path: "../node_modules/expo-haptics/ios"
2490
+ ExpoHead:
2491
+ :path: "../node_modules/expo-router/ios"
2492
+ ExpoKeepAwake:
2493
+ :path: "../node_modules/expo-keep-awake/ios"
2494
+ ExpoLinearGradient:
2495
+ :path: "../node_modules/expo-linear-gradient/ios"
2496
+ ExpoLinking:
2497
+ :path: "../node_modules/expo-linking/ios"
2498
+ ExpoModulesCore:
2499
+ :path: "../node_modules/expo-modules-core"
2500
+ ExpoSplashScreen:
2501
+ :path: "../node_modules/expo-splash-screen/ios"
2502
+ ExpoSymbols:
2503
+ :path: "../node_modules/expo-symbols/ios"
2504
+ ExpoSystemUI:
2505
+ :path: "../node_modules/expo-system-ui/ios"
2506
+ ExpoWebBrowser:
2507
+ :path: "../node_modules/expo-web-browser/ios"
2508
+ EXUpdatesInterface:
2509
+ :path: "../node_modules/expo-updates-interface/ios"
2510
+ fast_float:
2511
+ :podspec: "../node_modules/react-native/third-party-podspecs/fast_float.podspec"
2512
+ FBLazyVector:
2513
+ :path: "../node_modules/react-native/Libraries/FBLazyVector"
2514
+ fmt:
2515
+ :podspec: "../node_modules/react-native/third-party-podspecs/fmt.podspec"
2516
+ glog:
2517
+ :podspec: "../node_modules/react-native/third-party-podspecs/glog.podspec"
2518
+ hermes-engine:
2519
+ :podspec: "../node_modules/react-native/sdks/hermes-engine/hermes-engine.podspec"
2520
+ :tag: hermes-2025-06-04-RNv0.79.3-7f9a871eefeb2c3852365ee80f0b6733ec12ac3b
2521
+ RCT-Folly:
2522
+ :podspec: "../node_modules/react-native/third-party-podspecs/RCT-Folly.podspec"
2523
+ RCTDeprecation:
2524
+ :path: "../node_modules/react-native/ReactApple/Libraries/RCTFoundation/RCTDeprecation"
2525
+ RCTRequired:
2526
+ :path: "../node_modules/react-native/Libraries/Required"
2527
+ RCTTypeSafety:
2528
+ :path: "../node_modules/react-native/Libraries/TypeSafety"
2529
+ React:
2530
+ :path: "../node_modules/react-native/"
2531
+ React-callinvoker:
2532
+ :path: "../node_modules/react-native/ReactCommon/callinvoker"
2533
+ React-Core:
2534
+ :path: "../node_modules/react-native/"
2535
+ React-CoreModules:
2536
+ :path: "../node_modules/react-native/React/CoreModules"
2537
+ React-cxxreact:
2538
+ :path: "../node_modules/react-native/ReactCommon/cxxreact"
2539
+ React-debug:
2540
+ :path: "../node_modules/react-native/ReactCommon/react/debug"
2541
+ React-defaultsnativemodule:
2542
+ :path: "../node_modules/react-native/ReactCommon/react/nativemodule/defaults"
2543
+ React-domnativemodule:
2544
+ :path: "../node_modules/react-native/ReactCommon/react/nativemodule/dom"
2545
+ React-Fabric:
2546
+ :path: "../node_modules/react-native/ReactCommon"
2547
+ React-FabricComponents:
2548
+ :path: "../node_modules/react-native/ReactCommon"
2549
+ React-FabricImage:
2550
+ :path: "../node_modules/react-native/ReactCommon"
2551
+ React-featureflags:
2552
+ :path: "../node_modules/react-native/ReactCommon/react/featureflags"
2553
+ React-featureflagsnativemodule:
2554
+ :path: "../node_modules/react-native/ReactCommon/react/nativemodule/featureflags"
2555
+ React-graphics:
2556
+ :path: "../node_modules/react-native/ReactCommon/react/renderer/graphics"
2557
+ React-hermes:
2558
+ :path: "../node_modules/react-native/ReactCommon/hermes"
2559
+ React-idlecallbacksnativemodule:
2560
+ :path: "../node_modules/react-native/ReactCommon/react/nativemodule/idlecallbacks"
2561
+ React-ImageManager:
2562
+ :path: "../node_modules/react-native/ReactCommon/react/renderer/imagemanager/platform/ios"
2563
+ React-jserrorhandler:
2564
+ :path: "../node_modules/react-native/ReactCommon/jserrorhandler"
2565
+ React-jsi:
2566
+ :path: "../node_modules/react-native/ReactCommon/jsi"
2567
+ React-jsiexecutor:
2568
+ :path: "../node_modules/react-native/ReactCommon/jsiexecutor"
2569
+ React-jsinspector:
2570
+ :path: "../node_modules/react-native/ReactCommon/jsinspector-modern"
2571
+ React-jsinspectortracing:
2572
+ :path: "../node_modules/react-native/ReactCommon/jsinspector-modern/tracing"
2573
+ React-jsitooling:
2574
+ :path: "../node_modules/react-native/ReactCommon/jsitooling"
2575
+ React-jsitracing:
2576
+ :path: "../node_modules/react-native/ReactCommon/hermes/executor/"
2577
+ React-logger:
2578
+ :path: "../node_modules/react-native/ReactCommon/logger"
2579
+ React-Mapbuffer:
2580
+ :path: "../node_modules/react-native/ReactCommon"
2581
+ React-microtasksnativemodule:
2582
+ :path: "../node_modules/react-native/ReactCommon/react/nativemodule/microtasks"
2583
+ react-native-keyboard-controller:
2584
+ :path: "../node_modules/react-native-keyboard-controller"
2585
+ react-native-safe-area-context:
2586
+ :path: "../node_modules/react-native-safe-area-context"
2587
+ react-native-webview:
2588
+ :path: "../node_modules/react-native-webview"
2589
+ React-NativeModulesApple:
2590
+ :path: "../node_modules/react-native/ReactCommon/react/nativemodule/core/platform/ios"
2591
+ React-oscompat:
2592
+ :path: "../node_modules/react-native/ReactCommon/oscompat"
2593
+ React-perflogger:
2594
+ :path: "../node_modules/react-native/ReactCommon/reactperflogger"
2595
+ React-performancetimeline:
2596
+ :path: "../node_modules/react-native/ReactCommon/react/performance/timeline"
2597
+ React-RCTActionSheet:
2598
+ :path: "../node_modules/react-native/Libraries/ActionSheetIOS"
2599
+ React-RCTAnimation:
2600
+ :path: "../node_modules/react-native/Libraries/NativeAnimation"
2601
+ React-RCTAppDelegate:
2602
+ :path: "../node_modules/react-native/Libraries/AppDelegate"
2603
+ React-RCTBlob:
2604
+ :path: "../node_modules/react-native/Libraries/Blob"
2605
+ React-RCTFabric:
2606
+ :path: "../node_modules/react-native/React"
2607
+ React-RCTFBReactNativeSpec:
2608
+ :path: "../node_modules/react-native/React"
2609
+ React-RCTImage:
2610
+ :path: "../node_modules/react-native/Libraries/Image"
2611
+ React-RCTLinking:
2612
+ :path: "../node_modules/react-native/Libraries/LinkingIOS"
2613
+ React-RCTNetwork:
2614
+ :path: "../node_modules/react-native/Libraries/Network"
2615
+ React-RCTRuntime:
2616
+ :path: "../node_modules/react-native/React/Runtime"
2617
+ React-RCTSettings:
2618
+ :path: "../node_modules/react-native/Libraries/Settings"
2619
+ React-RCTText:
2620
+ :path: "../node_modules/react-native/Libraries/Text"
2621
+ React-RCTVibration:
2622
+ :path: "../node_modules/react-native/Libraries/Vibration"
2623
+ React-rendererconsistency:
2624
+ :path: "../node_modules/react-native/ReactCommon/react/renderer/consistency"
2625
+ React-renderercss:
2626
+ :path: "../node_modules/react-native/ReactCommon/react/renderer/css"
2627
+ React-rendererdebug:
2628
+ :path: "../node_modules/react-native/ReactCommon/react/renderer/debug"
2629
+ React-rncore:
2630
+ :path: "../node_modules/react-native/ReactCommon"
2631
+ React-RuntimeApple:
2632
+ :path: "../node_modules/react-native/ReactCommon/react/runtime/platform/ios"
2633
+ React-RuntimeCore:
2634
+ :path: "../node_modules/react-native/ReactCommon/react/runtime"
2635
+ React-runtimeexecutor:
2636
+ :path: "../node_modules/react-native/ReactCommon/runtimeexecutor"
2637
+ React-RuntimeHermes:
2638
+ :path: "../node_modules/react-native/ReactCommon/react/runtime"
2639
+ React-runtimescheduler:
2640
+ :path: "../node_modules/react-native/ReactCommon/react/renderer/runtimescheduler"
2641
+ React-timing:
2642
+ :path: "../node_modules/react-native/ReactCommon/react/timing"
2643
+ React-utils:
2644
+ :path: "../node_modules/react-native/ReactCommon/react/utils"
2645
+ ReactAppDependencyProvider:
2646
+ :path: build/generated/ios
2647
+ ReactCodegen:
2648
+ :path: build/generated/ios
2649
+ ReactCommon:
2650
+ :path: "../node_modules/react-native/ReactCommon"
2651
+ RNFlashList:
2652
+ :path: "../node_modules/@shopify/flash-list"
2653
+ RNGestureHandler:
2654
+ :path: "../node_modules/react-native-gesture-handler"
2655
+ RNReanimated:
2656
+ :path: "../node_modules/react-native-reanimated"
2657
+ RNScreens:
2658
+ :path: "../node_modules/react-native-screens"
2659
+ Yoga:
2660
+ :path: "../node_modules/react-native/ReactCommon/yoga"
2661
+
2662
+ SPEC CHECKSUMS:
2663
+ boost: 7e761d76ca2ce687f7cc98e698152abd03a18f90
2664
+ DoubleConversion: cb417026b2400c8f53ae97020b2be961b59470cb
2665
+ EXConstants: 9f310f44bfedba09087042756802040e464323c0
2666
+ EXJSONUtils: 1d3e4590438c3ee593684186007028a14b3686cd
2667
+ EXManifests: 951161dd9a63523c4eef0fa2a7476639a7ba230d
2668
+ Expo: 4e8bda07d30b024b1732f87843a5349a3ecc1316
2669
+ expo-dev-client: cdc6599329032065992014c40413afd46629a9bc
2670
+ expo-dev-launcher: 0dc31c4b9834d170745fbed01673279db732dc1d
2671
+ expo-dev-menu: e0a52332a0daa07b22ea61f9d8ff0b25bc7e3971
2672
+ expo-dev-menu-interface: 609c35ae8b97479cdd4c9e23c8cf6adc44beea0e
2673
+ ExpoAsset: 3bc9adb7dbbf27ae82c18ca97eb988a3ae7e73b1
2674
+ ExpoBlur: 3c8885b9bf9eef4309041ec87adec48b5f1986a9
2675
+ ExpoFileSystem: c36eb8155eb2381c83dda7dc210e3eec332368b6
2676
+ ExpoFont: abbb91a911eb961652c2b0a22eef801860425ed6
2677
+ ExpoHaptics: 0ff6e0d83cd891178a306e548da1450249d54500
2678
+ ExpoHead: 1e65b47330de2164c628da2bddf73d57cac123bf
2679
+ ExpoKeepAwake: bf0811570c8da182bfb879169437d4de298376e7
2680
+ ExpoLinearGradient: 7734c8059972fcf691fb4330bcdf3390960a152d
2681
+ ExpoLinking: b85ff4eafeae6fc638c6cace60007ae521af0ef4
2682
+ ExpoModulesCore: d431ffe83c8673d02cb38425594a5f5480fd3061
2683
+ ExpoSplashScreen: 03ef991c0f9575a10269e08083cb4bd10e0989bc
2684
+ ExpoSymbols: c5612a90fb9179cdaebcd19bea9d8c69e5d3b859
2685
+ ExpoSystemUI: 29fb31c0e06eea3f5d88299d5c290101fc69f61f
2686
+ ExpoWebBrowser: 06fb5f767f53ad53944b068cdd207984cb998712
2687
+ EXUpdatesInterface: 7ff005b7af94ee63fa452ea7bb95d7a8ff40277a
2688
+ fast_float: 06eeec4fe712a76acc9376682e4808b05ce978b6
2689
+ FBLazyVector: a62a7a5760929b6265e27bc01ab7598dde93ebd3
2690
+ fmt: a40bb5bd0294ea969aaaba240a927bd33d878cdd
2691
+ glog: 5683914934d5b6e4240e497e0f4a3b42d1854183
2692
+ hermes-engine: 94ed01537bdeccaab1adbf94b040d115d6fa1a7f
2693
+ RCT-Folly: e78785aa9ba2ed998ea4151e314036f6c49e6d82
2694
+ RCTDeprecation: c3e3f5b4ea83e7ff3bc86ce09e2a54b7affd687d
2695
+ RCTRequired: ee438439880dffc9425930d1dd1a3c883ee6879c
2696
+ RCTTypeSafety: fe728195791e1a0222aa83596a570cf377cd475e
2697
+ React: 114ee161feb204412580928b743e6716aebac987
2698
+ React-callinvoker: d175cf3640a993f6cd960044a7657543157f0ba9
2699
+ React-Core: cd487c9eeb125c902242bcc76ced12e14adf4ea4
2700
+ React-CoreModules: 202df4f342e5c2893d5d1899b2856879a90d4bf1
2701
+ React-cxxreact: 72be57cebb9976199e6130ec6f9d511c6ae3b310
2702
+ React-debug: 5414189118050ebad6c701942c01c63bb499f5a6
2703
+ React-defaultsnativemodule: d9683a9187744c14c6ce7eb1a1a3649d33591e43
2704
+ React-domnativemodule: ea54d8fd1ee946a97654635f5a4d9245f6588006
2705
+ React-Fabric: 3cdce860fd1079c27f8cd8e029f716e6c4b34a4e
2706
+ React-FabricComponents: 126c59bb8d69d795492e2a2c97a0c1738a29730b
2707
+ React-FabricImage: 6cf335909c59746e7aca2180901367978cc21959
2708
+ React-featureflags: 670eb7cdf1495ea7bf392f653c19268291acaad1
2709
+ React-featureflagsnativemodule: 16b4eae0bf4d838e0a807c6b0cde2b4ae84534ef
2710
+ React-graphics: 0d6b3201d0414e56897f09693df82d601cac0613
2711
+ React-hermes: a40e47b18c31efe4baa7942357e2327ddab63918
2712
+ React-idlecallbacksnativemodule: 37c6d6053ad5123405b0fbb695c44841273482dd
2713
+ React-ImageManager: 1f5cb695a06454329759bfce8548ac0d4fcd069e
2714
+ React-jserrorhandler: a8214a9f297af6ee3cb004e2cb5185214cfc4360
2715
+ React-jsi: ae02c9d6d68dbed80a9fde8f6d6198035ca154ce
2716
+ React-jsiexecutor: 8c266057f23430685a2d928703e77eda80e1742e
2717
+ React-jsinspector: 8789c28cbd63ff818d23550556490883caa89cdb
2718
+ React-jsinspectortracing: 150180f7ed6fd2252308b5608b62ea698ca087b6
2719
+ React-jsitooling: 1fd5c99a3688a5152781be4ecfb88ca9c6cb11d8
2720
+ React-jsitracing: c87b3d789f4d5053a2518fb8202c1e1ccd6848a9
2721
+ React-logger: 514fac028fee60c84591f951c7c04ba1c5023334
2722
+ React-Mapbuffer: fae8da2c01aeb7f26ad739731b6dba61fd02fd97
2723
+ React-microtasksnativemodule: 20454ffccff553f0ee73fd20873aa8555a5867fb
2724
+ react-native-keyboard-controller: 0617eae6fa22bc7ae111e3747498248e8fe719e0
2725
+ react-native-safe-area-context: 562163222d999b79a51577eda2ea8ad2c32b4d06
2726
+ react-native-webview: 520bcb79c3f2af91e157cdd695732a34ab5f25c8
2727
+ React-NativeModulesApple: 65b2735133d6ce8a3cb5f23215ef85e427b0139c
2728
+ React-oscompat: f26aa2a4adc84c34212ab12c07988fe19e9cf16a
2729
+ React-perflogger: e15a0d43d1928e1c82f4f0b7fc05f7e9bccfede8
2730
+ React-performancetimeline: 064f2767a5d4d71547ea32a3cd8a76a101dfd11f
2731
+ React-RCTActionSheet: c89c8b9b7c3ef87cb6a67e20f5eaea271f4b5f67
2732
+ React-RCTAnimation: e00af558ccb5fedd380ae32329be4c38e92e9b90
2733
+ React-RCTAppDelegate: 10d98d4867643322fa4fcd04548359ac88c74656
2734
+ React-RCTBlob: ef645bccf9c33d3b4391794983744da897474dfb
2735
+ React-RCTFabric: 06ff9416fc48742bba58ed81a0d0a62bf0f8c7ec
2736
+ React-RCTFBReactNativeSpec: e0942c2c7efa10303c63e287c1c1788aeb6d99ef
2737
+ React-RCTImage: 0e3669a0bda8995874736d0f8f12c21d522df3c4
2738
+ React-RCTLinking: bd81ec3d1b6686a7c58bc8ed8b7a1f05ff2b3f8b
2739
+ React-RCTNetwork: 20b8044841a043b80e7027e1bc4049ffa552d1fa
2740
+ React-RCTRuntime: 0084733b33619670bea35cb02c96412d9271718e
2741
+ React-RCTSettings: fa1d3e6c302e9980b5670315e2ccc998255ce32a
2742
+ React-RCTText: 71f01a9261c015b76702e9d7a4153c9ca45f2341
2743
+ React-RCTVibration: 0e05fa4647ec1391c409fcc1cbd7cdb4894d80ef
2744
+ React-rendererconsistency: 6a79c0a31890942940480f6e761365c4f604394f
2745
+ React-renderercss: 18c7ae4971ae6eb6c6c1d4c8f241a856a8e4243f
2746
+ React-rendererdebug: d621c08946310b44e58a80b6bf96a6c13e779cff
2747
+ React-rncore: 91456f1e8feadf5216b37073968c16c14061f8d7
2748
+ React-RuntimeApple: 013c318ce9b3506b4fc7abe67369fdd14fc18bea
2749
+ React-RuntimeCore: 66eaaf42eae393a1d592557493a70b80f051f885
2750
+ React-runtimeexecutor: 4e7bc0119ff38f80df43d109ef9508497cac1eee
2751
+ React-RuntimeHermes: 2878d6e471ac3eb88ecc946d07938c4f9ec4f63e
2752
+ React-runtimescheduler: ea0278e84e37a64a0f02b5bcb98fec1d49450fe7
2753
+ React-timing: 4e298a80e9a41c31d884df0422c9eb73a240ec0d
2754
+ React-utils: fbb79f805d13e0613bc1f799c7bbe5659a0d5ba9
2755
+ ReactAppDependencyProvider: e6d0c3c3cc9862a3ccef0c252835cd7ccb96313d
2756
+ ReactCodegen: c2f2ec5dd32215237420bedebae0e66867e1e8ea
2757
+ ReactCommon: e243aa261effc83c10208f0794bade55ca9ae5b6
2758
+ RNFlashList: 7ad51f0d0d51a3b7b1d1bb07947b927cb352afc4
2759
+ RNGestureHandler: 7d0931a61d7ba0259f32db0ba7d0963c3ed15d2b
2760
+ RNReanimated: 2313402fe27fecb7237619e9c6fcee3177f08a65
2761
+ RNScreens: 482e9707f9826230810c92e765751af53826d509
2762
+ SocketRocket: d4aabe649be1e368d1318fdf28a022d714d65748
2763
+ Yoga: 29f74a5b77dca8c37669e1e1e867e5f4e12407df
2764
+
2765
+ PODFILE CHECKSUM: 004ef500dfc8a0626cbc093b99382a25d37b8d29
2766
+
2767
+ COCOAPODS: 1.16.2