https://github.com/thecodingmachine/rnb-plugin-typescript
This plugin allow thecodingmachine react-native-boilerplate 🐙 users to translate the boilerplate from Javascript 💛 to Typescript 💙
https://github.com/thecodingmachine/rnb-plugin-typescript
hacktoberfest
Last synced: 7 months ago
JSON representation
This plugin allow thecodingmachine react-native-boilerplate 🐙 users to translate the boilerplate from Javascript 💛 to Typescript 💙
- Host: GitHub
- URL: https://github.com/thecodingmachine/rnb-plugin-typescript
- Owner: thecodingmachine
- License: mit
- Archived: true
- Created: 2021-09-29T17:30:55.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-02-28T15:25:19.000Z (over 2 years ago)
- Last Synced: 2025-04-20T14:05:44.372Z (7 months ago)
- Topics: hacktoberfest
- Language: TypeScript
- Homepage: https://thecodingmachine.github.io/react-native-boilerplate/
- Size: 6.26 MB
- Stars: 18
- Watchers: 7
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# 🚨 this project is now a complete part of the [original package](https://github.com/thecodingmachine/react-native-boilerplate) and will be deleted soon 🚨





[](https://github.com/thecodingmachine/rnb-plugin-typescript/actions/workflows/CI.yml)
# TheCodingMachine React Native boilerplate - Typescript Plugin
This project is part of our [React Native Boilerplate](https://github.com/thecodingmachine/react-native-boilerplate/) that can be used to kickstart a mobile application.
This boilerplate provides **an optimized architecture for building solid cross-platform mobile applications** through separation of concerns between the UI and business logic. It is fully documented so that each piece of code that lands in your application can be understood and re-used.
## Quick start
To create a new project using the boilerplate simply run :
```
npx react-native init MyApp --template @thecodingmachine/react-native-boilerplate
```
Select `typescript` as language when prompt.
Assuming you have all the requirements installed, you can run the project by running:
- `yarn start` to start the metro bundler, in a dedicated terminal
- `yarn ` to run the _platform_ application (remember to start a simulator or to connect a device)
## Digging Deeper
To learn more about the main project, go to [the boilerplate repository](https://github.com/thecodingmachine/react-native-boilerplate/)
More informations about usage of the boilerplate in our [full documentation](https://thecodingmachine.github.io/react-native-boilerplate)
## License
This project is released under the [MIT License](LICENSE).
## About us
[TheCodingMachine](https://www.thecodingmachine.com/) is a web and mobile agency based in Paris and Lyon, France. We are [constantly looking for new developers and team leaders](https://www.thecodingmachine.com/nous-rejoindre/) and we love [working with freelancers](https://coders.thecodingmachine.com/). You'll find [an overview of all our open source projects on our website](https://thecodingmachine.io/open-source) and on [Github](https://github.com/thecodingmachine).