diff --git a/index.js b/index.js index 40ebb47..9b66f90 100644 --- a/index.js +++ b/index.js @@ -70,7 +70,7 @@ export default class AutoHeightImage extends PureComponent { } } catch (ex) { if (this.props.onError) { - this.props.onError(ex); + this.props.onError(ex); } } } diff --git a/yarn.lock b/yarn.lock index 68b2137..090ad76 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2726,6 +2726,10 @@ react-devtools-core@^2.0.8: cross-env "^3.1.4" ws "^2.0.3" +react-native-android-image-polyfill@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/react-native-android-image-polyfill/-/react-native-android-image-polyfill-1.0.0.tgz#f0b61bac0c6a91b8f8f81233ab1998613adf64ac" + react-native@^0.43.4: version "0.43.4" resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.43.4.tgz#92fb6937ab415b2e5612835a93a61845de98eb4d"