IOS crash - UIWebView

Hey Expo team.

Will try keep this short and sweet.

I have built out a version of my app for Android and IOS, it seems the UIWebView is causing my IOS app to crash.

I’ve done everything from upgrading to the latest version of SDK. But when I use react-native-maps. It just doesn’t like it. Apple keep responding with depreciation. Hoping to have a solve today, as my app release is for client tomorrow, and I don’t have a working app without the maps integration.

Herewith my .json:

{
“name”: “rn-material-kit-pro”,
“version”: “1.2.0”,
“description”: “Material Kit React Native. Coded by Creative Tim”,
“main”: “node_modules/expo/AppEntry.js”,
“private”: true,
“scripts”: {
“start”: “cross-env REACT_EDITOR=code expo start”,
“android”: “cross-env REACT_EDITOR=code expo start --android”,
“ios”: “cross-env REACT_EDITOR=code expo start --ios”,
“eject”: “expo eject”,
“test”: “node ./node_modules/jest/bin/jest.js --watchAll”
},
“jest”: {
“preset”: “jest-expo”
},
“dependencies”: {
“axios”: “^0.19.0”,
“expo”: “^36.0.0”,
“expo-font”: “~8.0.0”,
“expo-linear-gradient”: “~8.0.0”,
“galio-framework”: “^0.5.3”,
“moment”: “^2.24.0”,
“react”: “16.9.0”,
“react-native”: “https://github.com/expo/react-native/archive/sdk-36.0.1.tar.gz”,
“react-native-appearance”: “~0.3.1”,
“react-native-gesture-handler”: “~1.5.0”,
“react-native-google-places-autocomplete”: “^1.3.9”,
“react-native-keyboard-aware-scroll-view”: “^0.9.1”,
“react-native-masked-text”: “^1.13.0”,
“react-native-material-dropdown”: “^0.11.1”,
“react-native-modal-dropdown”: “^0.6.2”,
“react-native-numeric-input”: “^1.8.3”,
“react-native-ratings”: “^6.5.0”,
“react-native-screens”: “2.0.0-alpha.12”,
“react-native-simple-radio-button”: “^2.7.3”,
“react-native-switch”: “^1.5.0”,
“react-native-webview”: “7.4.3”,
“react-navigation”: “^3.11.0”,
“react-redux”: “^7.1.1”,
“redux”: “^4.0.4”,
“react-native-maps”: “0.26.1”
},
“devDependencies”: {
“babel-preset-expo”: “^8.0.0”,
“cross-env”: “^5.2.0”,
“expo-camera”: “~8.0.0”,
“expo-cli”: “^3.13.1”,
“expo-image-picker”: “~8.0.1”,
“jest-expo”: “^36.0.0”,
“react-native-modal-datetime-picker”: “^7.6.0”
},
“bugs”: {

},

}

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.