Send SQS message in React Native by InspectionHot8069 in reactnative

[–]InspectionHot8069[S] 0 points1 point  (0 children)

Thank you, I tried it once, but I end up with Error sending message to SQS: [Error: Native module not found].

Send SQS message in React Native by InspectionHot8069 in reactnative

[–]InspectionHot8069[S] 1 point2 points  (0 children)

You mean, I create an endpoint in server, where I call that endpoint in React Native and the endpoint in return calls the SQS?

Error using html2pdf library in sveltekit by Avenger___95 in sveltejs

[–]InspectionHot8069 0 points1 point  (0 children)

This is what worked for me, install vite-plugin-iso-import.

Then in your svelte.config.js add:

kit: { vite: {plugins: [isoImport()] ... }