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
Error output got error and couldnt get it fixed idk whats problem last thing i remember was installing latest version of npm, after that rolled back and install
I want to design a cross-platform (Android, iOS, and Web) plugin-able software that means everyone can easily develop a plugin for it and users can pick plugins
I'm trying to make a JWT auth with laravel on my back and react-native (with expo) on my front. I have already set up my endpoint to get my token and is working
So I am trying to have my video play the sound even when the Iphone has its silent switch activated. The docs say to look at the audio docs which I have but am
I need to make a react native app which will be used to produce other apps using the same code (changing some logos, colors, a few features depending on the cas
How can I disable showing notifications in my Expo app when the user is in a specific screen? I am currently designing a chat screen, and I want to disable push
I would like to add a search bar to my maps screen and then use google to find the location associated with the input text and move the map there. This is what
I will build an app that will have 2 Features Store a unique secret that will never leave the Device Store a secret that has to be backed up For the first Featu
I build my react native app in this way : 1.npm install expo-cli --global. 2.expo init my-new-project. 3.cd my-new-project and expo start --lan. 4. install
I'm downloading a file from an URI, and trying to open it in another application. This file is a simple .xlsx spreadsheet. I'm using an Android device to test.
I want to display how much seconds are left from the audio. Like this: I know I need to use the positionMillis and thedurationMillis props, but how can I monit
I'm using React Native with Expo, and it is all going well except for this one issue with custom fonts. I have my font Lobster-Regular.ttfin ./assets/fonts, and
After building an Expo application archive via expo build:ios, uploading the .ipa file via Transporter.app fails with this error: Could not create a temporary
I am using Expo with react native and just have a plain view with some things inside of it. When I run the code as an expo app on my iPhone the view does not sc
i built an React Native app with expo which is now online in the Apple App Store. I've tweaked it a bit and came with a new version that i'm trying to upload wi