Created
January 23, 2024 18:48
-
-
Save BalogunofAfrica/50b3dd70c47c56ccdda10594ad71518b to your computer and use it in GitHub Desktop.
Expo app.json for expo router `v2`
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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