diff --git a/app.json b/app.json index 0bb1802..08924c9 100644 --- a/app.json +++ b/app.json @@ -9,6 +9,12 @@ "splash": { "image": "./src/assets/app.png", "backgroundColor": "#FFFFFF" - }, + }, + "ios": { + "bundleIdentifier": "io.github.hush2.gmanews" + }, + "android": { + "package": "io.github.hush2.gmanews" + } } } diff --git a/package.json b/package.json index d703c3a..9f18b76 100644 --- a/package.json +++ b/package.json @@ -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",