diff --git a/README.md b/README.md
index 7b2e043..cd80c50 100644
--- a/README.md
+++ b/README.md
@@ -15,6 +15,37 @@ Cross platform ActionSheet. This component implements a custom ActionSheet and
+
+Starting from v3.0.0 a custom ActionSheet with a native-like UI is available and used as default option for iOS:
+
Prop name |
- Description |
Type |
+ Description |
Default |
title |
- |
- PropTypes.string or PropTypes.element |
+ string or ReactNode |
+ ActionSheetCustom needed to use ReactNode for iOS |
|
message |
- |
- PropTypes.string or PropTypes.element |
+ string or ReactNode |
+ ActionSheetCustom needed to use ReactNode for iOS |
|
options |
- |
- PropTypes.arrayOf([PropTypes.string, PropTypes.element]) |
+ (string | ReactChild)[] |
+ ActionSheetCustom needed to use ReactChild options for iOS |
|
tintColor |
+ string |
|
- PropTypes.string |
|
cancelButtonIndex |
+ number |
|
- PropTypes.number |
|
destructiveButtonIndex |
+ number |
|
- PropTypes.number |
|
onPress |
+ function |
+ |
|
- PropTypes.func |
- (index) => {} |
userInterfaceStyle |
- iOS only, RN version >=0.63 |
"light" | "dark" |
+ RN version >=0.63 |
System theme |
+
+ theme |
+ "flat" | "ios" |
+ |
+ flat for Android and native or native-like for iOS |
+
styles |
- only for ActionSheetCustom |
|
+ only for ActionSheetCustom |
{} |