colorfy-software / react-native-modalfy

🥞 Modal citizen of React Native.
https://colorfy-software.gitbook.io/react-native-modalfy
MIT License
1.06k stars 42 forks source link

Can I set ModalOptions for each Modal? #50

Closed hoanglam10499 closed 3 years ago

CharlesMangwa commented 3 years ago

Hi @hoanglam10499: as mentioned at the top of the ModalOptions documentation, you can do so via modalOptions, either with static modalOptions = { ... } if you're inside a class or AnyFunctionalComponent.modalOptions = { ... } if you're inside a functional component file.