Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sadministrator/reactnative
A small project created to practice react native using typescript.
https://github.com/sadministrator/reactnative
Last synced: about 1 month ago
JSON representation
A small project created to practice react native using typescript.
- Host: GitHub
- URL: https://github.com/sadministrator/reactnative
- Owner: sadministrator
- License: mit
- Created: 2019-09-27T19:39:51.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T11:53:56.000Z (almost 2 years ago)
- Last Synced: 2024-08-10T04:23:08.689Z (5 months ago)
- Language: TypeScript
- Size: 3.64 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# :space_invader: React Native Template TypeScript
> Clean and minimalist React Native template for a quick start with TypeScript.
## :star: Features
- Elegant usage directly within the [React Native CLI](https://github.com/react-native-community/cli)
- Consistent with the default React Native template
- Minimal additional dependencies## :arrow_forward: Usage
> `[email protected]` or higher
```sh
npx react-native init MyApp --template 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 above 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
## :computer: Contributing
Contributions are very welcome. Please check out the [contributing document](CONTRIBUTING.md).
## :bookmark: License
This project is [MIT](LICENSE) licensed.