Integrate react-native version 0.62.2 into existing IOs app error
Following react-native document to integrate react-native to existing IOs app. The structure of directory as document to integrate isandroid/ios/ Podfile #...other ios filenode_modules/ react-native...
View ArticleEncryption not working in iOS React Native
I'm trying to encrypt decrypt data in React Native. It works fine on Android but not on iOS. I've done import AesCrypto from 'react-native-aes-kit'. I've also tried to import {NativeModules} from...
View ArticleReact Native / Expo iOs - Network Request Failed with Fetch on my Api
Firstly : i went through many ( MANY ) post about this problem, tested them all, but it seems that i'm cursed, or something like that ?I'm working on expo with the LAN method, on iOs.My back is on .Net...
View ArticleSVG loading issue in react native WebView (iOS)
Tools usedD3 js: v4.11.0react-native: v0.60.3react-native-webview: v9.3.0Previously I was using react-native 0.59.8 and I was using WebView from react-native, in this version WebView was working fine,...
View Articlecontents of Info.plist is a property list, but is not dictionary error in Xcode
I'm trying to run and build a react-native application in Xcode, The build is failing and I do not understand the error:Info.plist Utility Error:contents of...
View ArticleHow to handle multiple API calls in single component in React Native?
I have react native parent component which contain 4 child components. Each child component need the web service data from different API's. If I call the web service, the parent component render 4...
View ArticleExpo Bare Workflow App works in debug mode, hangs on loading screen release...
Good day,I am having trouble with a bare workflow expo app I am trying to get to test flight. The application builds perfectly using react-native run-iosHowever if I use the --configuration=release...
View Articleaccessing built in notes app IOS and Android - React Native
is it possible to open Notes app on Ios and Android when the phone has built in Notes app ?i cannot find any package or apps name (trying to deeplink) the Notes apps on both android and ios.is every...
View ArticleOpen contacts app from react-native app and get the selected contact info
I want to open contacts app in IOS from a react-native app that I am developing. Also, I want to get the list of contacts which the user selects. Is there any way to do it in react native?I went...
View ArticleReact native Background geolocation updates IOS
This packageI need solution for i want to update location every 30 seconds.I'm using this package for background geolocation updates when its working fine, but when i move my phone (iphone6) it send my...
View ArticleHow do I get a React Native TextInput by its testID in an ios UITest
I'm trying to edit the text of a TextInput React Native component in an ios UITest. I've added the testID prop to the component.Two questions:Where does the testID prop appear in the native ios...
View ArticleReactNative JS text not Updating
After Successfully setup the React Native Environment,after running i got an screen by default text"Welcome to React Native,To get started ,edit App.js,Double Tap R on your keyboard to reload,shake or...
View ArticleReact-Native array of refs
I create my components in a loop, and I need a way to retrieve data from them, but all my refs are undefinded.<Tile id={i} key={i} isActive={this.state.isActive} num={numbers[i]} getNext={() => {...
View ArticlePodfile.lock missing when initial react-native run-ios
I am setting up IOS dev for React Native (0.61) app which has the working android version. What I did was to copy src of components and package.json file after react native environment is setup by...
View ArticleBest library for horizontal bar charts in react native?
I want to create a horizontal bar chart in react native as follows.. horizontal bar chart with labelsWhat are the best react native libraries for this requirement?
View ArticleFastlane lane uploading application to testflight
I am trying to build an ios application and upload it to f=testflight using fastlane but am getting these error. appName is the name of my application.[04:32:03]: $ set -o pipefail &&...
View ArticleExpo Permissions askAsync method does not return
I am using Expo Permissions API to request permissions for my iOS app. The following method does not return after showing the permissions dialog. async initializePushNotificationsIos(cb) { const...
View ArticleJSON value '' of type NSNull cannot be converted to NSString
I am getting the following error screen sometimes when I reload my React Native app in iOS Simulator.Sometimes it doesn't happen at all but sometimes a few times during the day.I am using SignalR...
View ArticleHow to get current country of Device in React Native (iOS and Android)?
I am trying to get current country of device in but didn't find anything. Is there something to do so in React Native?I tried using react-native-device-info but it is also not supporting but in...
View ArticleTurn off autoCapitalize on ALL React Native Inputs (iOS)
Most of my Inputs are being auto-Capitalized on iOS only. I know there's the autoCapitalize property that I could set to false on every input to turn it off but I'm wondering if there's a global config...
View Article