React Native AsyncStorage storing values other than strings
Is there any way to store values other than strings with AsyncStorage? I want to store simple boolean values for example.AsyncStorage.setItem('key', 'ok');Is no problem, but:AsyncStorage.setItem('key',...
View ArticleWhy React Native RNFS's copyFile() cannot access to existing file on iOS?
I'm trying to access and copy a file from "/Documents" folder (on ios simulator) with RNFS but while .exists() can find the file, .copyFile() returns error as "The file 'temp.jpg' doesn't exists"Why...
View ArticleIntegrate Python OpenCV with React Native/Android/iOS
I have an app built on React Native whose core functionality is to capture some images, analyse and process the images and return some results. As of now the image analysis was done in the server side...
View Articlereact native config cannot read env file in ios
I have follow the doc: https://github.com/luggit/react-native-config#iosuntil: Availability in Build settings and Info.pliststep 6. create new build phase for the scheme which will generate...
View ArticleHow to get current route name in react-navigation?
I want the name of the current route or screen in react-navigation which I want to use inside if condition to make some changes.
View ArticlePod install not working in react-native mac os catalina 10.15
Error: System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/bin/ruby: bad interpreter: No such file or directoryin mac os catalina
View ArticleHow to replace endpoints on IPA file on azure build/release pipeline?
I have a build and release pipeline working pretty well for iOS app (react native), the problem is that as IPA is a "binary" file, I have to replace endpoints for each environment on my build pipeline,...
View ArticleI want to do a badge increment on the main app icon while receiving a...
I am working on a chat app in react-native iOS. I want to do a badge increment on the main app icon when a notification is received, when the app is killed or force quit by the user. It works well when...
View ArticleWith react native navigation on iOS, how to change the background color of...
I am trying to change the background colour of the status bar, in iOS, when the app goes in background to let the user know that the app is running in the background.but no success so far. My code...
View ArticleSelf signed certificate not working on xcode simulator (using react native...
I've applied all the changes in info.plist. I've also installed certificate on simulator, but no luck.Still getting the error: Blockquote"code": -1202, "description": "The certificate for this server...
View ArticleReact Native - XCode unable to open Pods xcconfig
I have react native project. It runs on both ios and android properly.I managed to build it for android, but while I try to build it for ios I encounter some issues.I get an error/ios/Pods/Target...
View ArticleReact Native v0.62 upgrade increase iOS .ipa size
I recently upgraded from RN v0.60.5 to RN v0.62.2 and I noticed that my iOS builds are now producing an .ipa file nearly triple in size, from ~50MB to 130MB. I can't seem to find any reason for this....
View ArticleTrying to push StackScreen in React Native
App.js <NavigationContainer ref={containerRef} initialState={initialNavigationState}><Drawer.Navigator><Drawer.Screen name="Feed" component={BottomTabNavigator} options={{swipeEnabled:...
View ArticleUpload React Native application to App Store without application Loader
I am trying to upload my app that was built in react-native to the app store but Application Loader is no longer used in Xcode anyone knows what I need to do. All of the only sources I found were using...
View ArticleCan I build and archive react native app for ios in debug mode?
As title says, I want to build and archive a react native app for ios, but I want the .ipa file to be in debug mode. I've set the Build configuration to Debug in the scheme when building the app, but...
View ArticleUnrecognized module map file...
I have created a new react-native project and I am trying to build the iOS code but it is failing with below error:fatal error: module map file...
View ArticleWarning : Failed child context type: Invalid child context...
I updgraded from react 16.2 -> 16.3-alpha-1 and react-native 0.52->0.54 and I get the warning above in the simulator.
View Article_gestureRecognizer:shouldReceiveEvent - unrecognized selector sent to instance
Please help me, I am trying to run my react-native app in xCode and it running but when i press the screen show up thit error.mainAppDelegant.himport <React/RCTBridgeDelegate.h>import...
View ArticleReact-Native IOS flashing white while switching between two Views/Images
I'm rendering a View with an Image that has an 8 pixel margin around it. When the image is pressed, it changes to a new component that is the same Image with no margin. On android this picture "grows"...
View Articlereact native ssl pinning
We are building a react native 0.61.4 app and we want to use the library react-native-ssl-pinning. There is a problem with ios certificate and fetch returns error "cancelled" when running on ios.We...
View Article