Change AppDelegate.mm to AppDelegate.swift on React Native 0.71
I encountered the error "A moduleName is required to create an RCTROotView", and then the app was stuck on the startup page. Who can help me? thank you.Steprun 'npx react-native init RN0710RC3...
View Article'RNSplashScreen.h' file not found
I recently purchased a new MacBook M2 Pro and cloned my React Native app onto it. However, I'm encountering an error stating that the 'RNSplashScreen.h' file cannot be found, even though I have not...
View ArticleUnable to build react native app on ios due to flipperkit
I am using React Native (0.73.2) and the app builds for android without issue. I am now at a stage where I am trying to test and build for ios however the build fails and this is the only information I...
View ArticleMeasuring Distance from the Floor in Expo/React Native
I'm currently working on a project in Expo/React Native and need to create a control that will indicate whether the distance from the floor to device is appropriate—it can't be too large or too small....
View ArticleWhy navigation back close expo go IOS?
When I click on the button "Back" in the header or on the button "go home" in the details page my app close. So Why? But with the help of swipe I can return back.app.jsx file - only navigation//...
View ArticleCamera capture stopped working after upgrading from Expo SDK 50 -> 51
So I just upgraded from SDK 50 -> 51 which made my app crash all the time I go to component with a Camera, now i fixed it, my current "take picture" method does not work. Do you guys know how to fix...
View ArticleLow volume when using AVAudioSessionCategoryPlayAndRecord
I am developing a react native app and encountering a problem with sound on iOS.This app is a video conferencing app that play sounds during the meeting. For this, I use video-sdk which is build on top...
View ArticleHow to capture audio from other applications while using GetDisplayMedia for...
I've implemented screen sharing using WebRTC in my React Native app, but I'm encountering an issue where the audio from other apps, such as YouTube, is not being captured during screen...
View ArticleCould not find com.google.vr:sdk-base:1.180.0
I am trying to render panaroma image on my react-native application. Tried few packages, but most of the devs suggesting this https://github.com/lightbasenl/react-native-panorama-view.Since, I have...
View ArticleMy Expo upgrade from 48 to 51 giving Problems
I am updating my expo project from expo 48 to expo 51 and I am getting same error again and again.Error ImageAnd my package.json file after running, npm install expo@latest and npx expo install --fix...
View Articlewarning: Run script build phase '[CP-User] [Hermes] Replace Hermes for the...
i'm getting this warnings react native project ,my project in VS code and i related to Xcodemy macOS is M1.i try adding [CP-User][Hermes], but i have same warning.warning: Run script build phase...
View ArticleReact Native RCTFabric - No type or protocol named...
After upgrading to the latest version of react-native I've suddenly run into the issue with RCTFabric."react-native": "0.74.0",1. No type or protocol named 'RCTDebuggingOverlayViewProtocol'2. Use of...
View ArticleAPNS device token not set before retrieving FCM Token for Sender ID - React...
I have been following this tutorial to set-up Remote Push notifications on my react-native application using react-native-firebase Version 5.2.0. After I configured everything and ran the application I...
View ArticleRTC Peer connection error when trying to accept live video call in WKWebView...
I am developing a WKWebView app that runs on both iOS and Mac Catalyst using a react website.Currently, an admin user can send a call request in which the user gets a pop-up to answer. on iOS it works...
View ArticleReact Native Firebase - on iOS onMessage event is not firing in Foreground
This question was submitted in GitHub issues here - reposting with a hope to save time for others running into the same problemTrying to change the push notifications package used by an old app to the...
View ArticleReact native TextInput selectionColor not working
The cursor color does not change using the selectedColor property.It was working normally until I updated to expo sdk 51 and tested on ios 17.4.1. Still works on android.There is no error message, it...
View ArticleAPI not working on react-native without SSL
I have been looking for the solution of a similar question but I couldn't find any. So that's why I am asking it here.So I have deployed my api's on an AWS instance and whenever I try to access the...
View Articleprevent screenshot in ios device
I want to prevent screenshot in the ios app and I did this, now I want to test this feature in the simulator but I have no way to test the screenshot in the simulatorDoes anyone know how to test it ?
View ArticleITMS-91064 NSPrivacyTracking must be true if NSPrivacyTrackingDomains isn‘t...
I have issue releasing a react-native project in appStore after I submit the app I get rejection from Applerejection msg:ITMS-91064: Invalid tracking information - A PrivacyInfo.xcprivacy file contains...
View ArticleLoading multiple JS bundles in React Native iOS
I'm trying to implement Code Splitting in a React Native app. Currently I managed to load multiple bundles in Android both in packager mode and in production mode.However, on iOS I'm facing the...
View Article