react-native-elements
Version:
React Native Elements & UI Toolkit
20 lines (12 loc) • 397 B
Markdown
## React Native Elements website
https://react-native-training.github.io/react-native-elements/
### Getting Started
The RNE website is made using [Docusaurus](https://docusaurus.io/). It's basically a React app with some magical markdown processor that helps make open source websites beautiful and maintainable.
- Install node_modules
```
yarn
```
- Start the react app
```
yarn start
```