1.0.12
Minor release with a number of bugfixes and one new big feature – ForceTouchGestureHandler (also ripple color on Android slipped in for this release)
Next release will likely drop support to RN < 0.57.2 so that we can rely on changes made in react/react-native#21398 to support overflow hit testing on both platforms.
🎉 NEW FEATURES
- ForceTouchGestureHandler by @osdnk (#374) READ DOCS HERE
- Ripple color can be customized on Android by @osdnk (#183)
🐛 BUG FIXES
- flow type fixes by @osdnk (#367)
- include missing files from the npm package by @SergeShkurko
👍 IMPROVEMENTS
- gestureHandlerRootHOC web compatibility changes by @EvanBacon (#351)
- Move Podspec to react-native link compatible location by @gongdao123 (#366)
- use RN's flow definition of StatusBarAnimation by @itsjgf (#365)
- optimize DrawerLayout by avoiding setState during animation by @kmagiera (#369)
- documentation improvements by @vonovak (#379)
- xcode project settings updates by @osdnk (#368)
- link example app with gesture-handler version from the root folder by @osdnk (#378)
- numerous improvements to DrawerLayout by @brentvatne (#381)
🙌 Thanks to everyone who contributed their time reporting bugs, posting suggestions and taking part in discussions under PRs and issues!