Patch release fixing most problems that came up after rewriting the library to TS.
🐛 Bug fixes
- Move jestSetup.js to root dir (#1337) by @jakub-gonet
- Keep same extensions on different platforms (#1351) by @jakub-gonet
- Rename _handlerTag to handlerTag (#1357) by @jakub-gonet
⌨️ Typescript
- Fix gestureHandlerRootHOC types (#1347) by @alpha0010
- Use PropsWithChildren in TouchableWithoutFeedback (#1345) by @jakub-gonet
- Replace import React with import * as React (#1346) by @jakub-gonet
- Export all compat *Properties types (#1356) by @jakub-gonet
🙌 Thank you for your contributions!