ActionSheet | NativeBase | Universal Components for React and React Native

Search
K
Hire us
Please opt in to our enterprise plan (coming soon) for priority support with NativeBase. If you are starting a new project, we recommend using gluestack-ui. For your existing projects, you can utilize @gluestack-ui/themed-native-base (beta).
ActionSheet
We have sliced into multiple smaller component which not only provides more control over the the code but also makes it more readable.
Overview
Migrating Checkbox components can broadly described in these points:
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().
Code Comparison
v2
v3
Nativebase logo
MadeWithNativeBase