react native crash when tapping navigation button too fast
I used react navigation 4.0.10 and it's little bit complicated app with nested navigator. Currently it's performing relatively well except that When I try to navigate it very fast, it will crash. The...
View ArticleBranch based deployment in Microsoft Appcenter
I need to deploy apps to app store for each branch. I have DEV, PROD, Staging and UAT environments. Each has a separate branch. What i need to build and deploy each branch to separate app in app...
View ArticleWhy is my Swfit native ui component not receiving props from React Native?
I'm trying to bridge my swift UI view to react-native. The component is being passed to RN correctly and mounts but I am unable to receive any props that I pass. I'm using react-native@0.59.10. I've...
View ArticleAllow user to change app notification sound
I have an app that uses Firebase Messaging to send notifications, and I have a set of sounds added to my xcode project resources, to play on the device.I send the notification to users subscribed to...
View ArticleiOS React Native App/ Build Succeeded but App not getting open in iOS device/...
iOS App is build successfully but App is not getting open in the Simulator or device.Getting chmod error for the app path. Error: info ** BUILD SUCCEEDED ** info Installing <PATH TO APP>.app An...
View ArticleNetwork connection was lost during `application:openURL:options`
We are using deep links to complete verification for an app we're working on. Said deep links cause the app delegate method:- (BOOL)application:(UIApplication *)application openURL:(NSURL *)url...
View ArticleBridging Swift class to React Native after Swift 4.2 upgrade
In Swift 3.0, I have the following Swift classimport Foundation @objc(NetworkManager) class NetworkManager: NSObject { init(...) { ... } deinit { ... } func isConnected(resolve: @escaping...
View ArticleWeb scraping on react native iOS app using recurring background service
How do you get a background service running a web view in iOS using react- native?I need to gather user history from myactivity.google.com on iOS using a React Native app.I am able to do this on...
View ArticleIs is possible on iPad OS to detect if the keyboard is in floating mode?
We're running into a specific bug on iOS/iPadOS which seems to be triggered when the iPad is showing the floating (iphone-like) keyboard on screen (instead of the anchored one)Our issue is specific to...
View ArticleHow to add custom action button in React Native(IOS) push notification
Currently, I am using this package: react-native-ios-notification-actionsBut this package is only for IOS. But I need to implement an action button in both android and IOS. So is there any other way in...
View Articlereact-native How to open local file url using Linking?
I'm using the following code to download a file (can be a PDF or a DOC) and then opening it using Linking.const { dirs } = RNFetchBlob.fs; let config = { fileCache : true, appendExt : extension,...
View ArticleHow to add Notification Service Extension for Firebase?
I am trying to follow the guide here: https://firebase.google.com/docs/cloud-messaging/ios/send-imageI went to New > Target > Notification Service Extension (embedded this new target into the...
View Articleapplication crashed when open camera
I'm using https://github.com/ivpusic/react-native-image-crop-picker in my app, when camera opened I can take the picture but when I want to choose it the app crashes and sometimes it's crashed once the...
View ArticleSwift bridging header not exporting React Native types
I'm trying to create a native (iOS) module for a React Native app using Swift. I want to expose a method on the module that returns a promise, using functions of type RCTPromiseResolveBlock and...
View ArticleReact native - process the current camera image without triggering the shutter
is it possible to process the current camera image without the user triggering the shutter using react native?Thank you!
View ArticleReact Native TextInput rendering text too high on iOS, cutting off the tops...
I have a simple TextInput in my react native app. Here is the relevant code:<View style={styles.AmountWrapper}> <TextInput multiline={true} placeholder="$0"...
View ArticleThe action buttons in iOS notification are not coming after navigation to the...
Heyy I am using react native(0.52) for building my iOS app.I am using react navigation library(1.0.0) for navigating around different screens.I am trying to get action buttons for my iOS...
View ArticleReact Native Expo: RTL not working on actual Device but works fine on iOS...
I am using I18NText library for RTL & translation. I see different results on Expo app running on a device vs an iOS simulator running on my machine. Both simulator and Expo app have device...
View ArticleHuge app size of iOS build in react native
how to reduce app size in react-native ios. In android i'll include the "armeabi-v7a", "x86" into build gradle file, its working fine. for ios?React-native : 0.57.7
View ArticleHow to zoom out React-Native map
Hi I just begin to use react-native. How to restricted from zooming out and in too much on react-native map? Is there a var that i can set to to limit the zooming?
View Article