There was an error while loading. Please reload this page.
1 parent f0795f6 commit 9c7f894Copy full SHA for 9c7f894
README.md
@@ -39,8 +39,8 @@ yarn add bs-platform reason-react bs-react-native
39
```
40
41
5. Now you can build all your (so far nonexsisting) Reason in two modes:
42
- - `yarn run build` performs a single build
43
- - `yarn run watch` enters the watch mode
+ - `yarn build` performs a single build
+ - `yarn watch` enters the watch mode
44
6. Now we come to the fun stuff! Create a new file `re/app.re` and make it look like this:
45
```reason
46
open BsReactNative;
0 commit comments