UNPKG

react-native-elements

Version:
20 lines (12 loc) 397 B
## 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 ```