mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
chore(react): update readme to remove capacitor instruction
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user