options (prop) → Actionsheet.Item (component).
Props like cancelButtonIndex are no longer required as components like Actionsheet.Item can be customised as per need.
title (prop) → NativeBase components such as Heading and Text can be used inside ActionSheet.Content to show the title.
Declarative approach to show and hide using isOpen prop, instead of show() and hide().