We're trying to deploy our react native app using expo to the App Store but our build keeps failing in the "install pods" section. I've attached the error appea
How do I run my expo app using the tunnel? It worked last week but for the last 3 days, it stopped working. Code written: expo start --tunnel Methods I tried:
I am working on react native project , but whenever i am building an Apk file , it give me Apk of 47MB. I tried every documentation which i found useful on goog
is it possible get real time updates maybe I have a product and the amount of product goes from 2 to 1, can I show this in real time with rtk query ?
Im trying to download using Expo-File-System on an expo project with react native. The download option works on Expo-Go during testing but wont work when i push
I am developing mobile app using React Native Expo. I am using react-native-google-places-autocomplete for text auto completetion of location/places. It is Goog
I am using react native expo for building mobile app. I followed below steps:- expo init myapp cd myapp expo start After running above 3 commands everything was
I'm making a mobile application with react native. I want to use Realm (mongodb). So after running: npm install realm realm was correctly added in the "node_mo
I have built an app with Expo & firebase and its working with the expo go app. I ran "expo build:android" and got my APK file. The app loads and my Login an
Here is the authcontext import and code import {signInWithPopup, GoogleAuthProvider, createUserWithEmailAndPassword, getAuth, onAuthStateChanged, signInWithEmai
I am developing React Native App using Expo (not ejected) and Android Studio official AVD. I am on Windows. There is shortcut CTRL-M what opens Expo's (React
I have a project that requires google sign in and I have installed and followed the instruction on the firebase but I keep getting this error (0, _auth.signInW
I'm trying to figure out with images in React Native <Image source={require('./assets/favicon.png')} /> and Network Images according Docs Static Image R
when I use the WebView on expo with an external uri which I’m not the owner (I’m doing an SSO Auth page that uses cookies), if I open on iOS everyth
This is my code to cache all the images in my local folder. I'm prefetching all the images and after that resolving the promise. But this always results in "Fa
This is my code to cache all the images in my local folder. I'm prefetching all the images and after that resolving the promise. But this always results in "Fa
I'm using React Native Expo. Currently i'm trying to make an application which uses a barcodescanner for scanning QR-code objects. I've implemented a turn camer
Android phones that have a navigation bar like that from the iPhone, have the default background color as white, which looks really off if my screen's backgroun
The bundle size produced by expo build:web is huge at average 3mb. I completed steps at https://docs.expo.io/guides/web-performance/. My app has no images so no
App I want to make I would like to make audio recognition mobile app like Shazam with Expo Expo AV(https://docs.expo.io/versions/latest/sdk/audio) Tensorflow se