一个跨平台组件,提供对系统 UI 的访问,以便在多个选项之间进行选择。
提供对系统 UI 的访问以在多个选项之间进行选择的组件。
¥A component that provides access to the system UI for picking between several options.
¥Installation
-
npx expo install @react-native-picker/picker
If you are installing this in an existing React Native app (bare workflow), start by installing expo
in your project. Then, follow the additional instructions as mentioned by library's README under "Installation in bare React Native projects" section.
¥Usage
请参阅 react-native-picker/picker
处的完整文档。
¥See complete documentation at react-native-picker/picker
.