Merge branch 'release/1.6.0' into rome/1.6.0
This commit is contained in:
14
app.json
14
app.json
@@ -11,6 +11,7 @@
|
||||
},
|
||||
"orientation": "default",
|
||||
"icon": "./assets/RomeIcon.png",
|
||||
"platforms": ["ios", "android"],
|
||||
"ios": {
|
||||
"supportsTablet": true,
|
||||
"bundleIdentifier": "com.rome.mobile",
|
||||
@@ -43,6 +44,7 @@
|
||||
"url": "https://u.expo.dev/df105e21-a07f-4425-af10-2200a7704a48"
|
||||
},
|
||||
"assetBundlePatterns": ["**/*"],
|
||||
"assetBundlePatterns": ["**/*"],
|
||||
"web": {
|
||||
"favicon": "./assets/RomeIcon.png",
|
||||
"config": {
|
||||
@@ -58,11 +60,15 @@
|
||||
}
|
||||
},
|
||||
"description": "",
|
||||
"hooks": {
|
||||
"postPublish": []
|
||||
},
|
||||
"plugins": [
|
||||
"sentry-expo",
|
||||
[
|
||||
"@sentry/react-native/expo",
|
||||
{
|
||||
"url": "https://sentry.io/",
|
||||
"organization": "imex",
|
||||
"project": "imexmobile"
|
||||
}
|
||||
],
|
||||
[
|
||||
"expo-media-library",
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user