Error: Native module RNFBAppModule not found. Re-check module install,...
Package.json"dependencies": {"@react-native-async-storage/async-storage": "^2.0.0","@react-native-firebase/app": "^21.4.0","@react-native-firebase/auth": "^21.4.0","@react-native-firebase/firestore":...
View ArticleHow to send TLS client certificates from a React Native app?
I have a React Native application deployed on devices, and they need to communicate with an endpoint requiring TLS mutual authentication: I need to send a TLS client certificate along with the...
View ArticleExpo Prebuild for React Native ios
I've noticed a behavior when running expo prebuild in my React Native project using Expo. For the iOS platform, it completely replaces the AppDelegate.mm file and regenerates new icons. However, on...
View ArticleReact-native Xcode build fails -> react/debug/react_native_assert.h' file not...
I'm trying to run my application on IOS but I'm getting error thatyordex-app/node_modules/react-native/ReactCommon/react/utils/RunLoopObserver.cpp:10:10: 'react/debug/react_native_assert.h' file not...
View ArticleMy scrollView compnent is not working despite all the online solutions
I recently started learning react native and i have been going through some styling problems nad tailwind conversion of code but leaving that i am facing a more irritating issue... My scrollView tag is...
View ArticleWhat are the sizes required for React-Native app icons? [duplicate]
I'm pretty confused about the requirements for app icons.I see this in the Xcode interface for applying app icon sizes:From what I can tell, these are different sizes for different iPhone screens. I'm...
View ArticleReact-RCTAppDelegate could not build module error with Xcode 16.2 and React...
I am using Xcode 16.2 and I upgraded my React Native version from 0.70.8 to 0.76.6. However, when I try to build the app in Xcode, I encounter the following error:React-RCTAppDelegate could not build...
View ArticleHow can i create new react native App using npx?
I didn't use react-native for a few months. It looks like some things have changed meanwhile. In the official documentation they recommend to uninstall react-native-cli and to usenpx react-native init...
View ArticleReact-Native Project using Expo getting NewArchitecture Errors from expo-doctor
I'm running npx expo-doctor but it keeps giving me warnings for library not suitable with React Native's New Architecture for iOS build.I set it to false in the app.config.js, but the warnings persist,...
View ArticleReact Native iOS Build Failed: 'react/debug/react_native_assert.h' file not...
I'm trying to build my React Native project for iOS, but the build fails with the following error:'react/debug/react_native_assert.h' file not foundEnvironment:React Native version: 0.72.4Xcode...
View Article"Command PhaseScriptExecution failed with a nonzero exit code" while creating...
I ran into a "Command PhaseScriptExecution failed with a nonzero exit code" while creating an ios build.XCode 15.3React Native 0.74.Please help!I'm just stuck at itPlease help!!!I ran into a "Command...
View ArticleFacing [CP-User] [RNFB] Core Configuration error while build reactnative app...
I am facing this error while building ReactNative app for iOS platform using FastLane in Gitlab runner.Run script build phase '[CP-User] [RNFB] Core Configuration' will be run during every build...
View ArticleReact Native ios build : Can't find node
I have a prototype ready to go and the project is jammed with build:error: Can't find 'node' binary to build React Native bundle If you have non-standard nodejs installation, select your project in...
View ArticleHow to clear the deep link after it was opened?
I have a react native app, on the Home Screen I have the code to open the deep link. I check if the deep link exists using Linking.getInitialURL() and then I redirect the user if the initialUrl exists,...
View ArticleReact Native: TypeError - _$$REQUIRE(_dependencyMap[3],...
I'm working on a React Native project, and I'm facing the following error when running my app for ios.ERROR TypeError: _$$_REQUIRE(_dependencyMap[3], "(...)helpers/objectWithoutProperties") is not a...
View ArticleXCode Error | 16.2 Version |EmitSwiftModule normal arm64 (in target 'Apollo'...
Getting below error when running npx react-native run-iosThe following build commands failed: EmitSwiftModule normal arm64 (in target 'Apollo' from project 'Pods') SwiftEmitModule normal arm64...
View ArticleA required agreement is missing or has expired" after App Store transfer...
I recently transferred an app from one Apple Developer account to another. The app was developed with React Native and uses Expo SDK 51.0.0. After the transfer, when trying to upload a new version to...
View ArticleReact Native Expo-Camera: 'type is invalid' error when using Camera component
I'm working on a React Native project using Expo SDK 50 and expo-camera, but I'm encountering the following error:Warning: React.jsx: type is invalid -- expected a string (for built-in components) or a...
View ArticleCancel all expo local scheduled notifications on iOS
I tried scheduling local notifications using expo (react native) and something very strange is happening.This is the code I wrote:const localNotification = { title: 'test', body: 'test body', ios: {...
View ArticleHow to fix "Error while updating source of a view managed by RCTImageView"...
I am trying to make a location tracking application using Expo SDK 52 and react native 0.74.3. (Ignore the 72.10 below, I checked package.json) I decided to stick to developing my app on iOS devices...
View ArticleIs there a way for React Native to persist data even when app uninstalled?
I was trying to do some fingerprinting on user's devices because we have a few functions that is to make sure that whatever transaction that user made, cannot be executed again. Plus we want to detect...
View ArticleSwift bridging header not exporting React Native types
I'm trying to create a native (iOS) module for a React Native app using Swift. I want to expose a method on the module that returns a promise, using functions of type RCTPromiseResolveBlock and...
View Article'FBReactNativeSpec/FBReactNativeSpec.h' file not found
I'm trying to build my iOS React-Native app and I keep getting this issue when attempting to build:'FBReactNativeSpec/FBReactNativeSpec.h' file not foundSometimes it doesn't show up, sometimes it...
View ArticleReact Native 0.76.3 - NoSuchFieldError: "mBinding" in FabricUIManager
I'm facing an issue while running my React Native 0.76.3 project on Android. The app crashes with the following error:Exception com.facebook.react.common.JavascriptException: Error: Exception in...
View ArticleCould not build module 'UIKit' - XCode Version 16.2 React Native iOS
I've been trying to solve this error for quite some time and have not been successful. Anytime I try to Archive or Build my app, I keep getting UIKit, CoreFoundation, Darwin Foundation, "Could not...
View ArticleIs there another solution to "Sandbox: rsync.samba(76010) deny(1)...
I'm getting these errors when building my project in Xcode after installing mapbox:error: Sandbox: rsync.samba(76010) deny(1) file-write-create...
View ArticleFor React Native Expo project built for iOS, unable to use debugger whether...
I am trying to access the debugger for iOS for a React Native project using Expo but for either Hermes or JSC specified as the jsengine in the app.json file, I am unable to use Chrome Dev Tools (hot...
View ArticleReact-Codegen error upgrading to RN 0.77.0
After a break of over 6 months I am updating a React Native app to use version 0.77.0 of react-native. It's all good till I was forced to upgrade the react-native-contacts library as well. When I...
View ArticleError setting property 'sheetLargestUndimmedDetent' of RNSScreen
Been migrating react native app from 72.14 to 77.0, build is complete but i am getting this error on launch of the app. This error occur on iOS simulator.pakage.json content."dependencies":...
View Article