141,463 questions
- Bountied 1
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
1
answer
13
views
How to properly highlight text in expo?
I would like to highlight a multiline text in a expo app by changing the text's background color. there i can like the image highlight color.
my code:
import HighlightText from &...
0
votes
0
answers
19
views
Unexpected token, expected "," (51:12) on Expo created app from old boilerplate
A few years ago i created an expo app. Added a few extra things on top of the default created app.
Now I am trying to update this app to the latest expo version, after installing expo and all the ...
2
votes
0
answers
58
views
React Native Android: TypeError "Cannot read property 'getConfig' of null" after removing Reanimated (RN 0.75.2, Hermes)
I'm seeing this error in the Metro terminal immediately after my Android build finishes loading:
TypeError: Cannot read property 'getConfig' of null
js engine: hermes
There is no stack trace — this ...
-2
votes
0
answers
33
views
Error entering clerk's email verification code
I am building a mobile application and the framework I am using is React Native + Expo. When it comes to verifying the clerk's email, there is an error that the verification failed. I received the ...
-4
votes
0
answers
47
views
I am trying to fetch voip token from apple in react native but cannot seem to do so, I am building on xcode cloud as my mac is quite old. xcode is 15 [closed]
I’m trying to implement VoIP push notifications in my React Native app using react-native-voip-push-notification. Regular push notifications (FCM & Apple notifications) are working, but the VoIP ...
0
votes
0
answers
42
views
Xcode 26.1.1 React Native build fails: "Could not delete ios/build" & "Operation not permitted"
I’m building a React Native 0.72.10 iOS app and hitting build errors.
Environment:
macOS: Apple M4, Sequoia 15.7.2
Xcode: 26.1.1
React Native: 0.72.10
Errors:
Could not delete /Users/.../ios/build ...
1
vote
1
answer
52
views
How can I call an async function on double tap?
I have an Expo app where I have an element. I want to call an async function when I double tap that element. For doing that, I found the react-native-gesture-handler library. I wrapped the whole ...
0
votes
0
answers
44
views
React Native – Error spawn Unknown system error -8 when running npx react-native run-android on macOS
I am trying to run my React Native Android project on macOS using:
npx react-native run-android
But the build fails with this error: error Failed to install the app. Command failed with Unknown ...
-1
votes
0
answers
28
views
Supabase upsert in React Native profile table not updating onboarding_completed
I'm building a mobile app with React Native (Expo) and using Supabase for authentication and user profiles.
This is my profiles table
create table public.profiles (
id uuid primary key references ...
0
votes
0
answers
29
views
Error: Native module RNFBAppModule not found. Re-check module install, linking, configuration, build and install steps
I am running project. The project is in react-native not in expo. I am getting this error
Error: Native module RNFBAppModule not found. Re-check module install, linking, configuration, build and ...
-1
votes
0
answers
39
views
Component Re-mounts on redux state changed [closed]
As soon as I use dispatch to change a property of the object in redux state, suddenly the whole component re-mounts in react native. Below is a part of my Slice.tsx:
const initialState = {
...
1
vote
0
answers
37
views
100ms ON_TRACK_UPDATE and ON_PEER_UPDATE is not firing in React Native
I'm implementing a feature that users can join a live class in a React Native app. For that, I need to listen to the events like new peer joined, video turned on/off...
based on 100ms docs, the below ...
-5
votes
1
answer
38
views
How deploy trained model on react native mobile application?
I have a project of leaf classification, I already have trained model so i want to integrate the model to through mobile application using react native does anyone know how to make it possible?
Best practices
0
votes
0
replies
36
views
How to correctly implement a global redirect/navigation guard in Expo Router?
I’m trying to implement a global <Redirector /> component in Expo Router to control the navigation flow of my app.
The logic depends on:
Authentication state
Whether the user completed ...
0
votes
1
answer
37
views
+50
react-native-sound setCategory is not a function
I am updating an old project. I have installed new react-native and new modules. However, I am getting an issue with react-native-sound:
[runtime not ready]: TypeError: _$$_REQUIRE(_dependencyMap[14],...