This version includes a few corrections, bug fixes and enhancements:
Previously, when the Animated component has no animation prop it was exploding due to it was lacking of prop control. Now it has a prop control for the animation property
Previously, when the Animated component has no transition prop it was exploding due to it was lacking of prop control. Now it has a prop control for the transition property.
Animated Styled Components doesn't rely anymore in Webpack to bundle the library, instead, it relies on Rollup via Microbundle.
Thanks to @bplittle for catching the annoying bug :)