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 extend system keyboard? [QUESTION] #70

Open Zaporozhec7 opened 5 years ago

Zaporozhec7 commented 5 years ago

I need add toolbar with few buttons above system keyboard, and keep system keyboard in place. Is this possible? I mean do for both platforms something like InputAccessoryView (from react-native core) do only on IOS.

oliversisson commented 5 years ago

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

Zaporozhec7 commented 5 years ago

@oliversisson Thank you very much! Just now I can not try your solution, but I will try it on next days