iPhone can't connect to metro on react-native 0.73.6
I have debug scheme, app is running on my iPhone. I allowed access to local network connections for my app, tried to configure bundle with my mac ip and 8081 port. When I try to refresh it seems to be...
View ArticleUnexpected token - when uploading app to iOS store
I'm using fastlane to upload the app to the iOS store. The only error that I get is the exception unexpected token at '' -It is the same error for both app store and test flight fastlane commands...
View ArticleEXPO / EXPO GO IOS APP: Filed to parse manifest. The operation couldn't be...
I have a problem with expo go application on IOS device (Android is working). When i try to connect to my project using expo start or expo start --tunnel it throw following error: error in expo go ios...
View ArticleReact Native: iOS archive build failed in Appcircle CI
iOS archive build generation is succeed when I generate from xcode but it fails in Appcircle.io with the following error. If I disable "use_flipper" from the PodFile, "pre_install" & "post_install"...
View ArticleIOS crash when closing a modal in expo managed project
Expo managed project on iosWhen my app starts, there is a modal showing up with a button to access the app without any account. The crashs happen when clicking on this button. The correct beahvior is...
View ArticleReact native splashScreen closing automatically in IOS
react-native-splash-screen hiding automatically In IOS.But it's fine working in android .I followed this steps : -1 ) npm i react-native-splash-screen --save2 ) cd ios ,run pod install3 ) Updated...
View ArticleReact Native splash screen on ios
I am developing an app using react native and trying to add a splash screen on ios. I have added the following code on AppDelegate.mm- (BOOL)application:(UIApplication *)application...
View ArticleError Domain=NSCocoaErrorDomain Code=512 and Error Domain=NSPOSIXErrorDomain...
i'm just trying out tweaking a the code from a tutorial to download files with expo-file-system and expo-sharing and i'm encountering this error.Full error is:Failed to create storage directory.Error...
View ArticleBuild Error on Xcode 15.3: "Called object type...
I recently updated my Xcode to version 15.3 and encountered an issue while trying to build my React Native app on the simulator. The error message I'm receiving is:"Called object type...
View ArticleA module failed to load due to an error and `AppRegistry.registerComponent`...
I have android and ios app in react native which both uses webview to show webpage as application.Since I had to change package name to deploy it on google play since first one package name was...
View Articlehow can allow users to view files on their phone when they are downloaded...
async function saveFile(uri: string, filename: string, mimetype: any) { if (Platform.OS === 'android') { const permissions = await FileSystem.StorageAccessFramework.requestDirectoryPermissionsAsync();...
View ArticleHow to get the text from iOS AutoFill keyboard function in React Native?
I'm using react-native-otp-textinput for the otp input in my app. When I use the AutoFill from iOS keyboard to paste the code, the input doesn't get filled. The library only provided solution using...
View ArticleHow to remove Other Linker Flags Objc params
enter image description hereI want to remove the '-Objc' param from the Other Linker Flags, but this params also from the inherited too, how can I remove the '-Objc' completely?I saw one solution at:...
View ArticleExpo App stuck on Splash Screen in Expo SDK 50
My app was working fine only a till only a few days back for some reason the app was getting stuck on the splash screen. This is on both Android and iOS simulators.I tried updating all my dependancies...
View ArticleReact native Expo EAS build for iOS, Push notifications capability error
I'm working in a managed workflow and I build my react native app with:eas build --platform iOSI use local credentials because I need to build and sign the package not with my Apple developer account,...
View ArticleCocoaPods could not find compatible versions for pod "StripePayments"
I have created a react-native project having following dependencies:"react": "18.2.0","react-native": "0.73.1",Now I am trying Stripe Payment Integration in this project. For this I have installed the...
View Article*** Terminating app due to uncaught exception 'RCTFatalException: Unhandled...
*** Terminating app due to uncaught exception 'RCTFatalException: Unhandled JS Exception: TypeError: Cannot read property 'prototype' of undefined, jsengine: hermes', reason: 'Unhandled JS Exception:...
View ArticleCommand PhaseScriptExecution failed with a nonzero exit code with ios build...
When I tried to build the iOS project, I faced this...
View ArticleMapbox.xcframework-ios.signature couldn’t be copied to “Signatures” because...
I'm using MapLibre in React Native project, when i do bunx eas build --profile preview --local -p ios i start getting this error, but no issues when doing in simulator.I did have MapBox in my other...
View ArticleRNSound/RNSound.m:236:44 Call to undeclared function 'RCTJSErrorFromNSError';...
RNSound Xcode Errornpx pod-install errorDo anyone have any idea what issue is this?I have tried to build on Intel Mac mini 2018 and it works fine, everything was able to be done. When it comes to my M1...
View Article