ModalProvider
This is the component you'll use to pass your modals stack to React Native Modalfy. Place ModalProvider
at the root component of your app and put all the components you had inside of it.
The only prop the component expects is stack
, covered in createModalStack
.
Last updated
Was this helpful?