Hi Umar,
Did you ever figure out how to add an external react native library to your pluggable widget?
Consider using javascript actions and take a look the nanoflow commons library
In a pluggable widget, you simply npm install the module you need. If you’re building a widget for a native app, and that library requires native code too, you’ll also need to install the module into a custom dev app.
In a JavaScript action, you can follow this guidance which suggests you include the code in the theme directory of your project. You can also copy the library into the /javascriptactions/mymodule/ folder of your project and import it from there.
any solution to this?
Hello
Is there a solution for this? I have the same necessities, i need to connect my native app to a bluetooth printer.
I tried to implement using npm install on this https://www.npmjs.com/package/react-native-bluetooth-serial but still got no move forward.