Open GopiKrishna10 opened 6 years ago
rn-image-zoom is trying to @Override
createJSModule which is not part of RN 0.5x.x definition of ReactPackage
Actually, the problem is that this relies upon PropTypes being a part of the React package, which was moved into it's own package in React 16.
@tmaly1980 right, my bad.
HI Guys,
Versions
"react-native-image-zoom": "^0.32.0", "react": "16.2.0", "react-native": "0.52.0",
Am Getting the Error Messages 1.Cannot read property 'oneOfType' of undefined 2.Module AppRegistry is not a registered callable module (calling runApplication).
How can I solve the Error messages.I have a View which is need to zoom in and ZOOMout Functionality for View.How can i achieve this.