An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# `@rescript-react-native/template`

[![Version](https://img.shields.io/npm/v/@rescript-react-native/template.svg)](https://www.npmjs.com/@rescript-react-native/template)
[![ReScript Forum](https://img.shields.io/discourse/posts?color=e6484f&label=ReScript%20Forum&server=https%3A%2F%2Fforum.rescript-lang.org)](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/).