1.3.0: fix(π): Fix Android bug when dealing with string animated values (#311)
Minor release to support recently released RN 0.61.
IMPORTANT This release drops support for React Native on Android prior to version 0.60 due to migration to AndroidX. It is still possible to use it on older version but additional steps to setup revers jettifier are necessary.
All fixes and improvements listed below:
π BUG FIXES
- Fix Android bug when dealing with string animated values by @wcandillon (#311)
- Add createAnimatedComponent to mock by @PierreCapo (#389)
- add event type to event mapping by @ShaMan123 (#388)
- FIX javaCompileProvider by @Fabsolute (#393)
π IMPROVEMENTS
- Update Example project to RN 0.61 by @Mjuk-Biltvatt (#407) and @kmagiera (#402)
- Optimize constant nodes creation and cleanup by @kmagiera (#403)
- migrate to AndroidX by @dulmandakh (#395)
- Specify component typings as React.Component classes by @christianchown (#373)
- Remove prevPosition in SpringState by @wcandillon (#386)
- Update README.md by @leotm (#384)
π Thanks you for all the contributions!