react-native-pdf-view
                                
                                 react-native-pdf-view copied to clipboard
                                
                                    react-native-pdf-view copied to clipboard
                            
                            
                            
                        Compile errors on iOS 11
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!
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
Please @cnjon can we have a new release in order to avoid pointing to the Git repo?