https://github.com/rescript-react-native/template
ReScript React Native template
https://github.com/rescript-react-native/template
react react-native rescript rescript-react rescript-react-native
Last synced: 1 day ago
JSON representation
ReScript React Native template
- Host: GitHub
- URL: https://github.com/rescript-react-native/template
- Owner: rescript-react-native
- License: mit
- Created: 2019-09-04T05:31:52.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2023-07-30T20:30:50.000Z (over 2 years ago)
- Last Synced: 2025-10-06T19:46:37.849Z (3 months ago)
- Topics: react, react-native, rescript, rescript-react, rescript-react-native
- Language: Java
- Homepage:
- Size: 2.25 MB
- Stars: 23
- Watchers: 3
- Forks: 6
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# `@rescript-react-native/template`
[](https://www.npmjs.com/@rescript-react-native/template)
[](https://forum.rescript-lang.org/)
> React Native template for application developed with ReScript.
Please carefully read instructions below in order to enjoy Rescript development
experience.
## Setup
## Start a ReScript React Native project with this template
```console
npx @react-native-community/cli init MyApp --template @rescript-react-native/template
cd MyApp
```
Now that you are ready to go, you can check our documentation on
[how to use ReScript React Native](https://rescript-react-native.github.io/docs/).