Next Steps
Step 1: Run project
cd my-awesome-projectnpm install --legacy-peer-deps
Run the iOS App (Mac only).
npm run ios
Run the Android App.
npm run android
More
From here you can perform multiple other actions but a good next step is to explore the cli commands.
Table of Contents