Introduction
0.0.1. Essential cross-platform UI components for React Native & Vue Native
NativeBase is a free and open source UI component library for React Native to build native mobile apps for iOS and Android platforms. NativeBase also supports web from version 2.4.1.
One of our main goal with NativeBase 2.0 is to make it easy to theme the components with very little changes to components themselves.
General Syntax of NativeBase Component
import React, { Component } from 'react';
import { Container, Button, Text } from 'native-base';
export default class GeneralExample extends Component {
render() {
return (
<Container>
<Button>
<Text>
Button
</Text>
</Button>
</Container>
);
}
}
NativeBase on Windows depends on React Native support for Windows.
NativeBase is now supported on snack.