Starting with update to Joplin 10.0.45 choosing Joplin Dark Theme or OLED Dark Theme both use the bright style iOS keyboard.
Joplin version: 10.0.45
Platform: iPhone 6
OS specifics: iOS 13.3.0
Everything as dark as possible, except text and buttons.
Do other apps display a dark keyboard in dark mode? I'm on Android in dark mode but I see the keyboard is still white, but not sure about iOS
Looks like React Native supports it, but this feature only exists in iOS.
See https://reactnative.dev/docs/textinput#keyboardappearance
I'll give this a try.
Doing this would require adding that property to every TextInput component right? any better way?
Most helpful comment
Looks like React Native supports it, but this feature only exists in iOS.
See https://reactnative.dev/docs/textinput#keyboardappearance