react-native-actions-sheet
Version:
A Cross Platform(Android & iOS) ActionSheet with a robust and flexible api, native performance and zero dependency code for react native. Create anything you want inside ActionSheet.
7 lines (6 loc) • 326 B
JavaScript
export var CloseRequestType;
(function (CloseRequestType) {
CloseRequestType[CloseRequestType["SWIPE"] = 0] = "SWIPE";
CloseRequestType[CloseRequestType["BACK_PRESS"] = 1] = "BACK_PRESS";
CloseRequestType[CloseRequestType["TOUCH_BACKDROP"] = 2] = "TOUCH_BACKDROP";
})(CloseRequestType || (CloseRequestType = {}));