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?
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],...
0 votes
0 answers
24 views

I'm building an application on React Native, it hasn't been updated for several years, so I'm replacing some libraries. According to the guide https://react-native-community.github.io/upgrade-helper / ...
1 vote
0 answers
1k views

I want to use the react-native-community/geolocation in my project. I followed this documentation on GitHub, including the editing of the AndroidManifest.xml etc.. Installing it via npm install @react-...
-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 ...
0 votes
2 answers
482 views

I am unable to see push notifications on my mobile device for my app in production. My issue is only in IOS and only after I updated my project to expo 53. Downgrading it back to 52 showed me a ...
1 vote
2 answers
107 views

I'm attempting to migrate my app from expo go to an expo dev build. Initially when building my dev client, I got an error which said (NOBRIDGE) ERROR Warning: Error: [@RNC/AsyncStorage]: NativeModule: ...
1 vote
1 answer
42 views

I want to implement a combined Bar and Line chart with Gifted charts. I followed all the required steps from the documentation but it still doesn't work. It displays the bar chart but skips the line ...
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-...
4 votes
1 answer
75 views

We are seeing native crashes mostly on Samsung devices and rarely on other device models like Oppo one plus Crash traces (from Play Console → Crashes & ANRs) [libicui18n.so] icu_75::RegexPattern::...
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 ...
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 ...
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 ...
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 ...
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 ...
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....
10 votes
5 answers
4k views

I am running into an annoying issue (Android only) for a couple of days now. This has seemed to happen suddenly. And I can't get around this issue. Please see below my gradle project: buildscript { ...
0 votes
1 answer
62 views

I keep getting: TypeError: Cannot Read Property 'code' of undefined Here is my code import React, {useEffect} from 'react'; import {View} from 'react-native'; import {GoogleSignin, ...
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 ...
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 ...
0 votes
0 answers
23 views

Multiple commands produce '/Users/mac/Library/Developer/Xcode/DerivedData/APP_HaXi-fienhtgaztiojsagqgrzzowduwil/Build/Intermediates.noindex/ArchiveIntermediates/APP_HaXi/IntermediateBuildFilesPath/...
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 ...
-1 votes
1 answer
75 views

I have a webapp that's already production ready to run inside a React Native Webview. The app uses the package js-cookie which saves the accessToken and refreshToken to the browser cookies. import ...
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 ...
0 votes
0 answers
37 views

When I build react native app I see this error: Incompatible React versions: the react and react-native-renderer on iphone . and this is my package.json so, I need help in this case. This image ...

1
2 3 4 5
2830