Skip to content

Commit

Permalink
Merge branch 'main' of github.com:wyne/scorepad-react-native into per…
Browse files Browse the repository at this point in the history
…formance
  • Loading branch information
wyne committed May 5, 2024
2 parents 49d035b + fb67dd8 commit acc633c
Show file tree
Hide file tree
Showing 19 changed files with 450 additions and 1,108 deletions.
8 changes: 4 additions & 4 deletions Contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ For android, use JDK 17.
```zsh
npx react-native-clean-project
npx expo prebuild
eas build --profile development-simulator --platform ios --local
eas build --profile development-simulator --platform android --local
eas build:run -p ios # select expo build from above
eas build:run -p android # select expo build from above
npx eas build --profile development-simulator --platform ios --local
npx eas build --profile development-simulator --platform android --local
npx eas build:run -p ios # select expo build from above
npx eas build:run -p android # select expo build from above
npx expo start --dev-client
```

Expand Down
Loading

0 comments on commit acc633c

Please sign in to comment.