Xcode 11 Upgrade | Could not find iPhone X simulator | XRPackageModel 9.0.omo
Anyone else getting this since upgrading from Xcode 10.3 to Xcode 11 when running react-native run-ios and any idea to get back up and running?CoreData: annotation: Failed to load optimized model at...
View ArticleHow to get current network information for a given network interface on iOS 13
I'm trying to implement an app that uses the BSSID of the network that the user is currently connected to on iOS 13.However, Apple's documentation for CNCopyCurrentNetworkInfo on iOS 13 is not clear in...
View ArticleReact Native - iOS - Invalid `Podfile` file: undefined method `[]' for...
I have just started out with React Native. I was following the React Native CLI Quickstart from the official documentation. That does also mean I am up to date with React Native version 0.61.2.Since...
View ArticleBuild .ipa file for react-native-ios (Please explain step by step)
I try to build .ipa file in react native ios But I can not get .ipa file.Any one couldd you explain how to get .ipa file ?
View ArticleReact-native, how to get file-asset image absolute path?
I'm doing some image manipulation on ios on react-native.The problem is one of the libraries I'm using only supports absolute paths, but I only have the file-asset uri.ExampleI...
View ArticleWhat happens with console.log statements in React Native apps from app stores?
A React Native app I recently developed is now listed inside Google Play Store and iOS App Store. There is a problem that I want to debug now using log statements on my own iOS device. I prefixed the...
View ArticleUISegmentedControl iOS 13 change color of UIControlStateSelected and...
Trying to do something like:[self setSelectedSegmentTintColor:tintColor]; [self setTitleTextAttributes:@{NSForegroundColorAttributeName: [UIColor blackColor]} forState:UIControlStateSelected]; [self...
View ArticleGet size of a View in React Native
Is it possible to get the size (width and height) of a certain view? For example, I have a view showing the progress:<View ref='progressBar' style={{backgroundColor:'red',flex:this.state.progress}}...
View ArticleCocoapods error: cannot load such file -- macho
I have an error when I try to install pod. I try to uninstall completely cocoapods and install it again but it doesn't work. I have no idea how to fix it I tried to install macho but it doesn't help....
View ArticleiOS app restarts in background on iOS 13.2.2 but not on iOS 12.4
I am developing an iOS app in React Native. I have been testing my application on two iPhones - iPhone 6 running iOS 12.4 and iPhone 11 Pro Max running the latest - 13.2.2.I am having the strange...
View ArticleReact Native operation not permitted - macOs Catalina 10.15
Just bought a new laptop running macOs Catalina 10.15 (upgraded to zsh as default shell) and trying to start my React Native (0.61.2) project but XCode (10.3) keeps throwing this error:error: open...
View Articleandroid and ios app subscription checking in react native
I'm creating app that is only available on subscription, no free or trial version. In react native, how do I check if the user has a valid active subscription? Is there any api I need to call?On the...
View ArticleSet image instead color in AppDelegate.m in rootView
I was looking in react-native iOS project in AppDelegate.m file, there is this line:rootView.backgroundColor = [[UIColor alloc] initWithRed:1.0f green:1.0f blue:1.0f alpha:1]; Is it possible to set an...
View ArticleUsing curl command for react native to fetch api
I'm trying to use the petfinder APi for an app I'm creating and following the API documentation which can be found here : https://www.petfinder.com/developers/v2/docs/#developer-resources.It gives the...
View ArticleiTunes is not showing the supported languages for React Native App
I added support for multiple languages for a react native project using i18nJs. Since we are handling the localization manually, I added the language keys to CFBundleLocalizations. However, upon the...
View ArticleExpo - reduce PDF filesize on iOS devices
I'm currently creating an A4 PDF within my Expo-App, using the "expo-print" API (printtofileasync). The PDF includes images (photos taken from the device) and some text. I've set the PDF size to 595...
View ArticleLinking.openUrl to send an sms in IOS
I need to send an SMS with a prefilled body in a React-native app but I'm having trouble passing the phone numberThis is what I have tried so...
View ArticlePrevent Lockscreen / Notificationcenter from swiping down in react-native
Starting with iOS 11 the behavior to prioritize own gestures over the system gestures on screen edges changed. Previously iOS assumed that if you hide the status bar you want your gestures on screen...
View ArticleCache image on react native
Is there a good library or maybe some default react native components that cache the image from a url? I've tried react-native-cache-image but there are a lot of issues with react-native-fs and...
View ArticleRead Apple crash reports without OS
So I built an app on expo with react native that run perfectly on android, I am using a Windows pc for my code and also uploaded with application uploader, So I got an an error report from apple, first...
View Article