react-native-pdf-view icon indicating copy to clipboard operation
react-native-pdf-view copied to clipboard

Compile errors on iOS 11

Open ptesar-xyndata opened this issue 8 years ago • 2 comments

Hello,

I'm using : react-native-pdf-view : 0.3.2 react-native : 0.48.3

and by compiling in Xcode I get 26 issues like :

duplicate interface definition for class 'RCTBridge'

can anyone help?

Thx!

ptesar-xyndata avatar Sep 13 '17 20:09 ptesar-xyndata

Changing your package.json to pull from the most recent version should fix this problem

    "react-native-pdf-view": "git+https://github.com/cnjon/react-native-pdf-view.git",

found the solution linked here

vsinha avatar Sep 21 '17 10:09 vsinha

Please @cnjon can we have a new release in order to avoid pointing to the Git repo?

zedtux avatar Jul 04 '18 07:07 zedtux