Top "React-native-android" questions

React-native-android: refers everything related to react-native Android development.

How to downgrade react-native from 0.56.0 to 0.55.4 version?

Actually I am using react-native-camera in my app but it is not working in this version (react-native: 0.56.0) & its working …

react-native react-native-android react-native-ios react-native-camera
React native -- call phone number with extension

I am trying to open phone number with extension. Linking works with just phone number Tried with few options Linking.…

android react-native-android
What is the best way to schedule a task in react native?

There are different ways to run tasks in the background in Android and iOS respectively. I have found What is …

react-native react-native-android
Debugging app crashes in react native

I'm new to react native, and I'm trying to install the react native Facebook SDK so that I can do …

android facebook react-native react-native-android
Call Android activity from React-Native code

I am using REACT-NATIVE to build android app. I want to call android activity from React-Native code. (say when I …

android react-native-android
Expo LAN configuration doesn't work for New ReactNative Project

I have seen similar questions on Stackoverflow but none sorted the problem. I have just created new ReactNative project from …

react-native react-native-android expo
How to disable Remote JS Debugging in React-Native

I realize that the normal way to disable debugging is by going to the developer menu. The problem is that …

remote-debugging react-native-android javascript-debugger
Header for DrawerNavigation with react-navigation

I'm on ReactNative and i'm using native-base and react-navigation npm. I got this and my question is how I can …

javascript react-native navigation-drawer react-native-android react-native-ios
Issues using AndroidX and React Native

I've been trying to integrate AndroidX into my hybrid React Native project, and I've run into the issue that Jetifier …

android react-native react-native-android androidx android-jetifier
React native Android ScrollView scrollTo not working

I am trying to use a horizontal ScrollView in React Native for Android, where the starting position is in the …

react-native scrollview react-native-android