wix-incubator / react-native-keyboard-input

Use your own custom input component instead of the system keyboard
MIT License
818 stars 150 forks source link

Is it possible to open your custom keyboard when pressing the TextInput Slot #103

Open samgermain opened 4 years ago

samgermain commented 4 years ago

When I press the TextInput slot where 'Message' is displayed, I want the custom keyboard to open, but instead it looks like the default keyboard opens.

Also, is there a way to simply replace the system keyboard with your custom keyboard, instead of needing to insert a view into your react component to get this keyboard?