npx create-expo-app@latest -e with-new-arch
- Install packages with
yarnornpm install. - Run
npx expo run:iosand/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.