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
Change your package.json
//... "dependencies": { //... "my-button" : "file:../" }, //...