All Projects → react-native-community → React Native Template Typescript

react-native-community / React Native Template Typescript

Licence: mit
👾 Clean and minimalist React Native template for a quick start with TypeScript.

Programming Languages

java
68154 projects - #9 most used programming language
typescript
32286 projects

Projects that are alternatives of or similar to React Native Template Typescript

Express React Boilerplate
🚀🚀🚀 This is a tool that helps programmers create Express & React projects easily base on react-cool-starter.
Stars: ✭ 32 (-97.21%)
Mutual labels:  boilerplate, jest, template
Suicrux
🚀 Ultimate universal starter with lazy-loading, SSR and i18n. [not maintained]
Stars: ✭ 958 (-16.55%)
Mutual labels:  boilerplate, template
Thinkful Workshop React Redux Node Mongodb Webpack2
Stars: ✭ 12 (-98.95%)
Mutual labels:  boilerplate, jest
Firebird
Template for Phoenix 1.3 projects
Stars: ✭ 66 (-94.25%)
Mutual labels:  boilerplate, template
Svelte Tailwind Extension Boilerplate
A Chrome extension boilerplate built with Svelte, TailwindCSS, Jest, and Rollup.
Stars: ✭ 26 (-97.74%)
Mutual labels:  boilerplate, jest
Express Boilerplate
🚀 Starter project for a RESTful API in Node with Express & mongoose component-based
Stars: ✭ 9 (-99.22%)
Mutual labels:  boilerplate, template
Sao
⚔ Futuristic scaffolding tool
Stars: ✭ 966 (-15.85%)
Mutual labels:  boilerplate, template
Modern Html Starter Template
Modern HTML Starter Template
Stars: ✭ 752 (-34.49%)
Mutual labels:  boilerplate, template
Veluxi Starter
Veluxi Vue.js Starter Project with Nuxt JS and Vuetify
Stars: ✭ 39 (-96.6%)
Mutual labels:  boilerplate, template
Minfront
Stars: ✭ 45 (-96.08%)
Mutual labels:  boilerplate, jest
Parcel Vue Ts
📦 Boilerplate for Vue.js & Typescript, base on Parcel bundler.
Stars: ✭ 49 (-95.73%)
Mutual labels:  boilerplate, jest
Preact Jest Snapshot Test Boilerplate
🚀 Test Preact components using Jest snapshots
Stars: ✭ 24 (-97.91%)
Mutual labels:  boilerplate, jest
Node Express Boilerplate
A boilerplate for building production-ready RESTful APIs using Node.js, Express, and Mongoose
Stars: ✭ 890 (-22.47%)
Mutual labels:  boilerplate, jest
Yarn Package Boilerplate
An Yarn package with babel, jest, flow, prettier and more
Stars: ✭ 10 (-99.13%)
Mutual labels:  boilerplate, jest
Primitive
⛏️ ‎ A front-end design toolkit for developing web apps.
Stars: ✭ 783 (-31.79%)
Mutual labels:  boilerplate, template
React Boilerplate
Production-ready boilerplate for building universal web apps with React and Redux
Stars: ✭ 53 (-95.38%)
Mutual labels:  boilerplate, jest
Laravel Boilerplate
Laravel Boilerplate / Starter Kit with Gentelella Admin Theme
Stars: ✭ 704 (-38.68%)
Mutual labels:  boilerplate, template
Jslib Base
A modern JavaScript|Typescript library scaffolding, modularity, purity & extras
Stars: ✭ 721 (-37.2%)
Mutual labels:  boilerplate, template
Swift Template
A template based module generator for Swift projects.
Stars: ✭ 34 (-97.04%)
Mutual labels:  boilerplate, template
Node Typescript Boilerplate
Minimalistic project template to jump start a Node.js back-end application in TypeScript. ESLint, Jest and type definitions included.
Stars: ✭ 1,061 (-7.58%)
Mutual labels:  boilerplate, jest

👾 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

npx react-native init MyApp --template react-native-template-typescript

Usage with older versions of React Native

e.g. [email protected]

npx react-native init MyApp --template [email protected]*

See the below table to find out which version of the template to use.

React Native <=> Template Version

React Native Template
0.64 6.6.*
0.63 6.5.*
0.62 6.4.*
0.61 6.3.*
0.60 6.2.*

Note on the legacy CLI

There seems to be quite some confusion about the legacy CLI. This template only works with the new CLI. Make sure you have uninstalled the legacy react-native-cli first (npm uninstall -g react-native-cli), for the below command to work. If you wish to not use npx, you can also install the new CLI globally (npm i -g @react-native-community/cli or yarn global add @react-native-community/cli).

Further information can be found here: https://github.com/react-native-community/cli#about

💻 Contributing

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

🔖 License

This project is MIT licensed.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].