Skip to main content
Filter by
Sorted by
Tagged with
-1 votes
0 answers
9 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
0 votes
0 answers
13 views

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],...
kojow7's user avatar
  • 11.6k
0 votes
0 answers
14 views

I would like to change the onPressOut field from React Native's Pressable component based on the state I pass in. But when I log it, it keeps giving me stale state and I'm not sure why. I would expect ...
Georgia Martinez'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
0 votes
1 answer
27 views

I am building a React Native app with Expo SDK 54. I want to download a file (e.g., PDF or image) from my API and save it on my device. I am not sure how to handle the file download and save it using ...
ekod27's user avatar
  • 1
0 votes
0 answers
15 views

We’re currently debugging our React Native app using Charles Proxy. On Android, I was able to trust the Charles certificate by adding a network_security_config, which I only include in staging builds. ...
Maxim Toyberman's user avatar
0 votes
1 answer
25 views

I am using Expo Image Picker to select an image from the gallery so I can upload the file to a Supabase storage bucket called 'avatars'. In the Supabase storage docs they say: For React Native, using ...
1million_ naira'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
46 views

So i upgraded my expo app from 52 to 54 and now it wont build for simulators at all. I have tried, reinstalling, deleting all build files, clearing expo cache etc. It builds for my physical device ...
robo's user avatar
  • 119
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
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
0 votes
1 answer
20 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
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
33 views

I'm having issue that notifications sounds doesn't play, specially for critical notifications i'm using react native. i already have entitlement and approval from apple i have the sound file .wav 3 ...
Balalen's user avatar
  • 568
0 votes
0 answers
31 views

I followed the expo doc and wrote the following code. Its main function is to use an image as a top background, where swiping down anywhere on the screen increases the image height to zoom in. However,...
jay yann's user avatar
-4 votes
0 answers
32 views

I'm a beginner working on a React Native app and facing a confusing issue with AWS Amplify v6 authentication. I'm just trying to build a simple app that allows to connect into a personnal space, in ...
Nicolas Barillaro'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
1 vote
0 answers
59 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
0 votes
1 answer
54 views

I was just trying to start learning React-Native and Expo-Go for the past few days. I was simply trying to access some camera, basically just want to start with a MainPage then navigate to the ...
Andaman Jamprasitsakul's user avatar
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
0 votes
0 answers
44 views

I’m trying to get Firebase email link sign-in working smoothly on iOS. The link users get in their email comes from projectname.firebaseapp.com/__/auth/links?link=..., which then redirects to my ...
Sindhu Satyanarayanan's user avatar
0 votes
1 answer
56 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
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
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

1
2 3 4 5
2830