Skip to content

Releases: enzomanuelmangano/react-native-inkwell

Release 0.4.5

07 Oct 18:34
Compare
Choose a tag to compare

0.4.5 (2021-10-07)

Bug Fixes 😁

  • add flexDirection in ChildLayout (28680f9)

Performance Improvements 😎

This update heavily improves performance by moving the layout measurement logic in the onTap execution (ee66e82)

Release 0.4.0

02 Oct 12:45
Compare
Choose a tag to compare

0.4.0 (2021-10-02)

Features

  • Support multiple nested inkwells 🥳 (b7b8dd9)

Release 0.3.1

21 Sep 15:41
Compare
Choose a tag to compare

0.3.1 (2021-09-21)

Description

This update fixes the following issues:

  • inconsistent styles with nested views;
  • broken Ripple effect on large Android FlatList.

Changes

Code-side documentation for InkWellProps has been added.

Added new Props 🌟

  • contentContainerStyle;
  • easing;
  • scaleDuration.

Release 0.2.0

17 Aug 18:47
Compare
Choose a tag to compare

0.2.0 (2021-08-17)

First version of the react-native-inkwell package.

Description

The package handles user interaction via react-native-gesture-handler and relies on react-native-reanimated for animations.
Sincere thanks to those who contributed to the two packages 🙏🏼.

Supported Gestures 🤓

  • onTap
  • onDoubleTap
  • onLongPress