Skip to content

v3.7.0

Compare
Choose a tag to compare
@bd-arc bd-arc released this 12 Apr 16:59
· 111 commits to master since this release

New features and enhancements

  • Add a new callback method: onBeforeSnapToItem()
  • Add prop lockScrollTimeoutDuration
  • Add the ability to enable/disable callback's execution when snaping programmatically
  • Add the ability to change scrollEnabled to true from initially false (thanks @tomauty)

Bugfixes

  • Fix random errors when accessing wrapped component's reference
  • Fix errors triggered when calling setState() while the component has already been unmounted

Other

  • Support keyExtractor on ScrollView (thanks @hadimhd)