Generating build IPA file running fine on iphone 6 and iphone 7 but on iphone...
Hi folks I'm trying to build ipa file and trying to install via diawi but problem is its not working on iphone 11 max pro.Only shows white screen.But it is working fine on iphone 6 and 7.
View Articlereact native watchman not detecting changes
Im using react native to build my IOS project & was able to run the project in the IOS simulator.I'm using watchman to detect changes in the file but for some reason whenever there is CSS missing...
View Articlereact native app works on debug mode, but not works release mode on ios
I Have an app on react native. Debug mode works on ios. But Release mode not works. I tried change the optimization level but not helped. The problem that I don't see any error. Just not working some...
View ArticleJSON value of type NSNull cannot be converted to NSString in react native
I keep getting this issue when I land on the home screen on my app, I'm not 100% why the issue is happening or what could be the cause. I've tried to google this but haven't found anything helpful that...
View ArticleThe iOS 14 simulator does not start up
Error CodePrint: Entry, ":CFBundleIdentifier", Does Not ExistTo be solvedI want to start up an iOS simulator.The actual device is iOS 14 and I upgraded Xcode in order to build the actual device.As a...
View ArticleUnable to use react-native-image-picker on iOS
I'm using react-native-image-picker to select and upload images on server. It works great on android, but throws error on iOS. The npm link have provided a note that "On iOS, don't assume that the...
View ArticleHow change font-family (font-family.ttf from assets) of react-native webview
I am using react-native webview to display some web content in myreact-native app. and my app font-family and webviewfont-family is different.I want to change webview font-family from app.Is there any...
View ArticleFirebaseAnalytics/Frameworks/FIRAnalyticsConnector.framework/FIRAnalyticsConn...
Hi everyone i have some issues with Xcode after updating to the newest version i got this error :FirebaseAnalytics/Frameworks/FIRAnalyticsConnector.framework/FIRAnalyticsConnector for architecture...
View ArticlegetPurchaseHistory won't work with expo in app purchases
I am currently trying to implement a feature that allows you to restore an old in-app purchase a user may have. I am currently using expo (38.0) along with expo in-app purchases (9.1) and testing on...
View Articlehow to set KeyboardAvoidingView keyboard vertical offset background color?
i'm using KeyboardAvoidingView with keyboardVerticalOffset={50}.this offset made there is filled with white color. how can i change the color?actually i want to make it transparent.
View ArticleXcode 12 Error: Multiple commands produce AccessibilityResources.bundle
Building my react native project from Xcode gives the error below;Multiple commands produce...
View ArticleReact Native Webview - Opening same URL even after updating via state
I'm facing issue react-native-webview . The issue is like opening app initial I have set URL in state but when the new URL comes up from push notification then its not updating the webview even after...
View ArticleWhat is the update app solutions for apps that developed by react native?
Please let me know; how can I auto update my react-native application that installed on my customer device? How can I send Updates? is it with push notification and send a link for get update and...
View ArticleReact native navigation back arrow missing on iOS 14
When upgrading to iOS 14 the back arrow disappeared when using stack navigation. I have come to the conclusion that it has something to do with our react-native version. I created a new project using...
View ArticleGeolocation is not working on my react native iOS emulator
I used Geolocation in my react native code to get the current position and it is working well on Android. But not work on iOS.Here is my codeimport Geolocation from...
View ArticleReact Native textAlign:'justify' not working in RTL
I used following style for justify my text, but it is working fine in ltr but not working in rtlstyle={{marginTop:20,fontSize: 16, textAlign:'justify'}}
View ArticleReact Native App LTR to RTL change without restarting the app
Currently I am using I18nManager for changing LTR to RTL, But its working only after restarting the app, My code is given below import {I18nManager} from 'react-native'; import RNRestart from...
View Articleexpo-image-picker gives network request failed when i upload an image in ios...
This is the code that i used to upload images on IOS let result = await ImagePicker.launchImageLibraryAsync({ mediaTypes: ImagePicker.MediaTypeOptions.Image, allowsEditing: true, quality: 1, });And in...
View ArticleReact native "Failed building JavaScript bundle"
I am trying to run an 8 month old expo React native project and I get this error when trying to run the app.hooks/useConversationsSubscription.js: Container is falsyThe yarn.lock was included so why is...
View ArticleTransfer files from PC into React Native App
sometimes I see (mostly) an apps, that serve their own HTTP content, which can be accessed with browser on local network in order to transfer files, for example certain audio or video players. In...
View Article