I develop apps in React Native, I need to build my own libraries and reuse them in multiple React Native projects. With React Native I couldn’t link a library from outside the project, so I can't simply link my library to all my React Native apps. What is the right way to do that?
I need to have a development environment to develop and test my library, but I need also to import my library into all the projects I need.