1
0
mirror of https://github.com/tooot-app/app synced 2025-06-05 22:19:13 +02:00

Updated to expo 46

This commit is contained in:
xmflsct
2022-08-06 22:05:26 +02:00
parent b9cf0ceb6b
commit 33d8a97efb
8 changed files with 1822 additions and 1705 deletions

10
ios/.xcode.env Normal file
View File

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