Exception '-[GIDSignIn setPresentingViewController:] unrecognized selector...
I am getting error on ios while executing function GoogleSignin.signIn() of react-native-community/google-signinAny suggestion or help will be highly appreciated, Details and repo for reproducing the...
View ArticleAccessing page content when using deeply nested React Navigation navigators...
Does anyone have any experience with React Navigation 5 on iOS and nested navigators?It appears that once the navigation tree hits 5 nested navigators on iOS that instead of being able to access the...
View ArticleCan I get distance from current location to a particular point without...
I'm aware of google's distance matrix api where you can add origin and destination to find distance between 2 locations. But is there any service available, where I dont have to track user's current...
View ArticleHow can I run two react native applications?
I want to run my react native app twice: my device + simulator.I don't mind using two metro bundler instances. How can I do that?Right now, both my devices connect to 8081 - and whenever one connects,...
View ArticleHow to enable centering Marker on Map in IOS using React native?
I am using Map component from react-native-maps, and I display many markers in it, but whenever click on a Marker on Android the marker clicked is centered automatically, while this behavior does not...
View ArticleAbout 100 error in Xcode, Undefined symbols for architecture x86_64 :upgraded...
I've been trying to upgrade my project and use cocoapods for ios,Whenever i build from xcode it gives me 100 error related to swift, - My project does not depends on swift- Upgraded all packagesPlease...
View ArticleReact Native Fixed Bottom Input Keyboard (Social Media Post UI)
I am trying to create a view post ui for a social media feature of our app. We have a post (the flatlist header component), the comments (the flatlist), and a fixed bottom text input that leverages...
View ArticleHow to navigate between pages on React Native?
I understand that this is a common question, but I cannot seem to get this to work.I want to just be able to navigate to another screen on the click of a button. I have seen many people using these...
View ArticleExpo Document Picker iOS Release
last week we created an app with expo, where the user can use the DocumentPicker function. It’s work as expected when running in the expo app (debug and published too) in both iOS and Android, but when...
View ArticleReact Native - how to go back to app from settings automatically?
I am implementing the location tracking in background using React Native. The plan is to allow user to select 'Always', in Location, from Settings of the app. I did it by...
View ArticleSafeAreaView implementation on iPhone 11
I'm trying to add a SafeAreaView so my icons don't get squished together like shown in the image.But it seems the SafeAreaView just pushes the contents up instead.This is how I've currently Implemented...
View ArticleWhat kind of project we should use Flutter, React Native or Native? [closed]
Now we have Flutter and React Native for Cross-Platform. Both of them very awesome. But we have many projects or products. I want to know.When we should use Flutter and Why?When we should use React...
View Articleasync function Syntax error when Pushing IOS app to iphone se 2
I am just following the tutorial here https://www.tutorialspoint.com/react_native/index.htmand trying to push this app to IOS device (runs on simulator fine).When I build on Xcode, it is giving me...
View ArticleiOS Receiving Push Notification's only after close/reopen app
i recently encountered this issue with ios push notifications where push notifications are not received right after app is installed on first launch i had to close the app remove from recent apps and...
View ArticleReact native firebase mlkit face detector works on android but not iOS
I am trying to implement rnfirebasemlKit vision but it only works on android, not iOS. I am taking a picture with react-native-camera and using data.uri to pass it to ml-vision.I am running react...
View ArticleFCM Token for firebase cloud messaging sometimes not registered
I have a React Native app with React Native Firebase, which I use for push notifications / cloud messaging.So generally everything is fine, but the iOS version has one issue.The problem is that the FCM...
View Articleexpo-location not working in ios and not showing location permission in app...
I am trying to get current location in IOS 14, but i am getting no response and when i check in exposettings it's not showing location permission there. I have checked in both simulator and physical...
View ArticleHow to generate ipa in react native using ubantu and command prompt
I just want to generate a ipa file.I have no real ios device.Please suggest a solution.I tried adding->react-native bundle --dev false --entry-file index.js --bundle-output ios/main.jsbundle...
View ArticleiOS Native Module - Invariant Violation: Native module cannot be null
I have an issue with upgrading react-native version from 0.59.10 to 0.61.5. We are using our own native modules and it seems like to be problem with them. This problem I have only on...
View ArticleHow i can update or install latest version of IOS in Xcode?
Am using Xcode 10.3, i want to use latest IOS for target devices in my xcode 10.3, how i can install or update IOS without update Xcode 10.3. I tried to download IOS_SDK file and IOS_DeviceSupport file...
View Article