AstrOOnauta / react-native-international-phone-number

⚛️ International mobile phone number input component for React Native 📱
https://snack.expo.dev/@astroonauta/react-native-international-phone-number
ISC License
272 stars 44 forks source link

Expo - SDK48 - Failed #8

Closed muriloalvesdev closed 1 year ago

muriloalvesdev commented 1 year ago

My dependencies:

"dependencies": {
    "@expo-google-fonts/jost": "^0.2.3",
    "@expo/vector-icons": "^13.0.0",
    "@react-navigation/native": "^6.1.6",
    "@react-navigation/stack": "^6.3.17",
    "axios": "^1.4.0",
    "expo": "~48.0.18",
    "expo-app-loading": "^2.1.1",
    "expo-dev-client": "~2.2.1",
    "expo-facebook": "^12.2.0",
    "expo-font": "~11.1.1",
    "expo-splash-screen": "^0.18.2",
    "expo-sqlite": "~11.1.1",
    "expo-status-bar": "~1.4.4",
    "expo-updates": "~0.16.4",
    "firebase": "^10.0.0",
    "firebase-admin": "^11.9.0",
    "react": "18.2.0",
    "react-native": "0.71.8",
    "react-native-elements": "^3.4.3",
    "react-native-flash-message": "^0.4.1",
    "react-native-gesture-handler": "~2.10.0",
    "react-native-google-mobile-ads": "^11.1.1",
    "react-native-international-phone-number": "^0.4.15",
    "react-native-masked-text": "^1.13.0",
    "react-native-modal": "^13.0.1",
    "react-native-paper": "^5.9.1",
    "react-native-progress": "^5.0.0",
    "react-native-safe-area-context": "~4.6.3",
    "react-native-screens": "~3.22.0",
    "react-native-uuid": "^2.0.1"
  }

My Screen: image

My Log not content error.

AstrOOnauta commented 1 year ago

Hi @muriloalvesdev

Looking this error, I think that its related with the lib "react-native-google-mobile-ads". Don't have any mention of the lib "react-native-international-phone-number" on this screen error. Please, try run your project without the lib "react-native-google-mobile-ads" and check if the app breaks or no.

🚀 AstrOOnauta 🚀