Skip to content

Commit

Permalink
Fix Parallax component
Browse files Browse the repository at this point in the history
  • Loading branch information
SoHotSoup committed Dec 4, 2016
1 parent 6fbac78 commit f071ce8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@shoutem/animation",
"version": "0.8.9",
"version": "0.8.10",
"description": "Shoutem Animation Library",
"main": "index.js",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion src/animations/Parallax.js
Expand Up @@ -85,7 +85,7 @@ export class Parallax extends Component {
};

measure() {
UIManager.measure(findNodeHandle(this), handleMeasure);
UIManager.measure(findNodeHandle(this), this.handleMeasure);
}

componentDidMount() {
Expand Down

0 comments on commit f071ce8

Please sign in to comment.