如何在react-native应用程序中更改android键盘的主题?

问题描述 投票:0回答:1

我有一个关于本机的应用程序,有两个主题:浅色和深色。当浅色键盘出现在深色主题中时,它看起来不太好。我需要根据我的应用程序主题更改键盘的主题。在IOS上,可以使用TextInput https://reactnative.dev/docs/textinput.html#keyboardappearance的keyboardAppearance(enum('default','light','dark'))属性进行制作。但它不适用于Android。有人知道这样做的好方法吗?

enter image description here

android react-native keyboard themes textinput
1个回答
0
投票

您可以在https://reactnative.dev/docs/textinput.html找到此问题的解决方案小心

© www.soinside.com 2019 - 2024. All rights reserved.