Skip to content

ReactNative Ignite

David Welch edited this page Jul 11, 2022 · 4 revisions

Some scraps from getting started...

volta install [email protected]

LOCATION=$(volta which node)
LOCATION=$(dirname $LOCATION)
LOCATION=$(dirname $LOCATION)
export PATH="$LOCATION/bin:$PATH"
export LDFLAGS="-L$LOCATION/lib"
export CPPFLAGS="-I/usr/local/opt/node@14/include"

npx ignite-cli new IgnitePlayground


# Make sure to deactive "automatically manage profiles"
# run `fastlane match` and then `fastlane build` in ios
Clone this wiki locally