Quantcast
Channel: Active questions tagged react-native+ios - Stack Overflow

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 Article


Image may be NSFW.
Clik here to view.

What 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 Article


React-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 Article

How 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 Article

Image may be NSFW.
Clik here to view.

React-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 Article


Image may be NSFW.
Clik here to view.

React 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 Article

Facing [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 Article


React 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 Article


How 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 Article

React 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 Article

XCode 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 Article

A 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 Article


React 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 Article

Cancel 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 Article


Image may be NSFW.
Clik here to view.

How 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 Article

Is 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 Article


Swift 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 Article

React 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 Article

Could 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 Article


Is 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 Article


For 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 Article

React-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 Article

Error 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


How to Reset IOS folder in react-native

I'm working on a react-native application, I made some mistakes on the iOS project side. Android goes well and no problems. I would like to know if there is any solution to completely reset the iOS...

View Article

React Native iOS XCode build error: "[CP-User] [Hermes] Replace Hermes for...

I face this issue and I do not have any clue about what is cause the problem.It's about a React Native App, I didn't install anything from days or change code. It's happen from the moment I update my...

View Article

Expo Modules API with .framework File – Where to Place and How to Integrate?

I'm working with the Expo Modules API and trying to integrate a .framework file into my Expo module. However, I'm new to native development and struggling to understand the documentation.My questions...

View Article

Image may be NSFW.
Clik here to view.

react native status bar background color does not change on IOS

import {NavigationContainer, useTheme} from '@react-navigation/native';import {createNativeStackNavigator} from '@react-navigation/native-stack';import {View, Text, StatusBar, useColorScheme} from...

View Article



Image may be NSFW.
Clik here to view.

Tab Bar Icons not vertically centered React Native Navigation

When testing my react native app (with expo) through the expo go IOS app the icons are not vertically centered, however when testing on web they are vertically centered. I have tried giving each icon a...

View Article


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>