Skip to content

Commit 2d44a88

Browse files
authored
Update README.md
- Update Yarn Android command - Add Storybook server opt command
1 parent 93336a3 commit 2d44a88

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ Open [Android Studio - Preview release - Canary build](https://developer.android
111111
#### Run
112112

113113
```sh
114-
yarn android --active-arch-only
114+
yarn android
115115
```
116116

117117
### Troubleshooting
@@ -130,6 +130,10 @@ _Keep in sync with `.storybook` and `storybook_server` `/main.js`_
130130
yarn get-stories
131131
```
132132

133+
```sh
134+
yarn storybook-server # optional
135+
```
136+
133137
https://github.com/leotm/react-native-template-new-architecture/blob/01f1c9864f55367004effbe26d3f33590784704b/src/index.tsx#L132
134138

135139
<details>

0 commit comments

Comments
 (0)