File tree Expand file tree Collapse file tree 3 files changed +11
-5
lines changed
react-native-template-reason Expand file tree Collapse file tree 3 files changed +11
-5
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11{
22 "reason-react" : " ^0.7.0" ,
3- "reason-react-native" : " ../reason-react-native "
4- }
3+ "reason-react-native" : " ^0.60.0 "
4+ }
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments