React Native Modalfy
v3.x
Search
⌃K
Getting started
Installation
🤓
Guides
Creating a stack
Opening & closing
Passing params
Triggering a callback
Type checking with TypeScript
Subscribing to events
Using outside React
Upgrading from v2.x
📚
API Reference
Types
ModalStackConfig
ModalOptions
ModalProp
ModalComponentProp
ModalProps
ModalComponentWithOptions
ModalProvider
createModalStack
useModal
withModal
modalfy
📰
Blog
Unveiling Modalfy v3
Announcing Modalfy v2
Stacks on stacks in React Native
Introducing a Modal Citizen
🗃
Others
Help
Contributing
Changelog
GitHub
Powered By GitBook

ModalStackConfig

Interface of the modal stack configuration. These settings will let Modalfy know what modals you will be rendering and how.
TypeScript
interface ModalStackConfig {
[key: string]: React.ComponentType<any> | ModalOptions
}
react-native-modalfy/src/types.ts at main · colorfy-software/react-native-modalfy
GitHub
API Reference - Previous
Types
Next
ModalOptions
Last modified 3mo ago