Skip to content

Commit

Permalink
pods and dependenc updates
Browse files Browse the repository at this point in the history
  • Loading branch information
lcflight committed Jan 31, 2024
1 parent f4a3e2b commit f7979ee
Show file tree
Hide file tree
Showing 6 changed files with 72 additions and 73 deletions.
12 changes: 1 addition & 11 deletions ios/.xcode.env
Original file line number Diff line number Diff line change
@@ -1,11 +1 @@
# This `.xcode.env` file is versioned and is used to source the environment
# used when running script phases inside Xcode.
# To customize your local environment, you can create an `.xcode.env.local`
# file that is not versioned.

# NODE_BINARY variable contains the PATH to the node executable.
#
# Customize the NODE_BINARY variable here.
# For example, to use nvm with brew, add the following line
# . "$(brew --prefix nvm)/nvm.sh" --no-use
export NODE_BINARY=$(command -v node)
export NODE_BINARY=/Users/lukearthur/.nvm/versions/node/v18.19.0/bin/node
4 changes: 2 additions & 2 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ PODS:
- React-perflogger (= 0.72.7)
- RNCAsyncStorage (1.21.0):
- React-Core
- RNGestureHandler (2.14.0):
- RNGestureHandler (2.14.1):
- RCT-Folly (= 2021.07.22.00)
- React-Core
- RNScreens (3.29.0):
Expand Down Expand Up @@ -734,7 +734,7 @@ SPEC CHECKSUMS:
React-utils: 56838edeaaf651220d1e53cd0b8934fb8ce68415
ReactCommon: 5f704096ccf7733b390f59043b6fa9cc180ee4f6
RNCAsyncStorage: 618d03a5f52fbccb3d7010076bc54712844c18ef
RNGestureHandler: 32a01c29ecc9bb0b5bf7bc0a33547f61b4dc2741
RNGestureHandler: fe2be3be5598dc74329b211c58c9f2d231461769
RNScreens: 3c5b9f4a9dcde752466854b6109b79c0e205dad3
SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17
Yoga: 4c3aa327e4a6a23eeacd71f61c81df1bcdf677d5
Expand Down
Loading

0 comments on commit f7979ee

Please sign in to comment.