Skip to content

Commit

Permalink
updated project (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulniraula2 authored Mar 10, 2024
1 parent 440397b commit d596ad1
Show file tree
Hide file tree
Showing 5 changed files with 115 additions and 79 deletions.
32 changes: 26 additions & 6 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -640,13 +640,13 @@ PODS:
- ExpoModulesCore
- EXFont (11.10.3):
- ExpoModulesCore
- Expo (50.0.8):
- Expo (50.0.11):
- ExpoModulesCore
- ExpoFileSystem (16.0.7):
- ExpoFileSystem (16.0.8):
- ExpoModulesCore
- ExpoKeepAwake (12.8.2):
- ExpoModulesCore
- ExpoModulesCore (1.11.9):
- ExpoModulesCore (1.11.10):
- glog
- RCT-Folly (= 2022.05.16.00)
- React-Core
Expand Down Expand Up @@ -1844,6 +1844,8 @@ PODS:
- React-jsi (= 0.73.4)
- React-logger (= 0.73.4)
- React-perflogger (= 0.73.4)
- RNCAsyncStorage (1.21.0):
- React-Core
- RNFBApp (18.9.0):
- Firebase/CoreOnly (= 10.20.0)
- React-Core
Expand All @@ -1860,6 +1862,12 @@ PODS:
- glog
- RCT-Folly (= 2022.05.16.00)
- React-Core
- RNSVG (14.1.0):
- React-Core
- RNVectorIcons (10.0.3):
- glog
- RCT-Folly (= 2022.05.16.00)
- React-Core
- SocketRocket (0.6.1)
- Yoga (1.14.0)

Expand Down Expand Up @@ -1923,10 +1931,13 @@ DEPENDENCIES:
- React-runtimescheduler (from `../node_modules/react-native/ReactCommon/react/renderer/runtimescheduler`)
- React-utils (from `../node_modules/react-native/ReactCommon/react/utils`)
- ReactCommon/turbomodule/core (from `../node_modules/react-native/ReactCommon`)
- "RNCAsyncStorage (from `../node_modules/@react-native-async-storage/async-storage`)"
- "RNFBApp (from `../node_modules/@react-native-firebase/app`)"
- "RNFBFirestore (from `../node_modules/@react-native-firebase/firestore`)"
- RNGestureHandler (from `../node_modules/react-native-gesture-handler`)
- RNScreens (from `../node_modules/react-native-screens`)
- RNSVG (from `../node_modules/react-native-svg`)
- RNVectorIcons (from `../node_modules/react-native-vector-icons`)
- Yoga (from `../node_modules/react-native/ReactCommon/yoga`)

SPEC REPOS:
Expand Down Expand Up @@ -2067,6 +2078,8 @@ EXTERNAL SOURCES:
:path: "../node_modules/react-native/ReactCommon/react/utils"
ReactCommon:
:path: "../node_modules/react-native/ReactCommon"
RNCAsyncStorage:
:path: "../node_modules/@react-native-async-storage/async-storage"
RNFBApp:
:path: "../node_modules/@react-native-firebase/app"
RNFBFirestore:
Expand All @@ -2075,6 +2088,10 @@ EXTERNAL SOURCES:
:path: "../node_modules/react-native-gesture-handler"
RNScreens:
:path: "../node_modules/react-native-screens"
RNSVG:
:path: "../node_modules/react-native-svg"
RNVectorIcons:
:path: "../node_modules/react-native-vector-icons"
Yoga:
:path: "../node_modules/react-native/ReactCommon/yoga"

Expand All @@ -2085,10 +2102,10 @@ SPEC CHECKSUMS:
DoubleConversion: fea03f2699887d960129cc54bba7e52542b6f953
EXConstants: 988aa430ca0f76b43cd46b66e7fae3287f9cc2fc
EXFont: f20669cb266ef48b004f1eb1f2b20db96cd1df9f
Expo: c2d3edc1b1e833e26d837b03aa46d9137ca63302
ExpoFileSystem: c7488590959bf85ebc114909eb8186cbd62e3a25
Expo: bbffa600c41f904151a925e5a214d1f4c5a79794
ExpoFileSystem: eecaf6796aed0f4dd20042dc2ca2cac6c4bc1185
ExpoKeepAwake: 0f5cad99603a3268e50af9a6eb8b76d0d9ac956c
ExpoModulesCore: e3935209adc73469033e62992a504077def5bd40
ExpoModulesCore: cd59fedc5d2aed9122374a8c616647a5a46f75ec
FBLazyVector: 84f6edbe225f38aebd9deaf1540a4160b1f087d7
FBReactNativeSpec: d0086a479be91c44ce4687a962956a352d2dc697
Firebase: 10c8cb12fb7ad2ae0c09ffc86cd9c1ab392a0031
Expand Down Expand Up @@ -2155,10 +2172,13 @@ SPEC CHECKSUMS:
React-runtimescheduler: 1c054b58fef2ce74cdcbdcd70db190e10f56a617
React-utils: 21a798438d45e70ed9c2e2fe0894ee32ba7b7c5b
ReactCommon: dcc65c813041388dead6c8b477444757425ce961
RNCAsyncStorage: 618d03a5f52fbccb3d7010076bc54712844c18ef
RNFBApp: a3e139715386fe79a09c387f2dbeb6890eb05b39
RNFBFirestore: 8cf9607327bc393701490344746962808ba5fd9b
RNGestureHandler: 28bdf9a766c081e603120f79e925b72817c751c6
RNScreens: 2b73f5eb2ac5d94fbd61fa4be0bfebd345716825
RNSVG: ba3e7232f45e34b7b47e74472386cf4e1a676d0a
RNVectorIcons: ee070291bc6c7b4c880181b214534d4657ea1905
SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17
Yoga: 1b901a6d6eeba4e8a2e8f308f708691cdb5db312

Expand Down
Loading

0 comments on commit d596ad1

Please sign in to comment.