RNFBApp - 'React/RCTVersion.h' file not found
I have upgraded my React Native project from 0.70 to 0.72.6, and I'm encountering this issue when trying to run my app in Xcode.I have also followed the steps from the React Native upgrade helper tool...
View ArticleGenerating an iOS application from React Native crashes during the load phase...
2024-07-16 16:45:22.475 [error][tid:com.facebook.react.JavaScript] Invariant Violation: Native module cannot be null.2024-07-16 16:45:22.478 [error][tid:com.facebook.react.JavaScript] Invariant...
View ArticleWhen opening a deeplink on ios I get directed to a "route_not_found" screen...
I have a react native app that I am trying to get deep links working for. On android they work fine, and on iOS they work fine if and only if the user has fully killed the app. If the user has the app...
View ArticleCreating a Contact with React Native & Expo Contacts defaults to Business...
I am using React Native and Expo for building my application. In it, I use a library called Expo Contacts which allow you to manage device contacts...
View ArticleReact Native: Bottom Tab Navigator shifts up when keyboard is open
I'm working on a React Native project where I use a bottom tab navigator.When I open the keyboard on a page without the bottom tab, and then navigate back to a tab navigator page using a gesture, the...
View ArticleHow to setup debugging in Visual Studio Code for React Native?
I searched but I can't find any external sources except for Visual Studio Code docs, and just following those docs doesn't allow me to debug React Native apps both in iOS and Android.I keep getting the...
View ArticleCheck if kiosk mode is enable ( Guided access)
I have a reactnative application, i want to check if the user enable or not the kiosk mode (Guided Access)How we can check if user has enable Kiosk mode programmatically ?I found nothing on the...
View ArticleiPad in guided access (kiosk) mode screen goes off after 2 days
We have a client that runs our app in guided access mode. The app runs flawlessly for 2 days consecutively, but after that, the iPad suddenly lags, sometimes crashes and reopens, and after that, the...
View ArticleDisable Screen Capture/ScreenShot in React Native App
I have came across few solutions specific for ios and Android to prevent screen-capturing and taking screenshots. But how do i disable screen-capturing in react native?
View ArticleQA Testing for iOS Mobile Apps
I want to check how QA testing is done for iOS Mobile apps?Option 1: Deploy the app to App Store in TestFlight mode and ask QA to test.Benefits:QA can test on real iPhone device.Drawbacks:Every time...
View ArticleHow do i set Android minimum version in Expo project
I am trying to set the minimum supporting version for android to 10 and ios to 15. I am a iOS dev trying out RN and Expo. I think there is deploymentTarget for iOS in BuildProperties but couldn't find...
View ArticleCan't archive with Xcode (error - PhaseScriptExecution failed with a non zero...
I am sorry for the black marks in the image. I have seen multiple posts suggesting an answer to this problem, Lock unlocks keychain (tried it), pod Update (tried it), clear build(tried it), signing,...
View ArticleManual Code Signing Fails in Terminal but Works in Xcode GUI, when Podfile...
I’m facing issues with manual code signing when building a React Native iOS project using the terminal, while it works fine in Xcode GUI.Setup:Basic React Native iOS project.Podfile includes...
View ArticleReciving Unable to find a specification for FBReactNativeSpec depended upon...
I am making a upgrade of the React Native version from the 0.70.6 to 0.74.3.When I try to run the pod install inside the iOS folder. I receive this error:[!] Unable to find a specification for...
View ArticleWhy OAuth does not respond access token in IOS [closed]
I use react native to create my mobile app and I use Microsoft login. In android device login is success and respond the accessToken but in ios device login is success but does not respond any...
View ArticleEquivalent of `https.agent` in React Native
I need to make an API request using this cURLcurl -L -i -X PUT –cert ./[device_cert].pem –key ./[device_cert_private_key].pem -H 'Content-Type: application/json' -H 'Content-Encoding: utf-8' -d...
View ArticleSectionList jumps/glitches when paginated list gets appended at the bottom
The response of my paginated code looks something like -Page 10: {title: '2024-07-11', data: Array(3)}1: {title: '2024-07-12', data: Array(1)}2: {title: '2024-07-15', data: Array(2)}3: {title:...
View ArticleRCTAppDelegate::bundleURL not implemented', reason: 'Subclasses must...
I am trying to add Expo to a bare React Native project. I have upgraded to RN 0.74.2 and EXPO SDK 51. When I run "npx expo run:ios" the app opens but immediately crashed with the followingOpening...
View ArticleReact Native App Stopped Logging Conversions to Google Ads
I have a React Native Expo app for iOS that uses Firebase and Firebase Analytics to log user installs. The app correctly logs events to Firebase and Firebase Analytics, where I can see events such as...
View Articlereact native modal does not get rendered on IOS
I have a react-native: "0.74.3" project and I want to show a modal to my users.So I intalled react-native-modal: "13.0.1" into my project. I developed the way I want to show the modal, it works for...
View Article