1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity GitHub Gitee

chore: update example & upgrade react-native to v0.69.3.

This commit is contained in:
jaywcjlove
2022-08-05 17:34:15 +08:00
parent e2233796f6
commit 8331e3bf75
41 changed files with 4023 additions and 3723 deletions

11
example/ios/_xcode.env Normal file
View File

@@ -0,0 +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)