You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried cloning the repo and did yarn link and unlink but It didn't work, there must be some steps I am missing in between,
can someone helo me, please!
The text was updated successfully, but these errors were encountered:
@bigyank, I had a similar issue which I resolved the other day. What you want to do is fork the repo here on GitHub. Then in the package.json for your example/playground app, add react-native-walkthrough-tooltip and replace the version number with a reference to your github link. the line in your package.json will look like:
Make sure to specify which specific commit you want to reference. Then run $ npm install or $ yarn install.
Note: There will be two repos on your machine. One will be react-native-walkthrough-tooltip. And the second repo will be your example/playground app which will import your fork of react-native-walkthrough-tooltip which you can use for testing your changes.
I tried cloning the repo and did yarn link and unlink but It didn't work, there must be some steps I am missing in between,
can someone helo me, please!
The text was updated successfully, but these errors were encountered: