Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [expo]

Expo is an open-source and free platform that lets web developers build truly native apps that work across both iOS and Android by writing them once in just JavaScript. Use the Expo tag on questions about developing Expo projects and using the Expo development tools like XDE and exp.

expo
0 votes
0 answers
8 views

Why I receive Expo SQLite: Persistent 'Unhandled promise rejection' with NullPointerException in NativeDatabase.execAsync?

I'm developing a React Native application using Expo (SDK 51) and SQLite. I've implemented local database operations for managing orders, but I'm encountering a persistent warning about an unhandled ...
Kalin Toshev's user avatar
0 votes
0 answers
7 views

Redirecting to "Google.com" when trying to Google Login in React Native Expo App

This is what my app.config.js looks like. Both IOS and Android have different package names because my android app got suspended, and I had to rename it. I have a feeling It's because the bundle name ...
Hamaad Fahim's user avatar
0 votes
0 answers
7 views

how to prevent playing more than one audio at the same time using expo

iam having a problem in my app that i can play more than one audio at the same time and i want to prevent this behavior to only play one audio at time here is my compponent that play the audio const ...
Ahmed Fahmy's user avatar
0 votes
0 answers
7 views

Unable to resolve "storybook/internal/preview-api" from "node_modules\@storybook\preview-api\shim.mjs"

I am a bit lost with all the expo and expo-cli tools and their local/global versions. I have an expo react native project using storybook with the current package.json { "version": "1....
skassi's user avatar
  • 119
-2 votes
0 answers
19 views

ZeroTier One vpn ip not working on expo react native app as api

i am building an expo react native app, the backend is nestjs, i installed zerotier one vpn and created a network and i joined the network in mobile device when i go to this link "http://10.x.x....
Mohamed Masmoudi's user avatar
0 votes
0 answers
7 views

Using Firebase in React Native Expo to trigger an iOS install Google Ads Conversion?

I am looking for a way to get Firebase working in an app built in React Native Expo, so that it gives out some sort of data for Google Ads to use and count as a conversion metric, when someone ...
FixFox's user avatar
  • 1
0 votes
0 answers
18 views

Firebase phone authentication [TypeError: Cannot read property 'prototype' of undefined] in React Native Expo

I'm facing a TypeError: Cannot read property 'prototype' of undefined error when trying to implement Firebase phone authentication in my React Native app after upgrading from Expo SDK 47 to SDK 51.: ...
pavankommi's user avatar
0 votes
0 answers
10 views

Expo Upgrade to 50 Android Build Failure

I am in the process of upgrading my app from Expo 49 to 50 and have encountered an issue when creating builds. While the iOS builds are generated successfully, the Android build fails during the Run ...
Nemese Kalubi's user avatar
0 votes
0 answers
8 views

React Native Error: No suitable URL request handler found for ph://.../L0/001

I am building a chat app using React Native in VSCode, Expo and Getstream. When I'm using the simulator and try to send a photo I am getting the error "No suitable URL request handler found for ...
user26501131's user avatar
0 votes
0 answers
14 views

React native Expo build error in firebase service

I am having a problem that I am not being able to solve, when running eas build android I am having a Gradle error which I go to the expo console to see the error and I have the following one. Error ...
meta1465's user avatar
0 votes
1 answer
28 views

Cannot read property 'back' of undefined

I'm working on a react native app that uses expo-camera to take a picture of an id for user to complete onboarding but I keep on getting an error, "Render Error, Cannot read property 'back' of ...
George's user avatar
  • 1
0 votes
0 answers
15 views

Expo - How to build localy using my keystore with prebuild

I don't want to use EAS for now. I rewrote my existing app with Expo. I couldn't find in the Expo documentation how to use my existing keystore when using the prebuild functionality. Meaning that my ...
rob-art's user avatar
  • 627
0 votes
0 answers
13 views

Supabase OAuth redirect returning text document

I'm running a react native app using expo on my device and connecting to supabase running locally on my laptop. That connection seems to be working and I'm able to create a user with Spotify OAuth but ...
James's user avatar
  • 105
0 votes
0 answers
24 views

Firebase Javascript package not working with jest

I have an expo app with Firebase, and I want to test it with jest and Firebase local emulators. I tried to follow this link https://jestjs.io/docs/ecmascript-modules but it's not work. node version: ...
Mhmd Al-Rshedy's user avatar
0 votes
0 answers
10 views

how to maintain media's selection order?

i'm trying to render selected images and videos based on the exact order they are selected. but no matter what i try the images and video render based on recently added to gallery it seems like. ...
Awm's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
1106