Preview 2.0 is now in Public Beta!
Read the Announcement
ShowModalOptions
interface ShowModalOptions {
  android: {
  cancelable?: boolean
};
  animated: boolean;
  cancelable: boolean;
  closeCallback: Function;
  context: any;
  fullscreen: boolean;
  ios: {
  height?: number
  presentationStyle?: any
};
  stretched: boolean;
}

Summary

Properties

android

android?: {
  cancelable?: boolean
}

animated

cancelable

closeCallback

closeCallback: Function

fullscreen

ios

ios?: {
  height?: number
  presentationStyle?: any
}

stretched