thekevinbrown/react-native-schemes-manager

Pulling wrong package from npm

Closed this issue · 2 comments

Steps to reproduce the behavior

yarn add react-native-schemes-manager:
Screenshot 2019-04-02 at 08 30 42

Expected behavior

yarn to pull the latest code from github repo

Actual behavior

yarn pulls from a different, outdated repo, as demonstrated in the package.json:
Screenshot 2019-04-02 at 08 33 53

I've just published v2.0.0 with the new git repo URL in the package.json file which should resolve this issue for you. Please let me know if you have any further trouble with this!

Thanks, great project!