Top "React-native-android" questions

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

Image sizes for android and iOS in react-native

While making iOS Apps, we generally used to supply @x,@2x,@3x images. And based on my knowledge in case …

react-native react-native-android react-native-ios
React Native - Native Base Footer not change color

Here is the code: // Bottom.js <StyleProvider style={getTheme(commonColor)}> <Footer> <FooterTab> <Button …

android react-native react-native-android native-base
How can I know my current route in react-navigation 5?

I am using this https://reactnavigation.org/docs/en/navigating-without-navigation-prop.html to access my navigation from any source, my file …

javascript reactjs react-native react-native-android react-native-web
Stuck on info starting JS server

I have initiated successfully a new react-native project. Then, every time I try to run my newly built project using …

javascript react-native-android
Automatically set a debug server host & port for device in react-native apps

Is there a way to automatically set the Debug server host & port for device in react-native apps? I have …

react-native debugging react-native-android react-native-debugger
Block/Disable tabs in TabNavigator - react-navigation

I have a TabNavigator as shown in the picture. Header Image I am using TabNavigator for creating these tabs as …

react-native react-native-android react-navigation react-native-ios tabnavigator
How to finish current component while navigating to next component in react native

Hi I am trying to navigate to next component using navigate function. I am using react-navigation for the navigation among …

android react-native react-native-android react-navigation
react-native : can't push to git because of hprof file

I would like to push my project into the github, however i just notice there is a file called java_…

android react-native github react-native-android hprof
Radio buttons are not working in Native-Base

I am using Native-Base. I need to use radio buttons, but they don't work. When you click nothing happens. Here …

react-native react-native-android react-native-ios native-base
React Native FlatList nested inside FlatList with same orientation

I Cant create FlatList nested inside FlatList with same orientation; the result is that the parent is horizontal but the …

react-native react-native-android react-native-ios react-native-flatlist react-native-scrollview