Top "Native-base" questions

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

"malformed calls from JS field sizes are different" error on Android - react-native

I'm using React-Native.I'm living trouble with Picker component on Android. I use Picker from Native-Base Library. Here is my …

android react-native picker native-base
Cannot get background image to work with React-Native and NativeBase

I am trying to use NativeBase with ReactNative and have a picture as the background. I've been googling for a …

react-native native-base
Right to left for specific text in react-native RTL

I am developing app in arabic in react native , i have used the tabs and menu from native base. i …

react-native right-to-left native-base
React Native - NativeBase components not taking up full width on iOS

In the iOS version of my react native app built with NativeBase, everything is too skinny, unless a specific width …

react-native react-native-android react-native-ios native-base
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
Show local images in React-Native NativeBase

It works if I show the image like this: <Thumbnail source= {require('../images/01.jpg')} /> But fails on : &…

reactjs react-native native-base
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 statusbar not working with react-navigation in android

Versions: "native-base": "^2.4.2", "react": "16.3.1", "react-native": "0.55.2", "react-native-global-font": "^1.0.1", "react-native-router-flux": "^4.0.0-beta.28", "react-navigation": "^1.5.11" When i add react-navigation i am not able to change statusbar color, …

android react-native react-navigation native-base android-statusbar
How to Display lowercase text in NativeBase Button

When I add a Text element in a Button according to the examples, the text shows up in uppercase. I …

react-native native-base
React Native dependencies

I want to start programming in React-native and have few problems: -Whenever I run npm install -g react-native get this: …

reactjs react-native react-native-android expo native-base