I have a react-native app, I'm trying to test my app on ios&android ( testflight and playstore), app was build using eas build, but app crashes suddenly on
I'm trying to build an IOS app using EAS service expo, but when I try to build, there is an error while install pods on build details expo. And this is the erro
I have got the following package.json file. Main purpose is to use Expo 44 with native-base (version ^3.0.0). I could not figure out why such an obvious combina
I have the following code: import React, { Component } from 'react'; import { View, StyleSheet } from 'react-native'; import { Button, TextInput } from 'react-
i've seen alot of people having the same problem but sadly without any solutions . I'm using expo with react native gesture handler, i have added "react-native-
So, I'm attempting to publish a react native app on the app store, and I've completed all of the necessary forms in app store connect. Then there was the build,
I'm currently working on an app in which you can keep track of Root Canal patients and it was working fine for a long time...but after the new update of the fir
i have downloaded a react native project which uses 40.0.0 version of expo go, however my IOS simulator supports the newer version of expo go versions like 41.0
I'm a new learner on this platform. I code a simple react native app using expo. But I want to build a .apk file. I tried this command: expo build:android Then
After updating expo it no longer supports building apk files using expo build:android -t apk and instead advices to using eas builds using the command eas build
I am trying to retrieve a file from Firebase Storage with the URL from getDownloadURL, using the Expo FileSystem. However, I keep getting a 403 response. My rul
Hey I have a problem with transparency when using more than one Stack.Navigator. I create 2 Stack.Navigators -> one for Screens, and one for Popups. The i
If I use expo start, my firestore work fine in Expo Go. But when i use expo start --dev-client it stop working. I already tried using EAS using EAS Migration Gu
I have updated my react native and expo version and it set grey background that I can not remove or I just do not know how. Help me please, I tried to remove it
I created an application using react-native init and was working fine until I tried to start using expo to test it on my telephone. Trying to start the app with
The Expo app will build and run correctly on ios simulator, ios device, and android emulator. but when I build an apk and run on an android device the app freez
I am using Expo for my React Native Application. console.log(responseJson) writes the App.js output to the my zsh terminal however my Json gets truncated wit
When navigating to certain screens on my React Native app (using expo), I am getting the following error: TypeError: undefined is not an object (evaluating 'pro
I am developing a web app with react native for web, and I want to scan qrcode but it does not work, without errors. I put the codes on snack, ran it on mobile
I`m trying to initiate expo bare workflow with typescirpt. But after I type "expo init [project name]" in command window, I cannot find minimal(typescirpt) opti