alwx / react-native-photo-view

Pinch-to-zoom view for React Native (both iOS and Android)
MIT License
816 stars 435 forks source link

Remove createJSModules - RN 0.47 compatibility #76

Closed radko93 closed 6 years ago

radko93 commented 6 years ago

createJSModules is now not required on Android from RN 0.47. I actually can't build an app on RN 0.47 without removing this method/@ovveride marker. This should be backwards compatible.

lex111 commented 6 years ago

ping @alwx

borisyankov commented 6 years ago

Please merge and publish.