react-native-modals
                                
                                 react-native-modals copied to clipboard
                                
                                    react-native-modals copied to clipboard
                            
                            
                            
                        Is there a way to overlay the keyboard
Hi guys, I want to provide Telegram like dialog, so if the keyboard is open, I want to show the Dialog overlaying it.
I looked up #74 but not exactly the solution I had in mind.
Cheer!
Hi guys, I want to provide Telegram like dialog, so if the keyboard is open, I want to show the Dialog overlaying it.
I looked up #74 but not exactly the solution I had in mind.
Cheer!
use this https://github.com/react-native-community/react-native-modal
you have the option avoidKeyboard (true or false)
Hi guys, I want to provide Telegram like dialog, so if the keyboard is open, I want to show the Dialog overlaying it. I looked up #74 but not exactly the solution I had in mind. Cheer!
use this https://github.com/react-native-community/react-native-modal
you have the option avoidKeyboard (true or false)
This the solution
avoidKeyboard does not work on iOS - but you can do a Keyboard.dismiss()