diff --git a/package-lock.json b/package-lock.json index b0b4fce..be48a17 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@shoutem/animation", - "version": "0.13.0", + "version": "0.13.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 1c6c912..25ffa30 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@shoutem/animation", - "version": "0.13.0", + "version": "0.13.1", "description": "Shoutem Animation Library", "main": "index.js", "scripts": { diff --git a/src/animations/View.js b/src/animations/View.js index 8983e5b..585f16e 100644 --- a/src/animations/View.js +++ b/src/animations/View.js @@ -1,5 +1,5 @@ import { View as RNView } from 'react-native'; import connectAnimation from '../components/connectAnimation'; -import { animations } from './animations'; +import animations from './animations'; export default connectAnimation(RNView, animations);