Skip to main content
0 votes
1 answer
7 views

Expo CameraView not scanning barcodes

While switching from expoBarcodeScanner to expo CameraView the function of scanning codes stopped working. The CameraView opens up correctly, the permission is indeed granted but while trying to scan ...
RudyChemik's user avatar
0 votes
0 answers
6 views

Cannot connect react native app to run on ohone

Tried resetting connection, using same wifi network, trying to connect to react native app developing in laptop. Worked before on the wifi network being used (mobile hot spot from third party phone) ...
Ashan Deen's user avatar
0 votes
0 answers
10 views

Issue with Google API restrictions in Expo React Native app

I'm building an Expo React Native app that uses the Google Books API. I'm unable to restrict its usage to my app. I've tried everything and followed the documentation to the letter. I've even asked ...
AdriByMe's user avatar
0 votes
0 answers
8 views

Expo AuthSession not closing when receiving redirectUri on Android

I am developing an ecommerce app for a client and I have had trouble with the authentication process for the application, but only on the Android platform as everything already works as expected on ...
Abraham Guerrero's user avatar
0 votes
1 answer
21 views

Expo React Native cannot send a request

I am working on a React Native app with the Expo framework. I was able to create a development client and installed it on my iOS device. The app seems to work, at least I can open the app and visit ...
ogirginc's user avatar
  • 5,180
-1 votes
1 answer
16 views

Create white text outline in react native

I need to create a dynamic white outline of the text in React Native. Im trying to figure it out for several hours and can't resolve the issue. iOS only. It should look like this: And be applied to ...
Kacper Sitarz's user avatar
0 votes
0 answers
6 views

React Native Expo SQLiteProvider not working

It keeps giving me error of None of these files exist: appdatabase.db app\assets\database\appdatabase.db Below is my code All file and path are correctly stated import { SessionProvider } from "...
DK Antonio's user avatar
0 votes
0 answers
8 views

Unable to resolve "missing-asset-registry-path" from "assets/model/group1-shard2of2.bin"

import { bundleResourceIO } from "@tensorflow/tfjs-react-native"; // model path const modelJson = require("../../assets/model/model.json"); const modelWeights = [ await require(&...
Balram Yadav's user avatar
0 votes
0 answers
12 views

expo-av how to load an audio stream?

I'm trying to implement expo-av to load an audio stream. It works, but it loads the audio in about 25 seconds which I find too slow... I don't see a user waiting 25 seconds for the audio to load, he ...
Carlos Dubón's user avatar
0 votes
1 answer
30 views

Firebase delay in fetching user

I have an app and want to make it so, when the app boots up, it checks if the user has set a state that indicates they want to stay signed in. If they did it brings them to home screen, if they didnt ...
Will Mears's user avatar
0 votes
0 answers
15 views

Expo fails to detect Genymotion's adb on Kali Linux: Error 'spawn /usr/lib/android-sdk/platform-tools/adb ENOENT

hey so im trying to use expo with genymotion, i use kali linux. and i installed android sdk. so i was told that i need to delete adb and set path for genymotion tools. which would act as my adb path. ...
Haneesh Sai's user avatar
0 votes
0 answers
10 views

Expo notification listeners stop working when used alongside OneSignal

When Onesignal is installed and configured alongside Expo Notifications, the Expo Notification listeners stop working. But, if you uninstall and remove all the code related to OneSignal, the listeners ...
shet_tayyy's user avatar
  • 5,695
0 votes
0 answers
18 views

Dynamic routing with Stack and Tab Navigation in expo-router

I new to RN and I am trying to use expo router in my app. But I experience an issue with the structure of the files. Right now the structure is like this: File structure I use the (app) for ...
Lachezar Mitov's user avatar
0 votes
0 answers
9 views

Remove background realtime in React Native using Expo Camera

I am trying to simulate the behavior of applications like TikTok or Microsoft Teams that access the front camera of the phone and are able to remove the background in real time. In the case of TikTok ...
User's user avatar
  • 129
0 votes
0 answers
7 views

Why are the posts overlapped everytime there is a change to database?

I am trying to build a social media system on react native where the users get real time update of the posts. However, the posts are overlapping in Flatlist and i have checked the key extractor id and ...
usernameXD's user avatar

15 30 50 per page
1
2 3 4 5
1114