react-native-keyboard-controller icon indicating copy to clipboard operation
react-native-keyboard-controller copied to clipboard

Proposal: Merge with react-native-bars project

Open zoontek opened this issue 8 months ago • 11 comments

Hi 👋

First, thanks for your work on this library, this is very much needed in the ecosystem!

I'm currently maintaining react-native-bars, a library for fully transparent (and fallback to translucent) system bars. Compared to KeyboardProvider statusBarTranslucent and navigationBarTranslucent, it provides an android theme that avoid the initial blink (before the React app kicks in) + provides some useful components to handle barStyle (similarly as the builtin StatusBar component).

As keyboard handling is super related to system bars, I think it could be great to merge those libs? (I even think that it should enforce fully transparent UI without any choice, exactly like react-native-bars or iOS + recommend react-native-safe-area-context for dealing with safe areas in a similar way on both OS, but it's my personal opinion 😅)

zoontek avatar Oct 20 '23 12:10 zoontek