Skip to content

Latest commit

 

History

History
46 lines (33 loc) · 1.6 KB

File metadata and controls

46 lines (33 loc) · 1.6 KB

👾 React Native Template TypeScript

Build Status Documentation Maintenance License: MIT

Clean and minimalist React Native template for a quick start with TypeScript.

⭐ Features

  • Elegant usage directly within the React Native CLI
  • Consistent with the default React Native template
  • Minimal additional dependencies

▶️ Usage

React Native >= 0.60

npx react-native init MyApp --template=typescript

React Native <= 0.59

react-native init MyApp --template typescript

💻 Contributing

Contributions are very welcome. Please check out the contributing document.

🔖 License

This project is MIT licensed.