Top "React-native-android" questions

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

Could not find tools.jar. Please check that /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home contains a valid JDK installation

FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':react-native-linear-gradient:compileDebugJavaWithJavac'. > Could not find …

android react-native react-native-android
Unfocus a TextInput in React Native

I'm building an Android app with React Native. How can you force a TextInput to "unFocus", meaning the cursor is …

android react-native focus user-input react-native-android
How to change the text color of text input in react native?

The placeholder of the input is green but I want also make the green text input (when I am typing …

react-native react-native-android react-native-ios native-base
React Native reload page

So I have an app with an activity. The app checks for Internet connection at the beginning. If there are …

react-native react-native-android react-native-ios expo
Is it possible to capitalize first letter of text/string in react native? How to do it?

I have to capitalize first letter of text that i want to display. I searched for it but i cant …

react-native text react-native-android react-native-text
What is react-native link?

What is the purpose of the react-native link command?

react-native react-native-android
Getting this error: error: bundling failed: Error: Unable to resolve module `react-native-safe-area-context`

I am getting this error after running my App: error: bundling failed: Error: Unable to resolve module react-native-safe-area-context from node_…

react-native react-native-android react-native-ios react-native-navigation
How to set the height of button in react native android

I am learning react native programming for android mobile apps. I am making a screen where I need to set …

android reactjs react-native react-native-android
Reload a React Native app on an Android device manually via command line

I'd like to manually force a Reload of my React Native app on demand without physically shaking the device. (I'm …

react-native react-native-android