We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93336a3 commit 2d44a88Copy full SHA for 2d44a88
README.md
@@ -111,7 +111,7 @@ Open [Android Studio - Preview release - Canary build](https://developer.android
111
#### Run
112
113
```sh
114
-yarn android --active-arch-only
+yarn android
115
```
116
117
### Troubleshooting
@@ -130,6 +130,10 @@ _Keep in sync with `.storybook` and `storybook_server` `/main.js`_
130
yarn get-stories
131
132
133
+```sh
134
+yarn storybook-server # optional
135
+```
136
+
137
https://github.com/leotm/react-native-template-new-architecture/blob/01f1c9864f55367004effbe26d3f33590784704b/src/index.tsx#L132
138
139
<details>
0 commit comments