skip to Main Content

React native – Error in Expo App – FetchError: request to https://api.expo.dev/v2/sdks/51.0.0/native-modules failed, reason: unable to get local issuer certificate

I am trying to start a new react native expo app by executing npx expo start but it throws following error FetchError: request to https://api.expo.dev/v2/sdks/51.0.0/native-modules failed, reason: unable to get local issuer certificate FetchError: request to https://api.expo.dev/v2/sdks/51.0.0/native-modules failed, reason: unable…

VIEW QUESTION

React native – Firebase phone auth not working in real Android device debugging

I'm trying to use Firebase phone authentication for my Android application developed using react-native. I have followed the below docs and completed the setup. https://rnfirebase.io/auth/phone-auth https://firebase.google.com/docs/auth/android/phone-auth#enable-phone-number-sign-in-for-your-firebase-project Sign in works for me with the test number and code specified below. But…

VIEW QUESTION
Back To Top
Search