Skip to main content

All Questions

Filter by
Sorted by
Tagged with
0 votes
0 answers
17 views

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 ...
Tai's user avatar
  • 21
-1 votes
0 answers
23 views

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 = { ...
Archit Gupta's user avatar
-4 votes
1 answer
34 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
1 answer
20 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
19 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
44 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
37 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
19 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
34 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
29 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
52 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
47 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
51 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
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
43 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
39 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
36 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
36 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
34 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
68 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
57 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
38 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
48 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
61 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

1
2 3 4 5
2830