Skip to content

Commit

Permalink
update deps and attempt to work around facebook/react-native#43335
Browse files Browse the repository at this point in the history
  • Loading branch information
phoenixy1 committed Mar 22, 2024
1 parent a183c26 commit 630866a
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 12 deletions.
2 changes: 2 additions & 0 deletions react_native/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ Ensure you're using Node 20; you can run `nvm use` to make sure you are using a

Navigate to the **ios/** folder and run `pod install` to install all necessary iOS dependencies.

If `pod install` fails, you may need to first install the required version of Ruby and/or cocoapods. You can use `rbenv` to manage your Ruby version and then `rbenv install 3.3.0`. To install cocoapods, run `sudo gem install cocoapods`.

#### Equip the app with API credentials

Copy the contents of **.env.example** to a new file called **.env**:
Expand Down
2 changes: 1 addition & 1 deletion react_native/TinyQuickstartReactNative/.ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.3
3.3.0
20 changes: 10 additions & 10 deletions react_native/TinyQuickstartReactNative/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ PODS:
- hermes-engine/Pre-built (0.71.14)
- libevent (2.1.12)
- OpenSSL-Universal (1.1.1100)
- Plaid (5.0.0)
- Plaid (5.3.1)
- RCT-Folly (2021.07.22.00):
- boost
- DoubleConversion
Expand Down Expand Up @@ -330,10 +330,10 @@ PODS:
- React-jsinspector (0.71.14)
- React-logger (0.71.14):
- glog
- react-native-plaid-link-sdk (11.0.3):
- Plaid (~> 5.0.0)
- react-native-plaid-link-sdk (11.6.0):
- Plaid (~> 5.3.1)
- React-Core
- react-native-safe-area-context (4.8.2):
- react-native-safe-area-context (4.9.0):
- React-Core
- React-perflogger (0.71.14)
- React-RCTActionSheet (0.71.14):
Expand Down Expand Up @@ -421,7 +421,7 @@ PODS:
- React-perflogger (= 0.71.14)
- RNCClipboard (1.5.1):
- React-Core
- RNGestureHandler (2.14.0):
- RNGestureHandler (2.15.0):
- RCT-Folly (= 2021.07.22.00)
- React-Core
- RNScreens (3.29.0):
Expand Down Expand Up @@ -617,7 +617,7 @@ SPEC CHECKSUMS:
hermes-engine: d7cc127932c89c53374452d6f93473f1970d8e88
libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913
OpenSSL-Universal: ebc357f1e6bc71fa463ccb2fe676756aff50e88c
Plaid: c5da02bbacd3065116e52d2e0405c2718e34917e
Plaid: d6a4901b2474faac2f7c7871cdabcf916c444fb4
RCT-Folly: 424b8c9a7a0b9ab2886ffe9c3b041ef628fd4fb1
RCTRequired: e9df143e880d0e879e7a498dc06923d728809c79
RCTTypeSafety: c2d89c8308829c12c038ec1f431191eaa0d8c15c
Expand All @@ -632,8 +632,8 @@ SPEC CHECKSUMS:
React-jsiexecutor: 94cfc1788637ceaf8841ef1f69b10cc0d62baadc
React-jsinspector: 7bf923954b4e035f494b01ac16633963412660d7
React-logger: 655ff5db8bd922acfbe76a4983ffab048916343e
react-native-plaid-link-sdk: 54173417f7fa05746b19435dc500f7b90d9efe3a
react-native-safe-area-context: 0ee144a6170530ccc37a0fd9388e28d06f516a89
react-native-plaid-link-sdk: 3f208a472b285df6f8479a8373b87c3eabba3db0
react-native-safe-area-context: b97eb6f9e3b7f437806c2ce5983f479f8eb5de4b
React-perflogger: 4987ad83731c23d11813c84263963b0d3028c966
React-RCTActionSheet: 5ad952b2a9740d87a5bd77280c4bc23f6f89ea0c
React-RCTAnimation: d2de22af3f536cc80bb5b3918e1a455114d1b985
Expand All @@ -648,12 +648,12 @@ SPEC CHECKSUMS:
React-runtimeexecutor: ffe826b7b1cfbc32a35ed5b64d5886c0ff75f501
ReactCommon: 7f3dd5e98a9ec627c6b03d26c062bf37ea9fc888
RNCClipboard: 41d8d918092ae8e676f18adada19104fa3e68495
RNGestureHandler: 32a01c29ecc9bb0b5bf7bc0a33547f61b4dc2741
RNGestureHandler: 7909c50383a18f0cb10ce1db7262b9a6da504c03
RNScreens: 3c5b9f4a9dcde752466854b6109b79c0e205dad3
SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17
Yoga: e71803b4c1fff832ccf9b92541e00f9b873119b9
YogaKit: f782866e155069a2cca2517aafea43200b01fd5a

PODFILE CHECKSUM: 0193b0b19825d171dbeef902b7c5a24c23c2f3f8

COCOAPODS: 1.14.3
COCOAPODS: 1.15.2
2 changes: 1 addition & 1 deletion react_native/TinyQuickstartReactNative/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"express-session": "^1.17.3",
"plaid": "^21.0.0",
"react": "18.2.0",
"react-native": "0.71.14",
"react-native": "0.73.6",
"react-native-gesture-handler": "^2.7.0",
"react-native-plaid-link-sdk": "^11.0.3",
"react-native-safe-area-context": "^4.4.1",
Expand Down

0 comments on commit 630866a

Please sign in to comment.