# create-react-native-typescript-app

> A react-native with typescript starter cli.

Latest version **1.2.1** (published 2019-12-23) · MIT license · 0 weekly downloads

> **Deprecated.** This package is deprecated.

## Install

```sh
npm install create-react-native-typescript-app
pnpm add create-react-native-typescript-app
yarn add create-react-native-typescript-app
bun add create-react-native-typescript-app
```

Provides the command `create-react-native-typescript-app`.

## Health

**Score 10/100 (F)** — status: deprecated.

Negative: deprecated.

## Facts

| | |
|---|---|
| Version | 1.2.1 |
| Published | 2019-12-23 |
| First published | 2017-11-05 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=6.0.0 |
| Dependencies | 4 |
| Unpacked size | 35.2 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 8 |
| Author | Ritesh Gite |
| Maintainers | huestack |

## Links

- npm: https://www.npmjs.com/package/create-react-native-typescript-app
- Repository: https://github.com/huestack/create-react-native-typescript-app
- Homepage: https://github.com/huestack/create-react-native-typescript-app#readme
- Issues: https://github.com/huestack/create-react-native-typescript-app/issues
- npm.io page: https://npm.io/package/create-react-native-typescript-app

## Dependencies (4)

- [chalk](https://npm.io/package/chalk.md) ^2.3.0
- [rimraf](https://npm.io/package/rimraf.md) ^2.6.2
- [minimist](https://npm.io/package/minimist.md) ^1.2.0
- [babel-runtime](https://npm.io/package/babel-runtime.md) ^6.26.0

## Recent versions

- 1.2.1 (latest) — 2019-12-23
- 1.1.1-beta (beta) — 2017-11-24
- 1.2.0 — 2017-11-24
- 1.1.0 — 2017-11-12
- 1.0.3 — 2017-11-12
- 1.0.2-rc1 — 2017-11-05

## README

## 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](https://github.com/Microsoft/TypeScript) to use for [React-Native](https://github.com/facebook/react-native) app development. 



# Getting Started
Make sure you have **[react-native-cli](https://www.npmjs.com/package/react-native-cli)** installed as global module, and (optionally) [yarn](https://yarnpkg.com/) for faster dependency downloads.
## Install
```sh
$ npm install create-react-native-typescript-app -g
 # or
$ yarn global add create-react-native-typescript-app
```
## Create App
```sh
$ create-react-native-typescript-app MyApp
```
## Run
```sh
$ cd MyApp
$ npm run android
  # or
$ yarn android
```
# License
MIT

---
_Source: https://npm.io/package/create-react-native-typescript-app · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
