- Right now I am working on npm package for my react native app,My app contain lots of things, like have a native modules, lots of dependencies,I am using this to create npm package for my app.
- Question 1 - Above package (Mentioned as this) is good for create npm package for my react native app?
- Question 2 - As I mentioned that my react native app contain native modules too how can I manage into npm package?
Many thanks in advance