Top "React-native-android" questions

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

Change the default React Native <Picker> drop-down arrow icon

I want to change its color specifically: <Picker selectedValue={this.state.selected} onValueChange={(value) => this.setState({selected:value})} &…

react-native react-native-android picker
Error: Could not initialize class com.android.sdklib.repository.AndroidSdkHandler

I've setup the environment for react native on Windows. But when I run the command react-native run-android I get the …

android react-native react-native-android
'gradlew.bat' is not recognized as an internal or external command

So i am trying to start a react native android project in windows 10 based on the Getting Start React Native. …

react-native react-native-android gradlew
How to add a Drawer Inside Stack Navigation in React Navigation

I am working on a Practice Project like Login/Register Application and I am using Stack Navigation from react-navigations and …

android react-native react-native-android react-navigation react-navigation-drawer
How to open in-app browser window in React native

I'm trying to open the browser window without leaving the app when I click a URL (for both iOS and …

react-native react-redux react-native-android react-native-ios
react native vector icons won't show in android device

I used react-native-vector-icons in my react native project and start app with npm start. Icons are displaying normally in iOS, …

android react-native react-native-android
Detect scroll end in React Native ScrollView, snap to page

React Native ScrollView has a prop pagingEnabled . However, it assumes that the width of each page (or child component) in …

react-native react-native-android
React native: Cannot add a child that doesn't have a YogaNode or parent node

Just started learning react-native, I have created one separate file flexdemo.js and created component as below: import React, { Component } …

react-native react-native-android
React Native : Change targeted sdk version for play store upload

In Play Store I am trying to upload my app but I'm getting a warning i.e. mentioned below: Target …

react-native react-native-android
Render multiple marker in react-native-maps

Hye, Im new in react native and want to ask how do I render multiple markers in maps. This is …

javascript react-native google-maps-markers react-native-android react-native-ios