Basic template React Native Typescript using expo
Install the following prerequisites before running the project template:
npm i -g expo-cli
# and
npm install -g eas-cli
reference: https://docs.expo.dev/
Android Studio Emulator or Xcode Emulator for IOS
Simply run this command first:
npm install
# or
yarn
Then run the development:
npm run ios # for IOS
npm run android # for Android
# or
yarn ios
yarn android
npm run build-ios # for IOS
npm run build-android # for Android
# or
yarn build-ios
yarn build-android
reference: https://expo.dev/eas