cnjon / react-native-pdf-view

React Native PDF View
MIT License
405 stars 168 forks source link

Compile errors on iOS 11 #81

Open ptesar-xyndata opened 7 years ago

ptesar-xyndata commented 7 years ago

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!

vsinha commented 6 years ago

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

zedtux commented 6 years ago

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