Expo.Constants.manifest.extra is undefined

Constants.manifest.extra should contain the keys in app.json
but it is coming back undefined

Hey @adam5689!

To get an array of all the keys in the app.json file, you can use Object.keys(Constants.manifest)

Good luck!