React Native中Alert内的文本输入

Vin*_*ane 7 react-native

如何将多行文本输入置于Alert in react native这样的东西..

这是我想要的警报

Mil*_*ila 2

您无法将多行文本输入添加到警报组件。根据文档(https://facebook.github.io/react-native/releases/0.29/docs/alert.html),它仅接受标题、消息、按钮和类型。为了实现这一点,您需要自己创建一个自定义组件。