Skip to content

v5.1.0

Latest
Compare
Choose a tag to compare
@testshallpass testshallpass released this 08 Aug 13:18
· 6 commits to main since this release

Changelog

Overview

Introducing the alertPosition prop, it dictates where the alert animation flow begins. It accepts either top or bottom (default: top). To note, if set to bottom then update status bar does not happen and pan responder interaction is adjusted. #234

Breaking change

  • panResponderMoveDistance prop removed in favor of setting onMoveShouldSetPanResponder to panResponderEnabled. This was based on: "Called for every touch move on the View when it is not the responder: does this view want to "claim" touch responsiveness?" for this case yes when enabled (Pan responder lifecycle).