How to call iOS photos library from Rust?
I'm interested in doing some low level programming of Rust and React-Native, this tweet by Jared Sumner peaked my interested.So basically he used the JSI to do a c++ implementation and apparently the...
View ArticleReact native IOS :axios/fetch request stuck with no error or no response on...
Description:sending a request with Axios or fetch in IOS not work and it doesn't matter if the API is HTTPS or HTTP no error reaches the catch or no response received also no errors, only warnings...
View ArticleUnable to open itms-services url using react-native-webview
I am unable to download the ipa listed on https://m.11086999.com using react-native-webview. The webview shows the following error: The itms link is:<a...
View ArticleFirebase analytics android apps
When implementing fire base analytics in android apps do i need to add any codes in the app side or is it enough to enable it in firebase console only. Does it same in ios
View ArticleHow to copy images from gallery to app’s installation directory in React-native
I want to pick an image from gallery and copy that image to the currently running app’s installation directory using react-native.
View ArticlePayPal payment integration for REACT NATIVE with latest lib android + ios
Can any body provide a swipe solution with latest react-native PayPal library ? I have spent a week but not getting a proper solution. There are many old and incomplete solution on net but not a proper...
View ArticleLocalNotification not working [IOS] - PushNotificationIOS
I'm trying to implementing local notification in IOS using this @react-native-community/push-notification-ios package.I followed all the documentation properly. Still, LocalNotification is not working....
View Articlereact-native got build error after run pod install because project.pbxproj...
I was trying to upgrade react-native from 0.59.9 to 0.61.5After run react-native upgrade, I follow the upgrade helper instruction and was able to build the project but after that, every time I ran pod...
View ArticleHow to set a splash screen in react-native app after login
I have a launch screen in my app while launching or opening the app at initially. It was implemented in launchscreen in ios folder.But how can I implement another splash screen after successful login...
View ArticleReact Native IOS build clang: error: linker command failed with exit code 1...
While I'm trying to run the react-native ios application with command react-native run-ios. The Build goes failed and showing me error following:-ld: warning: directory not found for option...
View ArticleDisplaying and (rudimentary) editing of 3D model data in React Native?
Looking at thingiverse.com I came to the conclusion that the minimal requirement is to be able to preview STL file format, but I am open to suggestion concerning the file format.I am aware of...
View ArticleControl not clicking in iOS react-native
I have this Touchable View in react-native application, presumingly some layer from hierarchy is making that touchable not accessible(clickable), in android the button in working because of elevation...
View ArticleFetch sql data into react-native table component
I need to display specific data - that i get from my sql server database - in table using react native Please if someone know how to present data dynamic data in table ??this is my react native page...
View ArticleHow to convert ios native auto layout design to react native design...
I have a native iOS project which is designed with auto layout but it has too much screens and i am searching something about the topic. Do you know any converter from auto layout to JSX or do you know...
View ArticleThe expired sms code immediately after receiving the sms
I have an application that you can log in to by phone numberAfter entering the phone number I receive an SMS codeA new screen opens where I can enter this codeWhen I enter the code, I get information...
View ArticleHow do you execute Javascript in React-Native WebView?
I'm trying to execute javascript in a WebView that is loaded on an iOS advice. I'm trying to get a painfully simple example to work but it is consistently throwing an undefined or TypeError.Here is the...
View ArticleERROR ITMS-90596: "Invalid Bundle. The asset catalog at...
Problem summary : I would like to submit an app to the Apple App store (TestFlight). I am using Transporter v1.1 to submit the app. I am getting the following error in Transporter during the submission...
View Articleld: library not found for -lReact-DevSupport after upgrading React Native...
ld: library not found for -lReact-DevSupport getting this error after upgrading React Native version from 0.60.0 to 0.61.5.Even I updated pod file as well.pod 'React-Core/DevSupport', :path =>...
View ArticleRetrieving Device Information React-Native iOS
Hey I am trying to get device information from an iPad. I have tried using https://github.com/rebeccahughes/react-native-device-info but after I do pod install it completely break my solution. Id like...
View ArticleGPS location fluctuating in react native
I am using GPS location in one of my app in react native. I need to track user location at some intervals. but I am getting different latitude and longitude. I have already set it for high accuracy....
View Article