Skip to content

Commit

Permalink
Fixed build iOS Realease main.jsbundle - facebook/react-native#29205
Browse files Browse the repository at this point in the history
  • Loading branch information
cleandersonlobo committed Jun 25, 2020
1 parent 672ca78 commit 8c1c61c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"start": "react-native start",
"test": "jest",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"fake-api": "json-server --watch emojis.json --port 3001"
"fake-api": "json-server --watch emojis.json --port 3001",
"build:ios": "npx react-native bundle --entry-file index.tsx --platform ios --dev false --bundle-output ios/feeling/main.jsbundle --assets-dest ios"
},
"dependencies": {
"@react-native-community/masked-view": "^0.1.10",
Expand Down

0 comments on commit 8c1c61c

Please sign in to comment.