SMS and MailComposer not working on iOS 13

Please provide the following:

  1. SDK Version: 33
  2. Platforms(Android/iOS/web/all): iOS 13

Here’s my package json
{
“main”: “node_modules/expo/AppEntry.js”,
“scripts”: {
“start”: “expo start”,
“android”: “expo start --android”,
“ios”: “expo start --ios”,
“eject”: “expo eject”,
“test”: “node ./node_modules/jest/bin/jest.js --watchAll”
},
“jest”: {
“preset”: “jest-expo”
},
“dependencies”: {
@babel/core”: “^7.4.4”,
@expo/samples”: “2.1.1”,
@expo/vector-icons”: “^10.0.0”,
“accordion-collapse-react-native”: “^0.1.9”,
“expo”: “^33.0.0”,
“expo-asset”: “^6.0.0”,
“expo-av”: “~5.0.2”,
“expo-camera”: “~5.0.1”,
“expo-cli”: “^2.19.5”,
“expo-contacts”: “~5.0.2”,
“expo-file-system”: “~5.0.1”,
“expo-font”: “~5.0.1”,
“expo-image-picker”: “^7.0.0”,
“expo-mail-composer”: “~5.0.1”,
“expo-permissions”: “~5.0.1”,
“expo-sharing”: “~5.0.1”,
“expo-sms”: “~5.0.1”,
“expo-svg-uri”: “^1.0.1”,
“install”: “^0.12.2”,
“moment”: “^2.24.0”,
“moment-timezone”: “^0.5.25”,
“native-base”: “^2.13.5”,
“react”: “16.8.6”,
“react-moment”: “^0.9.2”,
“react-native”: “https://github.com/expo/react-native/archive/sdk-33.0.0.tar.gz”,
“react-native-contacts”: “^4.0.2”,
“react-native-datepicker”: “^1.7.2”,
“react-native-dropdown-autocomplete”: “^1.0.10”,
“react-native-elements”: “^1.1.0”,
“react-native-keyboard-aware-scroll-view”: “^0.8.0”,
“react-native-material-dialog”: “^0.7.6”,
“react-native-modal-dropdown-updated”: “^0.6.3”,
“react-native-paper”: “^2.15.2”,
“react-native-picker-select”: “^6.3.3”,
“react-native-progress”: “^3.6.0”,
“react-native-render-html”: “^4.1.2”,
“react-native-scrollable-tab-view”: “^0.10.0”,
“react-native-svg”: “~9.4.0”,
“react-native-svg-charts”: “^5.2.0”,
“react-native-tab-view”: “^2.2.1”,
“react-native-touchable-scale”: “^2.0.0”,
“react-native-underline-tabbar”: “^1.3.6”,
“react-navigation”: “^3.9.2”,
“react-navigation-drawer”: “^1.3.0”,
“yarn”: “^1.16.0”
},
“devDependencies”: {
“babel-preset-expo”: “^5.1.1”,
“jest-expo”: “^32.0.0”,
“schedule”: “^0.4.0”
},
“private”: true
}

I’m having trouble with my expo build because im having this issue.

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