Referencing PODS_ROOT in Header Search Paths
I'm trying to set up Header Search Paths for a library I just installed which reference ZXingObjC folder in my Pods folderI managed to build the app when I reference the full path, but I don't want to...
View ArticleBuilding a ci/cd pipeline for react-native ios app: How to run expo build in...
I am helping set up a gitlab ci pipeline for a react-native application that was developed with expo. Here is my gitlab-ci.yml:image: node/aplinecache: key: ${CI_COMMIT_REF_SLUG} paths: - ~/.npmstages:...
View ArticlePayment page is not working in React Native Webview app
I'm trying to create an ReactNative WebView app for my online store. Everything works fine until I try to pay for the order.The error I'm getting isPayment Page of WebView appI can close that popup,...
View ArticleConsole.error: no permission handler detected.(React Native)
I am coding a simple react native app and am getting a console error when I run the app. It says that there is no permission handler detected and tells me to go through some steps. But I do not know...
View ArticleDisable NSAppTransportSecurity in Expo React Native
I want to disable "NSAppTransportSecurity" in Expo React Native.After build I got "Network request failed" Error.I wanted to run HTTP without SSL after iOS build.This is my app.json file{"expo":...
View ArticleReactNative App build failing with Flipper error
I have inherited a ReactNative app, that i need to get up and running in dev.I am completely a noob.I think i am close.When I runnpm run iosI get the errorCompileC...
View ArticleReact Native - IOS( Drawer partially opened on Login)
When I Login to the application drawer is partially opened, if I kill the app and reopen again drawer is fully closed. Not sure what is causing the issue.<Drawer.Navigator...
View ArticleWhat is the possible reason of this crash?
I have a Expo Managed-workflow React Native app. Ios crashes on load. I tried eas update without any code changed and the app works after update. I am guessing if there is problem while bundleing?For...
View ArticleBack button not visible in onfido/react-native-sdk
I am creating some mobile application in React-Native 0.71.8 and i am using a npm library onfido/react-native-sdk version "^10.6.0" and find some hurdle.There is no back button shown on "Verify your...
View ArticleNo permission handler detected in react-native IOS
It’s been giving me this error for 3-4 days now, I want to fix it but nothing works, I’ve done everything but nothing works at all, here are my configurations:Podfile:require...
View ArticleError opening an existing project in Xcode
I am unable to open an existing (expo) React Native application that I developed in VSCode, in Xcode. This is the error I get:I have seen answers saying to open the .xcworkspace file in the iOS...
View ArticleHow can i use home screen widgets in react native
How can I use home screen widgets in React Native? I've seen some solutions, but I want to ask the community. Is a Java file necessary for Android and a Swift file necessary for iOS? I don't want to...
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 ArticleGoogle auth with react native app crashes
I am trying to build authentication flow using '@react-native-google-signin/google-signin'I used eac for building my app and run it with expo development. once I am clicking on my login my app crashed...
View ArticleDo we need to create new file in main app project for PrivacyInfo.xcprivacy...
My xcode project's Pods contain PrivacyInfo.xcprivacy file.Do i still need to create new PrivacyInfo.xcprivacy file in main Xcode project?
View ArticleTyping on TextInput is executes two functions instead just one of this on iOS...
I am currently working on a unit conversion calculator in React Native + Expo Go. Handle the value of each TextInput to convert hectares to m/2. When typing in one TextInput the result will be set in...
View ArticleReact Native: Fata Error - AmplifyRTNCore/AmplifyRTNCore.modulemap not found
I am trying to build a react native application and get it ready for submission through apple developer portal. When I try to build it in X-code, I get the following...
View ArticleCant install pods after installing react-native-firebase/firestore
MacBook-Air ios % pod install [!] CocoaPods could not find compatible versions for pod "nanopb": In snapshot (Podfile.lock):nanopb (< 2.30911.0, = 2.30910.0, >= 2.30908.0) In...
View ArticleReact Native - RealmJS - Linker command failed with exit code 1
React Native application is throwing the following error when building in Xcode. I am building on Mac M1.Undefined symbols:Linker command failed with exit code 1 (use -v to see invocation)I tried pod...
View ArticleDistribution 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