Fixed app.json errors and updated image modal
This commit is contained in:
parent
01e3195be7
commit
02f3ff0ff9
2 changed files with 5 additions and 7 deletions
4
app.json
4
app.json
|
@ -65,8 +65,6 @@
|
|||
"userInterfaceStyle": "automatic",
|
||||
"assetBundlePatterns": [
|
||||
"**/*"
|
||||
],
|
||||
|
||||
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
@ -44,16 +44,16 @@
|
|||
"react-native-calendars": "^1.260.0",
|
||||
"react-native-collapsible": "^1.5.2",
|
||||
"react-native-gesture-handler": "~1.6.0",
|
||||
"react-native-image-modal": "^1.0.4",
|
||||
"react-native-image-modal": "^1.0.6",
|
||||
"react-native-modalize": "^1.3.6",
|
||||
"react-native-paper": "^3.8.0",
|
||||
"react-native-reanimated": "~1.7.0",
|
||||
"react-native-render-html": "^4.1.2",
|
||||
"react-native-safe-area-context": "0.7.3",
|
||||
"react-native-screens": "~2.2.0",
|
||||
"react-native-webview": "8.1.1",
|
||||
"react-navigation-collapsible": "^5.5.0",
|
||||
"react-navigation-header-buttons": "^3.0.5"
|
||||
"react-navigation-header-buttons": "^3.0.5",
|
||||
"react-native-screens": "~2.2.0",
|
||||
"react-native-reanimated": "~1.7.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/cli": "^7.8.4",
|
||||
|
|
Loading…
Reference in a new issue