Can we move from native code to react native code in a published Apple app?
I was planning to rewrite an existing IOS app using react native. The existing IOS app is already published in the APP store. I would like to know if it is possible to completely create a new build and...
View ArticleMapping object to dictionary using React Native iOS Module
I'm trying to call in my native iOS code (in swift) from React Native JavaScript. Here's my JS snippet: const identity = { customerEmail: user.email, customerName: `${user.firstName} ${user.lastName}`,...
View ArticleUsing addListener (willBlur) is crashing on tester's IOS device
I have created an IOS app using React Native. The app consists of a Song Menu screen and a song screen. On the song screen the user is able to press the play button to play the song. I am currently...
View ArticleReact Native Ios Push Notification Not Working
I use '@react-native-firebase/messaging' module to send notifications. On Android everything works fine, Following is the error log I get when I try const fcmToken = await...
View ArticleFlutter vs React Native vs Java vs Kotlin [closed]
I would love to learn android development, which of Flutter, React Native, Java and Kotlin would you recommend and why? I have a good background in node.js
View ArticleDetox "Cannot read property 'bindings' of null" error
I tried adding Detox e2e testing to my react native app and I am running into the following error when trying to run a simple test. I have only installed Detox to the iOS side of the app. The "detox...
View ArticleHow do I address React Native running poorly on physical iOS device vs...
I've recently finished building an app using React Native, and I'm in the process of shaking out the last remaining bugs. While the app performs exactly as it should in Simulator (compiled in Xcode...
View ArticleFirebase, React Native, Expo - How would I set up a 'Ping/(Similar to...
So I've got my authentication system setup already for the application (basic signup, login, and log out). I wanted to work on an app that generally display a list of users and the user on the device...
View Articledyld: Library not loaded: @rpath/MapboxMobileEvents.framework/MapboxMobileEvents
I am just trying to install mapBox in my project, and I'm getting this error:dyld: Library not loaded: @rpath/MapboxMobileEvents.framework/MapboxMobileEvents Referenced from:...
View ArticleHow would I set up a 'Ping/(Similar to Facebook's Poke)' feature so that each...
I've got my authentication system setup already for the application (basic signup, login, and log out). I wanted to work on an app that generally display a list of users and the user on the device can...
View ArticleBuilding a react native SDK to be used by IOS
I am building an SDK using react native to be used by native android and IOS apps. I was trying to make the SDK easy to be set up, so the SDK user does not have to use yarn or npm. Based on some blogs,...
View ArticleReact Native Linking URL returns null during iOS app launch
I am unable to handle Linking url in iOS app when app launches. I am getting url null at the time of iOS app launch. Working properly when app is already running. Below is the code I am using for the...
View ArticleCant build react native project in Xcode
I try to build a "fresh" react-native project in Xcode and run it on the phone but it says library not found for -lDoubleConversion. When I build it with npx react-native run-ios it runs fine in the...
View Articleexpo build:ios throws Reason: Unknown reason, raw: "SSL_connect returned=1...
Yesterday I managed to run the command expo build:ios successfully but this morning it just won't work, I get the following error message after entering my credentials:Trying to authenticate with Apple...
View ArticleCan't update pods to the latest version
I'm using react-native and I am trying to update the pods by usingpod update But it updates nothing. However, when I usepod outdated It shows this Updating spec repo `master` $ /usr/bin/git -C...
View ArticleHow to prevent iOS screenshot in react-native
In my application I want to disable screen shots function for IOS in React-native.Please suggest me any working package or any native code which can disable screen shots in IOS.
View ArticleWhat is the best practice to include third party ios sdk framework in...
I am trying to include ios sdk framework in my react-native module library. I turned always embed swift standard library to Yes in build setting. Everything compiles fine.Then I include the node module...
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 ArticleUIDocumentInteractionController menu does not dismiss (React Native 0.61.5)...
I have an issue with UIDocumentInteractionController which is used to open a PDF document.The problem at this point is when user interacts with the menu my clicking on the Open in {app_name} action,...
View ArticleHow to implement an application-wide search bar?
It seems to be a pretty common task to have an application-wide search bar in the header. Unfortunately, I haven't found some ready recipes on how to accomplish it the right way. My solution was to...
View Article