Ionic React: https://ionicframework.com/docs/react
Ionic React API: https://ionicframework.com/docs/api/route
React: https://reactjs.org/docs/getting-started.html
npm install
ionic serve
ionic build
ionic cap add android
(Only once, does not need to be repeated)ionic cap copy
- Open Android Studio and under the "Refactor" Menu, choose "Migrate to AndroidX", make sure that follow up by agreeing to do the full migration (bottom left of your main IDE). Migrating to AndroidX
- Save and close Android Studio
ionic cap sync
- The GitHub Workflow will now build your Android (Debug) APK that you can download and install.
TODO