How do I build a React Native SDK? [closed]
My company is planning to build a SDK for our partners to implement to their apps, as we want to hide various APIs and information.I've been trying to figure it out, but I couldn't find much resources....
View ArticleShare extension for sharing images to an react-native ios app
I'm using woking on a react-native app where a user can share a image(s) via VCF to my app.I am using react-native-share-menu for reading the image url in my app.I've implemented the above...
View Articlehow long does it take to create simple screens in react native? [closed]
I am just doing some high-level estimates on a small project. How long approx would it take to build simple food ordering screen in react-native. I already have the creatives, they need to be amended...
View Article(React Native / iOS) Suddenly Getting the Error: Undefined symbols for...
I am facing an issue with archiving my React Native project for the production scheme on Xcode. The app is able to run on my real device, however, archiving the project always fails with the following...
View ArticleHow to change display name of an app in react-native
Apple have clear instructions on how to change the display name of an IOS app, but they are not useful for a react-native app because the folder structure is different. How do you change the display...
View ArticleITMS-90809: Deprecated API Usage when i use react-native-webview
i'm using react-native-webview but when i publish the app to Testflight it send me :App Store ConnectDear Developer,We identified one or more issues with a recent delivery for your app, "AlBiddaPark"...
View ArticleUnable to use fetch on iOS Simulator (Trying to access...
I am building a mobile application in React Native which consumes my service (SSL Enabled) deployed to AWS.I'm unable to perform fetch on the AWS EC2 domain from the iOS Simulator. I can access the URL...
View ArticleCreate Album with React Native CameraRoll
With ReactNative CameraRoll, you can save a photo/video to an existing album on your device's camera roll. Is there a way to create the album, if it does not yet exist, before saving to it?
View ArticleReact Native Can't Access Array
I am attempting to use the React Natie CameraRoll module to save and load videos from my device's camera roll. I can save videos to the camera roll, but am unable to load those videos in my app.Here is...
View ArticleSharing a contact using share extension in react-native IOS app
I am trying to implement a share extension to share contacts(VCF Card) to my react-native IOS app.I have implemented the activation...
View ArticleDo i need to change the build number and version of testflight before...
I am going to push a new build in appstore.But the testflight build number is 53 and build version is 1.39.Can I send the same version for the review in AppStore? After app review, while going to live...
View ArticleReact Native: How to select the next TextInput after pressing the "next"...
I defined two TextInput fields as follows:<TextInput style = {styles.titleInput} returnKeyType = {"next"} autoFocus = {true} placeholder = "Title" /><TextInput style =...
View ArticleReact-native: scrollview inside of panResponder
I am using a ScrollView inside of a PanResponder. On Android it works fine but on iOS the ScrollView will not scroll. I did some investigation and here are some facts:If I put a break point in...
View ArticleWhat is the meaning of 'No bundle URL present' in react-native?
When I run a react-native project, I get a error no bundle URL present , but I don't know what mistakes I do, I was very confused.
View ArticleCan I have a Cordova game in React Native application?
I am new to phone app development. So please excuse if the question is naive.My situationI have a set of games in HTML 5 and Cordova (from a 3rd party)My requirement is to create a phone app (ios and...
View Articleuniversal link with invalid certificate of website
I have configure and implemented Universal link with react native. It is working fine with another configure url but not working with a website which website's site certificate is invalid.is there any...
View ArticleFirebase crashlytics upload dsym automatically
I'm using React Native Firebase. At firebase crashlytics I have missing DSYM's.What's the right way to add dSYMs automatically on every build? I guess it should be added to run script? If so, how can I...
View ArticleWKWebview set custom header
How can I pass my custom cookie to WKWebview request header? As it was done completely by UIWebview before. (Kindly correct me if I'm wrong)Just that you know, I'm aware and have read few of the links...
View ArticleChange the preview image of an app on Recents Screen
I am making a React Native app which has a secure section where the user has to enter his password to unlock the protected content. The problem is, when the user switches to another app before locking...
View ArticleHow to check if someone in your address book has the app installed
I am creating a mobile app and when users want to add another user, I need to check if the user in their address book actually has the app installed or not. Kind of like the big chat apps where it only...
View Article