Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 644 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 644 Bytes

reason-react-native-boilerplate

Reason React Native (+Web) template

🎉 Made during the Youtube show How To React with Reason!

Usage

The following command will help you to use this boilerplate as a template to create a fresh react native app!

npx react-native init ProjectName --template https://github.com/MoOx/reason-react-native-boilerplate

⚠️ Replace ProjectName by your actual project name.

More info for the react-native init command on the React Native CLI documentation.