npm react-native-collapsible 1.2.0

latest releases: 1.6.0, 1.5.3, 1.5.2...
5 years ago

Features

Add enablePointerEvents prop to Collapsible 8222cf4 @okb1100

By default, the collapsible disables touch events while collapsing to prevent touches while the animation is closing or opening. Some persons expressed a need to override this behaviour.

Fixes

Handle collapsible unmount during animation 8f79b3e @slorber

While during the collapse animation a user might navigate away from the screen and inadvertently unmount the component. However, the animation will still complete and attempt to setState. This would throw a warning that you shouldn't update an unmounted component.

Other

Don't miss a new react-native-collapsible release

NewReleases is sending notifications on new releases.