npx create-expo-app@latest -e with-new-arch
- Install packages with
yarn
ornpm install
. - Run
npx expo run:ios
and/ornpx expo run:android
. Requires native toolchains to be installed.
npx create-expo-app@latest -e with-new-arch
yarn
or npm install
.npx expo run:ios
and/or npx expo run:android
. Requires native toolchains to be installed.