141,566 questions
0
votes
0
answers
17
views
'UqudoSDK/UqudoSDK.h' file not found
I wanted to report an issue I encountered with uqudosdk-react-native while building on React Native 0.80.0 and Xcode 16.4. The Error was "'UqudoSDK/UqudoSDK.h' file not found". Posting this ...
0
votes
0
answers
6
views
Legend State v3 not fetching all data from Supabase in React Native (Expo SDK 54)
Supabase is showing 7 records and also when i manually fetch data from supabase it shows 7 records but on legend state it is only fetching one record. Also Supabase return array and legend state store ...
-2
votes
0
answers
23
views
React Native "Text strings must be rendered within a <Text> component" Error with No Stack Trace - Need Help Finding Source
type here
Problem Description: I'm getting the dreaded "Text strings must be rendered within a <Text> component" error in my React Native/Expo app, but the error stack trace is ...
-1
votes
0
answers
36
views
What is the better way to optimize a large list? [closed]
The expo application I'm working on now is a community screen where users can view posts related to events and announcements... However, the screen appears heavy and the scrolling is very slow, ...
0
votes
0
answers
12
views
React-Native error : 'FirebaseCoreInternal.modulemap' not found
Pod install successfully on running ios from xcode
Xcode build gives the following error:
/Users/apple/Library/Developer/Xcode/DerivedData/ZoTok-ctycpbrbiefsflgukwbhdxspvspa/Build/Intermediates....
0
votes
0
answers
42
views
How to recognize a user even after clearing cache and data?
I'd like to implement a system that allows recognizing a user even after the app's cache and data have been cleared from the system settings, as X (Twitter) appears to do.
However, I can't figure out ...
0
votes
0
answers
37
views
Face detection works in development build but always fails in preview or release apk
I was an building app that requires live face detection with bounding box. For that purpose I used vision camera and react-native-vision-camera-face-detector with its dependencies. And it actually ...
0
votes
1
answer
42
views
Build fails at :app:buildCMakeDebug[arm64-v8a] during SafeAreaContext codegen linking on Android (React Native 0.76.3)
Task :app:buildCMakeDebug[arm64-v8a] FAILED
[Incubating] Problems report is available at: file:///C:/Users/Harsh%20Hingu/Documents/shoppingsearch/android/build/reports/problems/problems-report.html
...
0
votes
1
answer
28
views
Can I use HTML tooltip with react-native-render-html?
I would like to use something like the HTML tooltip in my React Native app using react-native-render-html. For example, when a user touches a word or phrase I would like to do something like it is ...
0
votes
0
answers
31
views
React Native Expo Inverted FlatList with snack header transparent
Using React Native 0.8.1, Expo SDK 54, Expo Router v6. I realized that there is a problem with getting an inverted FlatList to have transparent header. Need the useHeaderHeight as usual, but the ...
0
votes
0
answers
21
views
react-native-webrtc IOS: Mic is enabled even if only consuming
I got the library to work ('react-native-webrtc'), and I can receive an audio stream. But on iOS, the mic permission is turned on and I can see the orange dot in the top right corner of the screen ...
1
vote
0
answers
55
views
Adding new ReactActivity to run another js bundle
I'm trying to make my React Native Android app to have another Activity, beside MainActivity, be able to run another js bundle. I managed to achieve that with this implementation:
import android.app....
-3
votes
0
answers
27
views
React native using expo go [closed]
my react native in expo is saying, ERROR [Error: Attempted to navigate before mounting the Root Layout component. Ensure the Root Layout component is rendering a Slot, or other navigator on the ...
0
votes
0
answers
63
views
Support 16kb page size for Android libfs-native [closed]
I'm facing the following issue with my React Native app using Expo:
"The app must be compatible with page sizes of 16 KB of memory by November 1, 2025."
The libraries listed in Google Play ...
0
votes
0
answers
9
views
react-native-config iOS - `Config` is empty if no `.env` in project root despite extra steps is done (RNC 1.5.9)
My RN app have two targets - production and staging, each of them have release and debug configurations. When I have .env file in project root where .env.production and .env.staging are stored, my App ...