This package has been deprecated

Author message:

Deprecated in favour of React-Native's Typescript template

create-react-native-typescript-app

1.2.1 • Public • Published

Deprecated

Deprecated in favour of React-Native's Typescript template.

npx react-native init AwesomeTSProject --template react-native-template-typescript

For more information, visit https://facebook.github.io/react-native/docs/getting-started

Create React-Native App with Typescript

This tool helps you setup Typescript to use for React-Native app development.

Getting Started

Make sure you have react-native-cli installed as global module, and (optionally) yarn for faster dependency downloads.

Install

$ npm install create-react-native-typescript-app -g
 # or
$ yarn global add create-react-native-typescript-app

Create App

$ create-react-native-typescript-app MyApp

Run

$ cd MyApp
$ npm run android
  # or
$ yarn android

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i create-react-native-typescript-app

Weekly Downloads

5

Version

1.2.1

License

MIT

Unpacked Size

36.1 kB

Total Files

17

Last publish

Collaborators

  • huestack