I am developing a button ui package for react native. I try to build an example project to test this button. The directory structure is as follows:
my-button
Try to run
npm run watch
inside the button package. Currently, I'm using this to apply changes from the library to my main project. Please let me know if it works!