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

Allow a prop to avoid keyboard #63

Closed faruuko closed 2 years ago

faruuko commented 2 years ago

The current modal does not avoid keyboard. Is there any tip/trick to make that happen?

CharlesMangwa commented 2 years ago

Hey @faruuko, the library only renders what you provided to it so it's up to you to implement a KeyboardAvoidingView (or any other solution) on your end. We'll reconsider this if we decide to be more opinionated about what Modalfy does.

nandha-kumar-hajari commented 2 years ago

@CharlesMangwa still waiting for a fix on this issue. On android it is working fine, but on iOS it is a pain. Please acknowledge