React Native: npm link local dependency, unable to resolve module

后端 未结 8 1459
不知归路
不知归路 2020-12-23 02:14

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         


        
8条回答
  •  孤城傲影
    2020-12-23 02:45

    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!

提交回复
热议问题