I tried to integrate metronic (latest) into the expo, using the web expo (https://docs.expo.dev/workflow/web/). It gave errors related to jquery (I tried importing the bundle already precompiled as well as the ones I generated manually (via the setup doc)).
My question is: how do I integrate?
Hi,
Unfortunately, we have no experience with the expo environment so we have no clue what you could be your issue. I would suggest you try to launch Metronic templates in your browser by compiling the assets following the build tools guides and probably you can use the compiled assets within the expo. Please note that Metronic comes with its jquery bundled into plugins.bundle.js.
Regards.
Hi Ricardo Pacheco,
May I know which application are you using? Is it an HTML version, Rails, React, etc.?
Thanks
In this case I'm using the html version (I use specific web templates with expo, so I used the html version).
The expo-webpack that does the work behind the scenes (https://docs.expo.dev/guides/customizing-webpack/). I'm using the default configuration.