1.2.0: Make `ReanimatedModule.NAME` public (#356)
Minor release with a number of important improvements, see the list below:
π NEW FEATURES
- Add TS support for animated transforms by @wcandillon (#323)
- Add Math.log() operator by @simonbuerger (#320)
π BUG FIXES
- (react-native-reanimated.d.ts) fix TransformsStyle by @tpucci (#339)
- Fix android CI setup by @oblador (#313)
π IMPROVEMENTS
- Make
ReanimatedModule.NAME
public by @janicduplessis (#356) - target iOS 9.0 by @dulmandakh (#346)
- Bypass animation queue for onScroll events by @oblador (#312)
- Replace forEach with for loop by @satya164 (#329)
- π Refine TS type by @wcandillon (#314)
π Thanks you for all the contributions!