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

Image may be NSFW.
Clik here to view.

IOS app build with expo crashes instantly after splashscreen

I have coded an app using expo and built the app with EAS. The app runs fine when I launch it on Expo Go, but crashes instantly when running the production build on a simulator, and I have no clue...

View Article


ReactCodegen : Command PhaseScriptExecution failed with a nonzero exit code

My react native project keep giving error:ReactCodegen : Command PhaseScriptExecution failed with a nonzero exit codePodfile# Resolve react_native_pods.rb with node to allow for hoistingrequire...

View Article


React Native Add To Apple Wallet SVG Failure

I am getting an error when trying to run or build my React Native Expo app. The issue is coming from an SVG that I am using.At first I thought it was to do with SVGs in general, but I have found out...

View Article

'RCTAppDelegate.h' file not found

After updating the RN version from 0.70.6 to 0.71.4 ios pod install working, but the app doesn't build and gives an error.'RCTAppDelegate.h' file not foundany ideas??I have tried all steps in...

View Article

Invariant Violation: requireNativeComponent: "RNJWPlayerView" was not found...

I am experiencing a package linking issue only on iOS. "'RNJWPlayer' was not found in the UIManager". Which leads me to believe there is an iOS dependency issue with the iOS package 'JWPlayerKit' or...

View Article


How to use React Native 0.76.0 New Architecture (Turbo Modules) with Swift

i have a question regarding the New React Native Architecture (Turbo Modules), which is enabled per default since RN 0.76.0..... At the moment all my native IOS Code is mainly implemented with Swift...

View Article

upcoming requirements : App store receipt sigining certificate sha-1...

I received the following warning in my Apple account: 'App Store receipt signing certificate SHA-1 intermediate certificate used for signing App Store receipts expires on January 24, 2025. If your app...

View Article

React Native Build Issue with Xcode

first I must apologize for this broad title but I couldn't exactly pinpoint the origin of the issue I was having. I’m encountering issues while trying to build my React Native app. The errors differ...

View Article


Amazon CloudFront Not Working in React Native

You have two options for resolving this issue:1. Use AWS Amplify or AWS SDK for the BrowserIf you need to perform this action in the browser, one solution is to use AWS Amplify or a combination of...

View Article


Expo React native crash (child.isClassAccessorProperty is not a function)

i'm using multiple Dependencies in Expo RN app, the project has been successfully done year ago and now when i try to build and run it again, i'm getting this error: child.isClassAccessorProperty is...

View Article

How can we change app icons dynamically in reactnative for both the platforms...

How can we change app icons dynamically in reactnative for both the platforms ( Ios and Android )I tried nothing till now , just want to ask that How can we change app icons dynamically in reactnative...

View Article

React Native: Image pop-up (lazy loading) on first run despite using...

I'm stuck on a bug in my RN Expo app and I cannot fathom what I'm doing wrong.I've been trying to fix the bug that makes all of my images pop-up about half a second after rendering my pages when the...

View Article

Error Running React Native App From Terminal (iOS)

I am following the tutorial on the official React Native website.Using the following to build my project:react-native run-iosI get the error:Found Xcode project TestProject.xcodeprojxcrun: error:...

View Article


Display videos in React Native does not work in production mode but in...

I am trying to simply create a custom Image-/Video-Picker for a React Native App. What I want to achieve is to get access to my photos and videos from my phones media library.I am using React Native...

View Article

Expo Location Geofencing with Task Manager not working (SDK 49)

I'm using Expo (49) Location Geofencing with Task Manager, and for some reason, the background task doesn't get registered even though it's defined in the global scope (in App.js).Besides geofencing,...

View Article


Image may be NSFW.
Clik here to view.

Error: React Fabric - codegen didnot Run propery in your project

I am trying to install react native in my existing ios application since I need to migrate the exsiting application to react native.I have followed all the steps but getting codeFirst I have created a...

View Article

Image may be NSFW.
Clik here to view.

Execution failed for task ':expo-modules-core:buildCMakeDebug[arm64-v8a]'

I am using react native expo and trying to build project in android studio getting this errorFAILURE: Build completed with 2 failures.1: Task failed with an exception.-----------* What went...

View Article


FBReactNativeSpec Command PhaseScriptExecution failed with a nonzero exit code

i also applied this solution but its not working also getting errorClean Build Folder in XcodeOpen Xcode.Go to Product > Clean Build Folder (Shift + Command + K).Rebuild the project (Command +...

View Article

react-native-calendars calendar height doesn't change

I am using react-native-calendars to display a calendar on my project. However, I am not able to change its height. It changes the height of the gray border but not where the days are displayed.This is...

View Article

Image may be NSFW.
Clik here to view.

How to make infinite animation in react native?

My cards here work from right to left with a nice animation. But when the animation rewinds, the card positions rewind and there is no infinite animation image. What I want is for the first card to...

View Article

What's best to use to keep an active connection to a WebSocket server in the...

I have a very simple React Native app that connects to a simple Express backend, which also serves as the WebSocket server. This backend has an endpoint for a webhook, and whenever this endpoint is...

View Article


Image may be NSFW.
Clik here to view.

"No Script Url Provided" Error when running React Native Project on Xcode

I have been following the react native set up guide from https://reactnative.dev/docs/getting-started-without-a-frameworkand set up the environment according to here...

View Article


Image may be NSFW.
Clik here to view.

Axios post request network error on android

So i'm posting a formdata object with axios to a node.js server. On iOS everything works perfectly, the data get posted and the image uploaded. But on android i'm getting this error[AxiosError: Network...

View Article

How to integrate an ML model built in Create ML into a React Native app?

I have created a machine learning model using Apple's Create ML, and I built an iOS native app where the model works perfectly.Now, I need to integrate this model into a React Native app. I've already...

View Article

Image may be NSFW.
Clik here to view.

iOS Deep Linking Issue with Branch.io/react-native-branch Integration

SummaryLink click tracking is not working on iOS with @config-plugins/react-native-branch.We are implementing a customer referral system using Branch.io, where app users can invite others using an...

View Article


Distribution certificate with fingerprint hasn't been imported successfully

Before today, eas build -profile production --platform ios worked well. But since, it give me this error. Do you have any idea what the problem is?Preparing credentialsCreating keychainPreparing...

View Article

Image may be NSFW.
Clik here to view.

React Navigation Header Padding Issue on iOS – Extra Space at Top of Header...

In React Native, I'm using the following dependencies:"react-native": "^0.74.0","@react-navigation/bottom-tabs": "^6.6.1","@react-navigation/drawer": "^6.7.2","@react-navigation/native":...

View Article

React Native: "Use Strong Password" popup not appearing when creating a password

Having an issue where "Use Strong Password" does not appear when creating a new password during my registration process.I have setup webcredentials and it is accessible by the branch AASA validator as...

View Article

React Native: How to select the next TextInput after pressing the "next"...

I defined two TextInput fields as follows:<TextInput style = {styles.titleInput} returnKeyType = {"next"} autoFocus = {true} placeholder = "Title" /><TextInput style =...

View Article



External Payment provider in Webview goes to session timeout

I have a react native application when we have to use webview component for external payment providers.The props I pass through the webview are listed below:ref: webViewRef,source: { uri:...

View Article


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