react-native-doc-viewer icon indicating copy to clipboard operation
react-native-doc-viewer copied to clipboard

npm i referencing wrong repository!?

Open BigPun86 opened this issue 6 years ago • 0 comments

Hey there!

Whenever i install this project according to the readme it installs the fork of r2space => https://github.com/r2space/react-native-doc-viewer

is this intended?

Can anybody help me with this, i am really struggling as i have no idea why it is referencing to the wrong repository.

My steps:

npm i react-native-doc-viewer --save

then compare the android paths which shouldn't look like this:

...android/src/main/java/com/reactlibrary 

instead it should have the path

...android/src/main/java/com/philipphecht

Repositories:

https://github.com/r2space/react-native-doc-viewer/tree/master/android/src/main/java/com/reactlibrary

https://github.com/philipphecht/react-native-doc-viewer/tree/master/android/src/main/java/com/philipphecht

BigPun86 avatar Aug 06 '18 14:08 BigPun86