Use npm i @fivethree/capacitor-rxjs
to install the Library.
Then you can use the provided services to get a hold of all the capacitor event Observables.
- Subscribe to several capacitor plugin events
- Network, Geolocation, AppState and more
âš This project is under active development and not production ready yet.
- Clone the repository.
- CD into the project and run
npm run init
to initialize the repository. - Run the app on a specific Capacitor Platform with
npm run <platform>
.<platform>
can either be android, ios or electron. - To serve the project in the browser run ionic s.