daimonkor / react-native-template-typescript

๐Ÿ‘พ Clean and minimalist React Native template for a quick start with TypeScript.

Home Page:https://www.npmjs.com/package/react-native-template-typescript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

๐Ÿ‘พ React Native Template TypeScript

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

react-native@0.62.0 or higher

npx --ignore-existing react-native init MyApp --template https://github.com/daimonkor/react-native-template-typescript.git
npx --ignore-existing react-native init MyApp --template file:///Volumes/Data/projects/reactnative/react-native-template-typescript

Release iOS problem https://stackoverflow.com/a/57888449/2203280

๐Ÿ”– License

This project is MIT licensed.

About

๐Ÿ‘พ Clean and minimalist React Native template for a quick start with TypeScript.

https://www.npmjs.com/package/react-native-template-typescript


Languages

Language:TypeScript 55.1%Language:Java 13.8%Language:Ruby 11.4%Language:Objective-C 9.5%Language:JavaScript 9.0%Language:Starlark 1.3%