All Questions
Tagged with react-native react-native
138,380 questions
0
votes
1
answer
14
views
How to position the status bar partially covered by the sidebar in a React application?
I’m working on a React application and trying to achieve the following:
The sidebar takes up approximately 80% of the screen width.
The remaining 20% of the screen, not covered by the sidebar, ...
0
votes
0
answers
10
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
16
views
Expo Android Build Fails (Windows): ninja: build stopped: subcommand failed in expo-modules-core
I'm working on an Expo 52 project with React Native, and I'm encountering a build failure on Windows 11 (does not happen on Mac) when running npx expo run:android. The error message is:
"C:\Users\...
0
votes
0
answers
38
views
How to implement gRPC in React Native (Android & iOS) for real-time location tracking?
I'm working on a React Native CLI project where the app needs to send the employee's current location to the backend every 10 seconds or 1 minute.
The backend team has already provided a gRPC protocol,...
-2
votes
0
answers
33
views
#React native integration issue [closed]
BUILD FAILED in 6s
info Run CLI with --verbose flag for more details.
PS C:\Users\DELL\Desktop\RT\AnimalTrackingApp> npx react-native run-android
info A dev server is already running for this ...
0
votes
0
answers
15
views
Why is Contacts module null in React Native CLI when using [email protected]
Why is Contacts null in React Native CLI when using react-native-contacts@8?
I'm building a mobile app using React Native CLI (not Expo), and I'm trying to use the react-native-contacts library (...
0
votes
1
answer
21
views
Running Expo project in wsl
I’ve created a new project called Stickersmash using Expo in WSL. When I run npx expo start, I get the following message:
It looks like you're trying to use TypeScript but don't have the required ...
0
votes
0
answers
10
views
React Native Devtools (Expo) not connecting / interacting with app
I'm having some issue with the RN Devtools, where it doesn't seem to be properly maintaining a connection or something. It'll load and show everything that it should - but then it doesn't seem to ...
0
votes
0
answers
24
views
React Native WireGuard VPN Package Linking Issue
I want to use this library :
https://github.com/usama7365/react-native-wireguard-vpn
I did everything in the Readme guide which is:
I installed the library with npm
I ran expo prebuild
I ran pod ...
0
votes
0
answers
18
views
Gradle Error in React Native app for unchanged files
I have created a new React Native app. I have manually transferred the code from my Expo app to this app. I then ran:
cd android/
./gradlew build
This results in an error. After multiple attempts to ...
-1
votes
0
answers
13
views
Tips on how to compile old react native projects on modern versions of Xcode and Android Studio?
So I have some react native projects which I haven’t touched in a year. On Android they tend to still work ok, but when it comes time to compile them for iOS I’ll get hit with errors. Specifically ...
0
votes
0
answers
36
views
React-Native play a sound notification when the app is closed or in the background IOS
My issue is that the notification sound works when the app is in the foreground, but it doesn't play when the app is in the background, even though the notification is received and displayed
1-Enable ...
3
votes
0
answers
40
views
Keyboard horizontal and vertical cutoff issue react-native iPhone App: while using react-native-video(5.2.2) in react native version 0.66
We facing issue of Keyboard horizontal and vertical cutoff while using
react-native-video(5.2.2)
react native app version 0.66
iPhone 13 with iOS version 18.4
Built with Xcode version 16.2 (...
0
votes
1
answer
36
views
Failed to build module 'AzureCommunicationCalling' for importation due to the errors above - React Native ACS integration
I'm trying to build a React Native app with Expo which would use Azure Communication Services for video calling. After installing the AzureCommunicationUICalling (version 1.12.0), I get an error when ...
1
vote
0
answers
23
views
expo:compileDebugKotlin : A failure occurred while executing org.jetbrains.kotlin.compilerRunner.GradleCompilerRunnerWithWorkers$GradleKotlinCompiler
I'm using react native cli to develop my react native app ,and I installed expo modules following docs https://docs.expo.dev/bare/installing-expo-modules/#automatic-installation (manual installation ...