Skip to main content
Filter by
Sorted by
Tagged with
-1 votes
1 answer
20 views

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?
Trinity's user avatar
-2 votes
1 answer
39 views

I'm working on a 2D/3D map with Maplibre in a bare React Native project. I can display 3D buildings with elevations thanks to Maplibre's fill-extrusion feature. However, Maplibre's fill-extrusion ...
AlihanD's user avatar
-1 votes
0 answers
16 views

I have a React Native app using Expo Router and React Query. I fetch a list of items using useQuery and display them in a FlatList. I also have a mutation using useMutation to add a new item. In ...
amal ouerfelli's user avatar
0 votes
1 answer
38 views

I am developing an Expo app and want to implement push notifications with images. Unfortunately, expo-notifications does not support images in push notifications, so I want to use @react-native-...
Parveen Kumar's user avatar
0 votes
0 answers
20 views

I’m integrating HyperVerge as my KYC provider in a React Native + Expo app. On Android everything works fine. On iOS, the flow is: HyperVerge captures the user’s face successfully When the SDK asks ...
Aditya Jaju's user avatar
1 vote
1 answer
25 views

When running on iOS I am receiving the error "[runtime not ready]: console.error: React Native version mismatch. JavaScript version: 0.81.5 Native Version: 0.79.6" The app runs fine on ...
Dftba45's user avatar
  • 21
0 votes
0 answers
27 views

MediaMTX Version: 1.15.3 React Native Version: 0.78 Gradle 8.14 Hii, I was developing a streaming mobile application using react native. I am using mediamtx and webrtc to stream and receive real time ...
Vilas Katigar's user avatar
0 votes
0 answers
44 views

I'm facing a persistent Status Bar issue in my React Native app using Expo. The Status Bar displays correctly during development and on first app install, but becomes white with unreadable content ...
AmmanOutscalars's user avatar
-1 votes
0 answers
16 views

I want to display a fullscreen picker, which contains a header and a list. Currently my view hierarchy, starting at the Portal, looks like following: <Portal> <Modal visible={...
Spook's user avatar
  • 26.2k
0 votes
0 answers
15 views

I'm trying to run a React Native project. The README indicates that it should be good to go after running "yarn" to install dependencies, but I'm getting the following error when I try to ...
Santiago Diaz's user avatar
1 vote
1 answer
42 views

In a react native expo app for Android: I get no error when I run 'npx expo-doctor' I get successful 'Android Bundled' message when I run 'npm run android' I tried deleting ./android and/or ./...
gchariton's user avatar
  • 161
0 votes
1 answer
21 views

Environment expo-router: 6.0.14 react-native: 0.81.5 react: 19.1.0 @react-navigation/bottom-tabs: 7.4.0 @react-navigation/native: 7.1.8 expo: 54.0.12 Tab Layout Configuration // app/(tabs)/_layout....
Paul S's user avatar
  • 282
1 vote
1 answer
36 views

I'm using the latest RN version + expo development build. I have noticed an issue on Android that only happens when I'm using the Stack.Screen headers. Here's an example snippet - <> <Stack....
lkp's user avatar
  • 90
0 votes
1 answer
57 views

After resolving a startup crash, I’m now facing a new crash when attempting to initiate an outgoing call using @twilio/voice-react-native-sdk. When I call: Voice.connect(...) the app crashes with the ...
Bharath Kumar's user avatar
Tooling
0 votes
0 replies
21 views

I’m trying to run a React Native app with Metro on a port other than the default 8081 (e.g. 10000). I’ve followed the official React Native docs here: https://reactnative.dev/docs/troubleshooting#...
MissingSemicolon's user avatar
1 vote
0 answers
60 views

I'm working on a video processing feature in my application where user upload a video with that flow: Call my API for uploading a video Generate a video thumbnail Create an overlay video on top video ...
Tiên Hưng's user avatar
1 vote
0 answers
30 views

I’m using React Native and the package react-native-prevent-screenshot-ios-android to block screenshots in my app. It works fine in LTR languages (English, etc.), but when the device language is ...
Ahmet Hoşca's user avatar
0 votes
0 answers
23 views

Problem After a successful request, when the modal is closed with setVisible(false), a black screen appears just like that. To explain it more clearly: I open the modal with this button and after ...
Schiswot's user avatar
Tooling
1 vote
5 replies
73 views

I'm trying to overlay two videos in React Native, similar to golf training apps where you compare swings by showing both videos at once with adjustable opacity. My goal is to display both videos, ...
Tiên Hưng's user avatar
-1 votes
0 answers
45 views

I'm creating a ripple wave animation in React Native with three overlapping circles that should maintain consistent spacing. Initially, the waves animate perfectly with even intervals, but after ...
WWE Real's user avatar
0 votes
0 answers
53 views

I’m using React Native with Expo SDK 54, and I have an API client built with Axios. All my normal JSON requests are encrypted before being sent to a .NET 6 backend. When I send a normal JSON body, my ...
ekod27's user avatar
  • 1
0 votes
0 answers
31 views

I have an Expo React Native application, and I have two draggable objects which can be dragged simultaneously, at least on iOS, iPhone SE2. On Android, I can drag only one at the time, the second one ...
Bozidar Milivojevic's user avatar
Advice
0 votes
2 replies
37 views

I have in my react native project header with this structure: <View style={styles.header}> <View style={styles.leftIcon}> <TouchableOpacity accessibilityRole="button" /&...
bytebunny's user avatar
  • 323
0 votes
0 answers
42 views

I have created an mobile app using react native and then i build using **eas build -p android --profile preview....**After that it created an qrcode using that i downloaded my apk file after that I ...
Subash developer's user avatar
0 votes
0 answers
112 views

I’m currently facing an issue while upgrading my React Native app. I recently updated the project from React Native 0.76.9 to 0.79.6 to meet the Google Play Store 16KB memory page requirement. The ...
Mr.Jay's user avatar
  • 11

1
2 3 4 5
2762