How can I avoid the keyboard with the modal? I tried KeyboardAvoidingView but that doesn't seem to do anything
I had the same issue when I started working on it and it is still open on react-native issues.
Did you find any workaround?
@mmazzarolo I just added a marginBottom and it then moves out of the way
Oh. That's nice 馃憤
It's still something to keep in mind, though. It's not a fix but a workaround :)