Skip to content

Commit ba22bb5

Browse files
committed
react-native-template-reason: prepare 0.2
1 parent c2fd496 commit ba22bb5

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

react-native-template-reason/README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,18 @@ experience.
77

88
## Setup
99

10+
## Start a Reason React Native project with this template
11+
12+
```console
13+
react-native init MyApp --template reason
14+
```
15+
1016
### Command line
1117

12-
Install bs-platform with the following command:
18+
Install BuckleScript with the following command:
1319

1420
```sh
15-
yarn add -D bs-platform
21+
yarn add bs-platform --dev
1622
```
1723

1824
### IDE
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"reason-react": "^0.7.0",
3-
"reason-react-native": "../reason-react-native"
4-
}
3+
"reason-react-native": "^0.60.0"
4+
}

react-native-template-reason/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-template-reason",
3-
"version": "0.1.1",
3+
"version": "0.2.0",
44
"scripts": {
55
"re:clean": "bsb -clean-world",
66
"re:watch": "bsb -clean-world -make-world -w",

0 commit comments

Comments
 (0)