This release includes docs wording improvements thanks to @jtalz, some bugfixes and drawer improvement. We also rewritten source code of RNGH to Typescript.
🐛 Bug fixes
- Fix interactions with NativeViewGestureHandler (#1034) by @ShaMan123
- Use weak reference for storing rootViews in iOS (#1217) by @Norcy
- Disable allowedScrollTypesMask in tvOS (#1278) by @csantos1113
- Specify minimal SDK version for enableTrackpadTwoFingerGesture (#1301) by @KenCorma
👍 Improvements
- DrawerLayout: add
onDrawerSlide()
(#999) by @rorygarand - Add optional
speed
parameter to open/closeDrawer (#1133) by @jeremywho
⌨️ Typescript
- Rewrite to TS (#1327) by @WoLewicki and @jakub-gonet
🔢 Miscellaneous
- Organize folder structure (#1199) by @jakub-gonet
- Lint src/ directory (#1274) by @jakub-gonet
- Clamp swipe animation in examples (#1290) by @mhkeller
🙌 Thank you for your contributions!