How can i add ReCaptcha-v2 in react native form?
1.WebviewOn using Webview is there a way to show the picture popup in modal and Recaptcha checkbox alongside the form fields???2.Without WebviewAlso are there any other ways for implementing Recaptcha...
View ArticleHow to get current route name in react-navigation?
I want the name of the current route or screen in react-navigation which I want to use inside if condition to make some changes.
View ArticleExpo / React-Native, Is it there a way to test-run standalone iOS apps on a...
I'm using Expo to code my apps with React-Native. I can test my apps on Android devices running them from the Expo client app or building an APK and running it as standalone.On iOS I can run my app...
View ArticleHow to resolve conflicts in `project.pbxproj` file while upgrading react native?
I am using Xcode 9.4 and current react native version @0.54.4 I want to upgrade the version to 0.55.4.As I upgrade my project using react-native-git-upgrade, I see some un merged conflicts in the...
View Articlewhat is best technology stack to build a money saving circle app? [closed]
I would like to build a money saving circle app for both android and ios, where it allows a user to create a group of friends to save a fixed amount of money monthly and one member gets the sum amount...
View ArticleIs there a way to compare drawing objects to letters?
I want to create learning letters app.I'm allowing a user to draw on a canvas. After finish, I want to compare the drawing with one letter and show score for users or something like "Write It!...
View ArticleReact-native iOS : Cocoapods could not find compatible version for pod...
I am getting the following error while running pod install for my react-native project.I tried running pod install --repo-update and pod repo update, but it didn't work for me.[!] CocoaPods could not...
View ArticleXcode 11.3.1 Failed to load Info.plist from bundle at path
I have React Native project which stops working after Xcode upgrade to version 11.3.1. The error is following Could not install at this time.Failed to load Info.plist from bundle at path...
View ArticleIOS App should not be killed in background state
I am trying to understand, is there any way to develop ReactNative app with following conditions:In this application timer will be run in the background state.This application should not be killable in...
View ArticleMissing request token for request
Get all contacts from phonebook and upload to server but got following error. While append image in request body FormDataTried codepass file url contact thumbnailPath const path =...
View Articleerror when executing my react native app: Can't find variable: Component
When I use the expo start and open the app in my android emulator I get this error: ReferenceError: Can't find variable: Component- node_modules\react-native\Libraries\LogBox\LogBox.js:148:8 in...
View ArticleReact Native images not rendering on newer version of iOS
I am running emulators to test a React Native application. One is an iPhone 6 running iOS 12.4, the other is an iPhone 11 running iOS 14. I am noticing that images are not being displayed on iOS 14,...
View ArticleInclude react-vr in react-native
I would like to know if it's possible to integrate a react vr tour inside an Android and/or iOS app developed with react native. If so, how can I do it?This is just an idea but I haven't found a real...
View ArticleFacebook Analytics Events Showing When SDK not integrated
I just installed the Facebook SDK into my app, and it is staged to roll out with version 1.3.0. Yet for some reason, even when this version has not yet been released I am seeing events come in from app...
View ArticleReact Native images not rendering on newer version of iOS [RESOVED]
I am running emulators to test a React Native application. One is an iPhone 6 running iOS 12.4, the other is an iPhone 11 running iOS 14. I am noticing that images are not being displayed on iOS 14,...
View ArticleHow to handle universal links in react-native deep linking
If the received URL is dynamic how can i match route with the received URL.If the url have something like thishttps://zzz.com/user/profile/14515/dashboard1415 is a dyanamic id here
View ArticleWhite screen after migration to Expo
I am currently facing an issue, when running expo start the app shows a white blank screen once the loading is completed on both the ios simulator and device (Android has not been tested yet).I...
View ArticleReact Native images not rendering on newer version of iOS
I am running emulators to test a React Native application. One is an iPhone 6 running iOS 12.4, the other is an iPhone 11 running iOS 14. I am noticing that images are not being displayed on iOS 14,...
View ArticleCocoaPods could not find compatible versions for pod "ReactCommon/callinvoker"
I've taken several steps to resolve this issue, including deleting node_modules, deleting pod.lock, ran yarn cache clean, ran npx react-native-clean-project, ran pod install --repo-update ... but...
View ArticleI want to make phone call recording application using react-native is there...
I want to make a phone call recording application using react-native is there any feature or package that will be helpful
View Article