@@ -954,9 +954,16 @@ PODS:
954
954
- RCTTypeSafety
955
955
- React-Core
956
956
- ReactCommon/turbomodule/core
957
+ - react-native-slider (4.4.2):
958
+ - React-Core
957
959
- react-native-track-player (3.2.0):
958
960
- React-Core
959
961
- SwiftAudioEx (= 0.15.3)
962
+ - react-native-video (5.2.1):
963
+ - React-Core
964
+ - react-native-video/Video (= 5.2.1)
965
+ - react-native-video/Video (5.2.1):
966
+ - React-Core
960
967
- React-perflogger (0.71.5)
961
968
- React-RCTActionSheet (0.71.5):
962
969
- React-Core/RCTActionSheetHeaders (= 0.71.5)
@@ -1054,6 +1061,33 @@ PODS:
1054
1061
- RNFBApp
1055
1062
- RNGestureHandler (2.9.0):
1056
1063
- React-Core
1064
+ - RNReanimated (3.0.0):
1065
+ - DoubleConversion
1066
+ - FBLazyVector
1067
+ - FBReactNativeSpec
1068
+ - glog
1069
+ - RCT-Folly
1070
+ - RCTRequired
1071
+ - RCTTypeSafety
1072
+ - React-callinvoker
1073
+ - React-Core
1074
+ - React-Core/DevSupport
1075
+ - React-Core/RCTWebSocket
1076
+ - React-CoreModules
1077
+ - React-cxxreact
1078
+ - React-jsi
1079
+ - React-jsiexecutor
1080
+ - React-jsinspector
1081
+ - React-RCTActionSheet
1082
+ - React-RCTAnimation
1083
+ - React-RCTBlob
1084
+ - React-RCTImage
1085
+ - React-RCTLinking
1086
+ - React-RCTNetwork
1087
+ - React-RCTSettings
1088
+ - React-RCTText
1089
+ - ReactCommon/turbomodule/core
1090
+ - Yoga
1057
1091
- RNScreens (3.20.0):
1058
1092
- React-Core
1059
1093
- React-RCTImage
@@ -1086,7 +1120,9 @@ DEPENDENCIES:
1086
1120
- React-jsinspector (from `../node_modules/react-native/ReactCommon/jsinspector`)
1087
1121
- React-logger (from `../node_modules/react-native/ReactCommon/logger`)
1088
1122
- react-native-safe-area-context (from `../node_modules/react-native-safe-area-context`)
1123
+ - "react-native-slider (from `../node_modules/@react-native-community/slider`)"
1089
1124
- react-native-track-player (from `../node_modules/react-native-track-player`)
1125
+ - react-native-video (from `../node_modules/react-native-video`)
1090
1126
- React-perflogger (from `../node_modules/react-native/ReactCommon/reactperflogger`)
1091
1127
- React-RCTActionSheet (from `../node_modules/react-native/Libraries/ActionSheetIOS`)
1092
1128
- React-RCTAnimation (from `../node_modules/react-native/Libraries/NativeAnimation`)
@@ -1105,6 +1141,7 @@ DEPENDENCIES:
1105
1141
- "RNFBAuth (from `../node_modules/@react-native-firebase/auth`)"
1106
1142
- "RNFBFirestore (from `../node_modules/@react-native-firebase/firestore`)"
1107
1143
- RNGestureHandler (from `../node_modules/react-native-gesture-handler`)
1144
+ - RNReanimated (from `../node_modules/react-native-reanimated`)
1108
1145
- RNScreens (from `../node_modules/react-native-screens`)
1109
1146
- RNSVG (from `../node_modules/react-native-svg`)
1110
1147
- RNVectorIcons (from `../node_modules/react-native-vector-icons`)
@@ -1171,8 +1208,12 @@ EXTERNAL SOURCES:
1171
1208
:path: "../node_modules/react-native/ReactCommon/logger"
1172
1209
react-native-safe-area-context:
1173
1210
:path: "../node_modules/react-native-safe-area-context"
1211
+ react-native-slider:
1212
+ :path: "../node_modules/@react-native-community/slider"
1174
1213
react-native-track-player:
1175
1214
:path: "../node_modules/react-native-track-player"
1215
+ react-native-video:
1216
+ :path: "../node_modules/react-native-video"
1176
1217
React-perflogger:
1177
1218
:path: "../node_modules/react-native/ReactCommon/reactperflogger"
1178
1219
React-RCTActionSheet:
@@ -1209,6 +1250,8 @@ EXTERNAL SOURCES:
1209
1250
:path: "../node_modules/@react-native-firebase/firestore"
1210
1251
RNGestureHandler:
1211
1252
:path: "../node_modules/react-native-gesture-handler"
1253
+ RNReanimated:
1254
+ :path: "../node_modules/react-native-reanimated"
1212
1255
RNScreens:
1213
1256
:path: "../node_modules/react-native-screens"
1214
1257
RNSVG:
@@ -1255,7 +1298,9 @@ SPEC CHECKSUMS:
1255
1298
React-jsinspector: 14a342151ab810862998dfc99e2720746734e9b3
1256
1299
React-logger: 94ec392ae471683635e4bf874d4e82f675399d2d
1257
1300
react-native-safe-area-context: 39c2d8be3328df5d437ac1700f4f3a4f75716acc
1301
+ react-native-slider: 33b8d190b59d4f67a541061bb91775d53d617d9d
1258
1302
react-native-track-player: 0c26d981b5097910486cbbeb6d8f5352d41be069
1303
+ react-native-video: c26780b224543c62d5e1b2a7244a5cd1b50e8253
1259
1304
React-perflogger: 883a55a9a899535eaf06d0029108ef9ef22cce92
1260
1305
React-RCTActionSheet: 1a3b8416688a3d291367be645022886f71d6842a
1261
1306
React-RCTAnimation: e5560cb72d91ba35151d51e2eb0d467b42763f43
@@ -1274,6 +1319,7 @@ SPEC CHECKSUMS:
1274
1319
RNFBAuth: d30acc0f5f169bc28c7fcbf1b45cd061cc647590
1275
1320
RNFBFirestore: c505e6f96e70fb029ae1961c73965fd13ce92db5
1276
1321
RNGestureHandler: 071d7a9ad81e8b83fe7663b303d132406a7d8f39
1322
+ RNReanimated: a71e12c5fcf4f01bd7cfc286cb83467cab89e5c2
1277
1323
RNScreens: 218801c16a2782546d30bd2026bb625c0302d70f
1278
1324
RNSVG: 53c661b76829783cdaf9b7a57258f3d3b4c28315
1279
1325
RNVectorIcons: fcc2f6cb32f5735b586e66d14103a74ce6ad61f8
0 commit comments