Skip to content

Latest commit

 

History

History

README.md

React Native Elements website

https://reactnativeelements.com/

Getting Started

The RNE website is made using Docusaurus. 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