0.6.0
- Refactored to ES2016.
- Breaking change: Removed backwards support for
transitionValue
prop. - Breaking change: Splits imports between React and React Native to fix warnings in RN 0.25.
- Breaking change: With ES2016 the import statement has changed to:
import * as Animatable from 'react-native-animatable'