react-native-navigation
Version:
React Native Navigation - truly native navigation for iOS and Android
47 lines (39 loc) • 1.68 kB
JavaScript
;
// tslint:disable jsdoc-format
// TODO: Import ColorValue instead when upgrading @types/react-native to 0.63+
// Only assign PlatformColor or DynamicColorIOS as a Color symbol!
export let OptionsModalPresentationStyle = /*#__PURE__*/function (OptionsModalPresentationStyle) {
OptionsModalPresentationStyle["formSheet"] = "formSheet";
OptionsModalPresentationStyle["pageSheet"] = "pageSheet";
OptionsModalPresentationStyle["overFullScreen"] = "overFullScreen";
OptionsModalPresentationStyle["overCurrentContext"] = "overCurrentContext";
OptionsModalPresentationStyle["currentContext"] = "currentContext";
OptionsModalPresentationStyle["popover"] = "popover";
OptionsModalPresentationStyle["fullScreen"] = "fullScreen";
OptionsModalPresentationStyle["none"] = "none";
return OptionsModalPresentationStyle;
}({});
export let OptionsModalTransitionStyle = /*#__PURE__*/function (OptionsModalTransitionStyle) {
OptionsModalTransitionStyle["coverVertical"] = "coverVertical";
OptionsModalTransitionStyle["crossDissolve"] = "crossDissolve";
OptionsModalTransitionStyle["flipHorizontal"] = "flipHorizontal";
OptionsModalTransitionStyle["partialCurl"] = "partialCurl";
return OptionsModalTransitionStyle;
}({});
/**
* Used to animate the actual content added to the hierarchy.
* Content can be a React component (component) or any other layout (Stack, BottomTabs etc)
*/
/**
* Used for describing stack commands animations.
*/
/**
* Used for configuring command animations
*/
/**
* Configure Android's NavigationBar
*/
/**
* Used for configuring and controlling the main window in iOS
*/
//# sourceMappingURL=Options.js.map