Cannot load generic password from iOS Keychain (errSecNotAvailable -25291)
I developed a react native iOS app which saves/loads data into/from keychain via https://github.com/mCodex/react-native-sensitive-info/blob/master/ios/RNSensitiveInfo/RNSensitiveInfo.mMy read/write...
View ArticleHow to add json data to another screen react-native expo
I am using react-native and expo. As in the screenshot you can see that's how my first screen SearchScreen looks as. So when I click on the A (first one) it should redirect me to stock screen(as you...
View ArticleCompiling app using Vmware OSX
I am trying to learn react Native for IOS development... I have researched a lot about Swift vs React native and came to this decision. The question is I am poor as hell. But got a good PC. And I can...
View ArticleReact-Native Image is not displaying after XCode 11.5 Upgrade
I usually display images like this:<Image source={require('../../assets/images/color/stuff.png')} /><Image source={require('../some-other-path/picture.png')} />In the past, I could have any...
View Articlereact-native auth0 sign in with apple?
How to sign in with apple in react-native using auth0 web form authentication?Tried following this guide:...
View Articledomain = AVFoundationErrorDomain , code = -11828
I am using the streaming url from CloudFront.Sample URL:https://d14nt81hc5bide.cloudfront.net/qyYj1PcUkYg2ALDfzAdhZAmbOn Android , it is working fine but in iOS it says:domain = AVFoundationErrorDomain...
View ArticleReact Native two drawers on one screen
I have an app that needs to be able to use two drawer navigators, one on the left and on on the right side of the header. I am at the point where I can get both drawers to open with the slide gesture,...
View ArticleHow do I update js file/code on App Launch
I want a react-native app, when started on a device to check for some update and download it and use it instead of old js file.I have checked out Codepush but as an alternative I am searching for a...
View ArticleHow to get ios bundle id for Firebase from react-native?
I am trying to connect the Firebase project to my current react-antive app (Windows 10 OS).I am following steps from https://rnfirebase.io/ . However when i try to add iso app, i need the ios bundle ID...
View Articlefacebook SDK with react-native: no framework search path
I was playing around with Facebook SDK with react-native generated ios app template. I was following the instructions here: https://developers.facebook.com/docs/ios/getting-started but somehow did not...
View ArticleUpgrading React Native plugin to support autolinking and React Native...
I am fairly new to React Native but am helping manage a React Native plugin and would like some guidance for upgrading it so that it is compatible with auto linking and React Native versions 0.60 and...
View ArticleWebivew onNavigationStateChange method call multiple time in react native
I am making react native application and one screen I am used webview for that and I want to handle onNavigationStateChange props one time call right now it is calling multiple times so any idea how...
View ArticleTypeError: undefined is not an object {evaluating...
I'm having trouble with redux state as {this.props.currTimeFocus.startTime.toLocaleTimeString()} is undefined. The thing is the app works fine on Android phone and I'm able to render state gotten from...
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 ArticleUniversal DeepLink on iOS doesn't work through web navigator but works for...
I've a problem with deeplink on iOS. Here is the case : I've a web page with a classic button using an universal link such as https://my-app/routeA/params. If the user directly clicked on this link...
View ArticleHow to get iOS bundle id for Firebase?
I am trying to connect the Firebase project to my current react-native app (Windows 10 OS).I am following steps from https://rnfirebase.io/.However when I try to add iso app, I need the iOS bundle ID...
View ArticleReact Native - Setting TextInput cursor position
In my React Native app, I am trying to set the cursor position of a TextInput to a particular position (eg. to the 5th character) but am have trouble doing so as the documentation is lacking a little....
View ArticleReact native ios deeplinking with universal URL
I've been facing issue setting up deeplinking with react native for IOS with react navigation 5. When i try the URL scheme of myownapp://homepage/ it opens up the app.But if i try with url :...
View ArticleRun react-native application on iOS device directly from command line?
Is it possible to run react-native application on an iOS device directly from the command line like we do on simulator with react-native run ios --simulator "iPhone 5s"?
View ArticleShould I use Expo for making a small cross paltform app?
After a month o f making an app in react-native vanilla, realisede today, that i wont be able to make the Ios side without an IOS OS. As i only have Windows and this is just a first try for me of...
View Article