ModalStackConfig

Interface of the modal stack configuration. These settings will let Modalfy know what modals you will be rendering and how.

interface ModalStackConfig {
  [key: string]: React.ComponentType<any> | ModalOptions
}
https://github.com/colorfy-software/react-native-modalfy/blob/master/types.ts#L200

Last updated

Was this helpful?