chore(react): update readme to remove capacitor instruction

This commit is contained in:
Ray Clanan
2019-10-30 17:51:37 -04:00
committed by Ely Lucas
parent 77d18c7172
commit f2d18a2346

View File

@@ -27,9 +27,6 @@ ionic init "My React App" --type=react
ionic integrations enable capacitor
```
Open the './capacitor.config.json' file in your projects root.
Change `"webDir": "www"` to be `"webDir": "build"` (dependent on your config but Ionic React defaults with this as the build directory)
Then run the following command to get started with either `ios` or `android` platforms.
```
ionic capacitor add <android|ios>