npm install react-native-modal-selector --save 然后,在你的React Native项目中导入所需的组件: 代码语言:txt 复制 import ModalSelector from 'react-native-modal-selector'; import { View, Text, Image } from 'react-native'; 创建一个包含
react-native-modal-picker A cross-platform (iOS / Android), selector/picker component for React Native that is highly customizable and supports sections. Demo Install npm i react-native-modal-picker --save Usage You can either use this component as an wrapper around your existing component or ...
A cross-platform (iOS / Android), selector/picker component for React Native that is highly customizable and supports sections. - elcorders/react-native-modal-picker