在 React Native AlertIOS api 中可以有多个文本字段吗?

Possible to have multiple textfields in React Native AlertIOS api?

有没有办法使用 React Native 的 AlertIOS api 来生成包含多个文本字段的警报?提示功能似乎只允许一个。

如果没有办法拥有多个文本字段,我将如何将此功能添加到警报中?

如有任何帮助,我们将不胜感激!谢谢!

我假设您想要 Alert 中的多个纯文本输入字段?如果是这样,那么使用 vanilla React Native 是不可能的。如果你看源码here and here, you'll see that only plain-text, secure-text or login-password are the available configurations. But if you really want multiple text fields in an Alert box (without considering not-so-great UX) , you could create a native module and do something like .