wix-incubator / react-native-keyboard-input

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

Is it possible to use this to replace system keyboard globally? [QUESTION] #72

Open mindey opened 5 years ago

mindey commented 5 years ago

Would be interested in replacing the keyboard with custom keyboard like this on the system level. Is this possible to use this keyboard to achieve that? Any considerations for such use case? Thanks!!

oliversisson commented 5 years ago

Yes - you can! Here's how

https://customkeyboarddetails.blogspot.com/2019/02/using-react-native-in-android-custom.html

gitstashapply commented 5 years ago

@oliversisson Hello, Oliver! Thank you for your post, can you please provide any example?

Royalsspirit commented 5 years ago

Hello guys, any update about this topic ?

i would like to do something like you, create a new tab with custom keyboard with custom keycode. From example of this repository, instead of having a purple background by clicking to "show1", displaying a custom keyboard.

I know it's entirely different but here is an exemple with react

Usamaliaquat123 commented 5 years ago

Any update, about this topic, how can we implement with react-native custom keyboard, globally

Usamaliaquat123 commented 5 years ago

@oliversisson its not working bro .