Skip to content

Commit

Permalink
chore(example): commit result of ./refresh-example.sh
Browse files Browse the repository at this point in the history
works in ios and android when run locally on apple silicon
  • Loading branch information
mikehardy committed Apr 10, 2024
1 parent 2bd8239 commit 45adc74
Show file tree
Hide file tree
Showing 7 changed files with 1,661 additions and 1,560 deletions.
10 changes: 10 additions & 0 deletions RNFBSDKExample/ios/.xcode.env
Original file line number Diff line number Diff line change
@@ -1 +1,11 @@
# 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)
Loading

0 comments on commit 45adc74

Please sign in to comment.