All Questions
Tagged with javascript react-native
34,041 questions
0
votes
0
answers
9
views
Expo Dev Build Stuck at "Downloading 100%" — No Error, App Not Loading
I'm working on a React Native project using Expo with a development build (eas build --profile development). My problem is that the app gets stuck at "Downloading 100%" on launch. The splash ...
0
votes
0
answers
25
views
App Store/TestFlight upload error: Missing dSYM files for Razorpay and Hermes, and Invalid Executable due to bitcode [closed]
I'm facing issues while uploading an iOS build for a React Native app (using Hermes and Razorpay) to App Center and TestFlight. Even after cleaning and rebuilding multiple times, I encounter the ...
1
vote
0
answers
41
views
npm run android error in React Native: Task :app:mergeDebugAssets FAILED
I was setting up React-Native ENV locally for existing project. I am getting an error when I run npm run android:
Task :app:mergeDebugAssets FAILED
I have attached screenshot of technical stacks I ...
0
votes
1
answer
49
views
Why is my user being logged out from my app using firebase/auth?
I have a react native app where I use firebase/auth.
This is what I have in my package.json file:
"dependencies": {
....
"@react-native-firebase/analytics": "^21.7.1&...
0
votes
0
answers
21
views
"expo-camera: Cannot read property 'BarCodeType' of undefined" when using BarCodeScanner
I’m currently encountering an error while working on my React Native project that uses expo-camera to implement a QR code scanner.
The issue arises when I try to use the BarCodeType constant from the ...
0
votes
0
answers
64
views
React Native Native Module Event Emission Issues with iOS
Setup
I have a native module that extends RCTEventEmitter and also implements a TurboModule spec:
RCTNativeLocalStorage.h:
#import <NativeLocalStorageSpec/NativeLocalStorageSpec.h>
#import <...
-1
votes
0
answers
39
views
iOS Background Location Tracking Not Working in Kill Mode(React Native) [closed]
I'm currently facing an issue with background location tracking in iOS.
On Android, both foreground and background (even in kill mode) tracking work perfectly.
However, on iOS, location tracking only ...
-2
votes
0
answers
23
views
Needed React native payment integration [closed]
I am trying to integrate the payment system for react native but got deadlock. I am able to creat it in react but successurl and failure I couldn't make it. Is is possible as like the react or do I ...
-1
votes
0
answers
21
views
Error in final stage of React Native environment configuration. (Build of mobile app)
I have a problem with starting a mobile app build on the emulator. (React Native) The loading process - "Executing" reaches 83% and then an error appears informing that the android.jar file ...
0
votes
0
answers
22
views
Dev launcher setup that initializes twice on Android React Native app startup causes crash
My app crashes during startup.
When I use logcat I get the error
(reverse domain name deliberately obscured for security):
E FATAL EXCEPTION: main (Ask Gemini)
...
0
votes
1
answer
44
views
Check if React Native screen has completed rendering
I have made a React Native app. In this app, I have made a footer. This footer has been added to each screen using the App.js file:
function ScreenWithFooter({ "component": Component, ......
0
votes
0
answers
27
views
How to Implement Real-Time Audio I/O for Twilio Bidirectional Media Stream in React Native? [closed]
I created an app using React Native and a backend with Django. And I want to integrate a VOIP to GSM into the mobile app where users call GSM phones via my mobile app (internet), so I was looking into ...
-1
votes
0
answers
43
views
How to render a 2D text? [closed]
I need help rendering 100+ 2D text labels in a Three.js modal in React Native. I've tried using Html, Text, and TextLabel components, but I’m facing issues. What would be the best approach to ...
0
votes
1
answer
39
views
React native app has trouble in debugging
recently I experienced too many issues after upgrading to RN 0.77.0
the last thing is the app cannot connect to metro, or that's what I think. And then can't receive any logs from my app.
Steps:
npm ...
0
votes
0
answers
37
views
Scrollview in react-native jumps when clicking content, if useAnimatedStyle is used in parent pages
I recently implemented a DraggableListView for my React-Native app.
The MovableListViewItem use a animatedStyle from react-native-reanimated.
Now on the page where is use this DraggableListView I ...