Skip to content

Commit

Permalink
Merge pull request #41 from shoutem/hotfix/0.13.1
Browse files Browse the repository at this point in the history
Fix import in animation base component
  • Loading branch information
Definitely-Not-Vlad authored Jan 20, 2021
2 parents 1c68f4d + 29ae33d commit 207ed50
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shoutem/animation",
"version": "0.13.0",
"version": "0.13.1",
"description": "Shoutem Animation Library",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/animations/View.js
Original file line number Diff line number Diff line change
@@ -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);

0 comments on commit 207ed50

Please # to comment.