React Native v0.61.5 getting ITMS-90809: Depracated API Usage
My last deployment of my application to apple store was on February 18, 2020. I also got a warning that time about the depracation but I ignored it since they still allowed it that time. Now, I am...
View Articlehow to implement open file with your app function in ios react native?
i want to develop open with functionality in my app for example i have document how can i open it from the file app in ios
View ArticleHow I enable / disable device dark mode from my React Native App
How I enable/disabledark mode hardware button from my react-native app. ie I want to enable device darmode from my react-native app while clicking a button, is there any solution for this.I need a...
View ArticleInstall .ipa on my iOS Device without macOS
How can I install an .ipa file on my iOS device that was generated from the expo build process if I don't own a macOS.I've tried dragging and dropping it into iTunes. I've also tried downloading it...
View ArticleScrollView inside KeyboardAvoidingView doesn't work correctly iOS
I have dynamically rendering views inside a ScrollView . Only some of them have TextInputs . So, I wrapped the ScrollView with KeyboardAvoidingView to make it responsive when a TextInput is selected....
View ArticleIs the advice on google developer website enough to secure Android App?
I am developing a financial app with React Native for a start-up company, now I am following the the security advice on google developer website to secure the app. I have heard that Android app is not...
View ArticleregisterNotificationActions is not a function in ReactNative
Trying to get action click event in push notification, for this i have user below methodimport PushNotification from 'react-native-push-notification';import PushNotificationIOS from...
View ArticleReact Native iOS simulator "Connect to Metro to Develop Javascript"
I'm running a react native app and constantly running into the issue of the app not connecting to the code to do automatic updates.Things I've tried:Reloading main.jsbundle via the following command:...
View ArticleReact-native iOS not showing images (pods issue)
I was installing a package in my react-native application (to be specific it was createMaterialTopTabNavigator from react-navigation) but after the installation succeed, something crash (error:...
View ArticleReact native accessibilityState expanded is getting read out by Android's...
In a React Native accordian component, I am trying to surface the expanded/closed state of each Accordian option for users that are on assistive devices e.g. Android's VoiceView, iOS' VoiceOver.The...
View ArticleTesting and logging "Device Offline" in react-native development environment
I'm building offline capabilities for my app and having trouble figuring out how to test them properly.I'm using the net-info library wrapped in a context to provide the app with information about the...
View Articlereact-native image is not loaded in iOS 14 upgrade
After upgrading the version of iOS 14, the React Native failed to build.switched the XCode build settings to "Legacy Build Settings" and succeed to build.But the new build doesn't load images and the...
View Articletwitter embed video full screen not working in full screen react native
i am using this pkg to implement this twitter widgetthough it renders fine but the only problem is that it does not work as expected in full screen mode only in...
View ArticleiOS Receiving Push Notification's only after close/reopen app
i recently encountered this issue with ios push notifications where push notifications are not received right after app is installed on first launch i had to close the app remove from recent apps and...
View ArticleReact-Native Tab Navigation Bar cut off
I'm currently using the material-bottom-tabs to implement navigation in my mobile app.For some odd reason, it isn't displayed correctly but cut off at the bottom of my screen.This happens regardless of...
View ArticleReact Native 0.63.2 iOS Build Error with `ld: library not found for -lAppAuth`
I was trying to build my RN project for iOS and having an errorld: library not found for -lAppAuthclang: error: linker command failed with exit code 1 (use -v to see invocation)Do you have any ideas on...
View ArticleSearch iOS photos by keyword?
Apple's Photos app allows users to query photos with search keywords like "surfing", "food", "sky".How could a third-party iOS app with Camera and Photos permissions search the phone's camera roll...
View ArticleHow to link missing pod headers - Xcode 11.2.1
I'm killing myself over trying to get a Pod linked & the project up and running. For some background: I am running a ReactNative (version 0.61.5) project and am using Xcode 11.2.1; the current...
View ArticleHow to create global android device back button handler using React Native?
In my scenario, I am trying to create global class for android back button handler and reuse it in multiple screen class files. How to do it? I tried below code but I dont know how to access common...
View ArticleMarker removed when component unmounts ( issue on iOS only ) react-native-maps
I am using the marker in my map like this:<MapView ref={map => (this.map = map)} initialRegion={{ latitude: 37.78825, longitude: -122.4324, latitudeDelta: 0.0922, longitudeDelta: 0.0421 }}...
View Article