Skip to content

Commit

Permalink
Try bundling also to ios/MyApp/main.jsbundle
Browse files Browse the repository at this point in the history
  • Loading branch information
leotm committed Jul 28, 2022
1 parent 582f3b3 commit 80e7354
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ jobs:

- name: Bundle app for release
run: npx react-native bundle --entry-file='index.ts' --bundle-output='./ios/main.jsbundle' --dev=false --platform='ios' --assets-dest='./ios'

- name: Bundle app for release
run: npx react-native bundle --entry-file='index.ts' --bundle-output='./ios/MyApp/main.jsbundle' --dev=false --platform='ios' --assets-dest='./ios'

- name: Build app for release
run: npx react-native run-ios --configuration Release
Expand Down

0 comments on commit 80e7354

Please sign in to comment.