You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ yarn
// expo start
$ yarn run start
// expo start android
$ yarn run android
// expo start ios
$ yarn run ios
// run testcase
$ yarn run test
// lint code
$ yarn run lint
// format code
$ yarn run format
// publish project to expo
$ expo publish
// make ios ipa
$ expo build:ios
// make android apk / app bundle
$ expo build:android
// get ios certificate
$ expo fetch:ios:certs
// get android keystore
$ expo fetch:android:keystore
// get current build status
$ expo build:status
// generate android + ios folder
$ expo eject
// eas build ios/android
$ eas build