Skip to content

Commit 4f3930e

Browse files
committed
Removed unsed code
1 parent 0282b39 commit 4f3930e

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ export default class ScalableImage extends React.Component {
1515
};
1616

1717
this.mounted = false;
18-
19-
this.computeAndSetRatio = this.computeAndSetRatio.bind(this)
2018
}
2119

2220
componentDidMount() {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-scalable-image",
3-
"version": "0.3.4",
3+
"version": "0.3.5",
44
"license": "MIT",
55
"description": "React Native Image component which scales width or height automatically to keep the aspect ratio",
66
"keywords": [

0 commit comments

Comments
 (0)