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 ebb7c1b commit 2eb2495Copy full SHA for 2eb2495
react-native-scripts/template/README.md
@@ -48,9 +48,9 @@ Open it in the [Expo app](https://expo.io) on your phone to view it. It will rel
48
Sometimes you may need to reset or clear the React Native packager's cache. To do so, you can pass the `--reset-cache` flag to the start script:
49
50
```
51
-npm start -- --reset-cache
+npm start --reset-cache
52
# or
53
-yarn start -- --reset-cache
+yarn start --reset-cache
54
55
56
#### `npm test`
0 commit comments