【发布时间】:2020-10-05 10:14:06
【问题描述】:
This is my view 和 this happens when I open the soft keyboard,我在最新的 Expo 和 React Native 上运行,没有看到 TextInput。我没有独立的 Android 和 iOS 文件夹,因此我无法将内容添加到清单中,或者我可以吗?
【问题讨论】:
标签: react-native expo textinput soft-keyboard
This is my view 和 this happens when I open the soft keyboard,我在最新的 Expo 和 React Native 上运行,没有看到 TextInput。我没有独立的 Android 和 iOS 文件夹,因此我无法将内容添加到清单中,或者我可以吗?
【问题讨论】:
标签: react-native expo textinput soft-keyboard
使用 KeyboardAvoidingView。 这是文档的链接https://reactnative.dev/docs/keyboardavoidingview
【讨论】: