Hi,
I have been following the link below to add Ionic to my existing react application:
As far as I understand this should see a very easy process and I should be able to keep using my app the same way as usual:
- npm run dev for starting local server
- npm run build
- Capacitor go generate the apk file
When including the imports and then building I’m getting an error saying that history is not installed. No problem, I install it (npm install --save history). But then other errors appear and so on. DIdn’t manage to make this work.
Does anybody know if adding ionic to my Refine application should work easily? Do you know if there is a roject I can have a look? Or a github project or something. So far I didn’t find anything.
Any idea will be more than welcome. My plan is to initially include the router and some styles and then create a new release in the future to fully migrate it. BUt I’d like to keep Refine, as it offers many interesting tools.
Thank you very much for your time.
Regards.
Boiralis