Top "Native-base" questions

NativeBase is a free, open source, cross-platform, reusable UI component library for React Native.

How to submit a form in React Native

I feel crazy asking this question here, but I can't find any good tutorials for how to submit a form …

javascript reactjs react-native native-base
Between NativeBase and Shoutem, which is best to use for React Native?

I find that there are 2 UI components for React Native which are mostly used. I want to use one of …

reactjs react-native native-base shoutem
How to use NativeBase DatePicker

Given this DatePicker Api from NativeBase v2.5.1 how am I supposed to capture the change date event with the new …

react-native datepicker native-base
react-native: NativeBase how to center a control

I have just discovered NativeBase for react-native and I really love it. I am following the tutorial from their website. …

android react-native native-base
React native card (native base) onPress doesn't work

I want to display cards with news from a JSON file. Getting the JSON works fine, but I want to …

javascript react-native native-base
How to add events with NativeBase components

What events are available for the NativeBase components? Say for example, Update the state on the input on onChangeText I …

react-native native-base
Implement drawer from native base in react native app

I need to use drawer from native base into react native app for both android ios et android. Here is …

android ios react-native native-base
ios keyboard covers the input which is located in the bottom of the screen

ios keyboard covers the input which is located at the bottom of the screen. How can this trouble be solved? …

react-native react-native-android react-native-ios native-base
React Native have to double click for onPress to work

I'm using React Native with the Native Base library. I need an onPress event to fire on Native Base' ListItem (…

react-native native-base
Header Title not centered in React Native using native-base

I'm using native-base to create a React Native app: I'm using the Header Component to display Body, Left and Right …

react-native native-base