File tree Expand file tree Collapse file tree 1 file changed +1
-12
lines changed
Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Original file line number Diff line number Diff line change @@ -13,20 +13,9 @@ experience.
1313## Start a Reason React Native project with this template
1414
1515``` console
16- npx react-native init MyApp --template @reason-react-native/template
16+ npx @ react-native-community/cli init MyApp --template @reason-react-native/template
1717cd MyApp
1818```
1919
20- ⚠️ In case you got an error saying it's looking for
21- ` react-native-template-reason-react-native-template ` , be sure to have
22- uninstalled any previous react-native-cli version & rely on ` npx `
23-
24- ``` console
25- npm -g uninstall react-native
26- npm -g uninstall react-native-cli
27- yarn global remove react-native
28- yarn global remove react-native-cli
29- ```
30-
3120Now that you are ready to go, you can check our documentation on
3221[ how to use Reason React Native] ( https://reason-react-native.github.io/en/docs/usage/ ) .
You can’t perform that action at this time.
0 commit comments