Top "React-native" questions

React native is a JavaScript library used to build native mobile apps using React.

How can you float: right in React Native?

I have an element that I want to float right, for example <View style={{width: 300}}> <Text style={{…

react-native
Hide keyboard in react-native

If I tap onto a textinput, I want to be able to tap somewhere else in order to dismiss the …

reactjs react-native
if-else statement inside jsx: ReactJS

I need to change render function and run some sub render function when a specific state given, For example: render() { …

javascript reactjs react-native
How do you debug React Native?

How does one debug their React code with React Native while the app is running in app simulator?

android ios react-native debugging
react-native: command not found

I am getting -bash: react-native: command not found error while creating react-native project. Below are the additional info 1. brew --version …

android ios react-native
Warning: Each child in an array or iterator should have a unique "key" prop. Check the render method of `ListView`

I built an app with ReactNative both for iOS and android with a ListView. When populating the listview with a …

facebook listview reactjs react-native
React Native Responsive Font Size

I would like to ask how react native handle or do the responsive font. For example in iphone 4s i …

ios reactjs react-native
React Native: How to select the next TextInput after pressing the "next" keyboard button?

I defined two TextInput fields as follows: <TextInput style = {styles.titleInput} returnKeyType = {"next"} autoFocus = {true} placeholder = "Title" /> <…

ios react-native
React Native Border Radius with background color

In React Native, borderRadius is working but the background color given to the button stays a square. What is going …

javascript styles react-native
React Native fixed footer

I try to create react native app that looks like existing web app. I have a fixed footer at bottom …

react-native