Skip to content

Commit

Permalink
Add metro-bundler to dependencies
Browse files Browse the repository at this point in the history
This fixes the RN issues @ facebook/react-native#17348
  • Loading branch information
hush2 committed Jan 1, 2018
1 parent dab050f commit 8f6e21f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
8 changes: 7 additions & 1 deletion app.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@
"splash": {
"image": "./src/assets/app.png",
"backgroundColor": "#FFFFFF"
},
},
"ios": {
"bundleIdentifier": "io.github.hush2.gmanews"
},
"android": {
"package": "io.github.hush2.gmanews"
}
}
}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
},
"dependencies": {
"expo": "^23.0.4",
"metro-bundler": "^0.22.1",
"moment": "^2.20.0",
"react": "16.0.0",
"react-native": "0.50.3",
Expand Down

0 comments on commit 8f6e21f

Please sign in to comment.