Skip to content

Commit

Permalink
Merge pull request #458 from wyne/2024-05-qol
Browse files Browse the repository at this point in the history
2024-05-qol
  • Loading branch information
wyne authored Jul 14, 2024
2 parents 3c43008 + 8232484 commit 2621aba
Show file tree
Hide file tree
Showing 8 changed files with 1,219 additions and 631 deletions.
16 changes: 12 additions & 4 deletions Contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ Run any build command remotely by removing `--local` flag.
For android, use JDK 17.

```zsh
nvm use

npx react-native-clean-project
npx expo prebuild
npx eas build --profile development-simulator --platform ios --local
Expand All @@ -25,16 +27,20 @@ Debug Firebase Crashlytics by running simulator with `FIRDebugEnabled` flag:
### Development - Physical Device

```zsh
nvm use

npx expo prebuild -p ios
eas build --platform ios --profile development --local
npx eas build --platform ios --profile development --local

npx expo prebuild -p android
eas build --platform android --profile development --local
npx eas build --platform android --profile development --local
```

### Preview Build (Standalone)

```zsh
nvm use

npx expo prebuild -p ios
npx eas-cli build --platform ios --profile preview --local

Expand All @@ -47,10 +53,12 @@ npx eas-cli build --platform android --profile preview --local
Remember to bump `versionCode` and `buildNumber` in `app.config.js`.

```zsh
nvm use

npx expo-doctor
npx expo prebuild
eas build --platform ios
eas build --platform android
npx eas build --platform ios
npx eas build --platform android
```

## Run
Expand Down
Loading

0 comments on commit 2621aba

Please sign in to comment.