Skip to content

Instantly share code, notes, and snippets.

@BalogunofAfrica
Created January 23, 2024 18:48
Show Gist options
  • Save BalogunofAfrica/50b3dd70c47c56ccdda10594ad71518b to your computer and use it in GitHub Desktop.
Save BalogunofAfrica/50b3dd70c47c56ccdda10594ad71518b to your computer and use it in GitHub Desktop.
Expo app.json for expo router `v2`
{
"expo": {
"scheme": "acme",
"userInterfaceStyle": "automatic",
"orientation": "default",
"web": {
"output": "static",
"bundler": "metro"
},
"plugins": [
"expo-router",
"@react-native-firebase/app",
[
"expo-image-picker",
{
"photosPermission": "The app accesses your photos to let you share them with your friends."
}
],
[
"expo-contacts",
{
"contactsPermission": "Allow $(PRODUCT_NAME) to access your contacts."
}
],
[
"expo-build-properties",
{
"android": {
"kotlinVersion": "1.7.22"
},
"ios": {
"useFrameworks": "static"
}
}
]
],
"name": "cool-app",
"slug": "cool-app"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment