Failed to build iOS project. We ran "xcodebuild" command but it exited with...
Build Failed due to RNGestureHandler.The following build commands failed: CompileC...
View ArticleReact Native IOS fabric crashlytics how to read and solve bags
I have React-native app with crashlytics from Fabric and i get the error on IOS stage: Fatal Exception: RCTFatalException: Unhandled JS Exception: JSON.stringify cannot serialize cyclic structures....
View ArticleReact Native - is there a library for sign in with Apple ID?
Looking for a react-native library to login with AppleID
View ArticleHow would you implement pinch-zoom in react-native?
I've been looking into PanResponder. My current working hypothesis is that I would detect if there are two touches that are moving outwards and if so, increase the element size in the...
View ArticleCan you suggest me few options to do deep linking for react native app? [closed]
I have to do deep linking implementation for my react native application. Suggest good options which work for both android and ios.
View ArticleHow to add 'greact-acr-cloud', a third party library in Xcode? (React-native...
Hello I have added this dependency to my project using npm, 'npm i greact-acr-cloud'. This dependency is supposed to use the device's microphone to capture sound. I have a button that triggers the...
View ArticleHow to create LaunchScreen with a fullscreen Image for IOS in React Native...
I need a full screen image on my splash screen for IOS App build using react native. I have reffered different post but most of them explains spash screen with a logo at the center and none of them...
View ArticleDetox - The request was denied by service delegate (PBProcessManager) for...
Trying to upgrade from Detox 7.3.4 to 8.1.1It appears to be loading from an apple tv instead of the phone I provide even when providing --configurationpackage.json:"detox": { "configurations": {...
View ArticleReact Native app restarts while on background
I updated my react native app to RN 0.61.2 from RN 0.59 few weeks ago, and a while after that, reading that thread: https://github.com/facebook/react-native/issues/26696 made me upgrade to 0.61.5.Ever...
View ArticleImplementing ssl pinning in a react-native application using TrustKit iOS
I'm trying to implement SSL pinning in a react-native application (RN 0.60) and I'm using Trustkit.Following the guide posted in https://github.com/datatheorem/TrustKit these are the step that I've...
View ArticleHow to restrict the Visibility of RCTAsyncLocalStorage_V1 folder in IOS while...
It happens while I allow user to see Documents Directory to access Downloaded files.
View ArticleUnexpected reserved type number [closed]
I have problems using the libraryreact-native-wheel-picker.Is there any way to fix itThankserror image
View ArticleWhat is the best approach to take if planning to have single code base for...
In our company we are planning a single code base for our iOS and Android mobile application that currently have a separate code base .The application which is on App Store have features like:- QR code...
View ArticleNo podspec found for `React-Core` in `../node_modules/react-native/React`
I'm using React Native. I get this issue when I try to upload pods. I've successfully installed node_modules, but I'm getting this problem. What is the problem? If we delete the package-lock.json and...
View Articlelibrary not found for -lRCTOrientation
I'm very beginner in React Native, I build a mobile application which is working OK an android, but when I tried to generate the IPA for iOS using Xcode, I faced this issueld: library not found for...
View ArticleCould not find iPhone X simulator. Run CLI with --verbose flag for more details
I downloaded the recently released Xcode 11 beta version, and now I can't run my React-Native app on my simulator. I know there are some question on stack-overflow about this but they did'nt help. the...
View ArticleReact Native two drawers on one screen
I have an app that needs to be able to use two drawer navigators, one on the left and on on the right side of the header. I am at the point where I can get both drawers to open with the slide gesture,...
View ArticleDetox: iOS Simulator how to confirm alert message
I am using Alert from react-native.How do I get detox to press the "Log out" button on the alert message?I tried using await element(by.text('Log out')).tap();But I get "Multiple elements were matched"...
View ArticleIssue after react native expo eject: No visible @interface for...
I just ejected from expo and everything went well but I'm now getting the following error when trying to run my ios app in Xcode :No visible @interface for 'RCTAsyncLocalStorage' declares the selector...
View ArticleReact Native iOS app different code on simulator vs ad hoc/App Store
I have been working on a React Native app for several weeks. I recently pushed a version to TestFlight. When I started getting feedback from users I noticed that their screenshots were different than...
View Article