We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0282b39 commit 4f3930eCopy full SHA for 4f3930e
index.js
@@ -15,8 +15,6 @@ export default class ScalableImage extends React.Component {
15
};
16
17
this.mounted = false;
18
-
19
- this.computeAndSetRatio = this.computeAndSetRatio.bind(this)
20
}
21
22
componentDidMount() {
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-native-scalable-image",
3
- "version": "0.3.4",
+ "version": "0.3.5",
4
"license": "MIT",
5
"description": "React Native Image component which scales width or height automatically to keep the aspect ratio",
6
"keywords": [
0 commit comments