⚠️ Breaking changes
- Remove
jestUtils
from the mainindex.ts
and move it to separatepackage.json
(#1917 by @j-piasecki)
We felt that, although it's a breaking change, this fix important enough to warrant a patch release. If you started using fireGestureHandler
and getByGestureTestId
methods, change their import to react-native-gesture-handler/jest-utils
.
❗ Important changes
- Use native driver by default for
TouchableOpacity
animations (#1924 by @j-piasecki)