文件名称:react-native-select-input-ios:适用于iOS(+ Android)的React Native SelectInput,将选择器显示为键盘
文件大小:1.35MB
文件格式:ZIP
更新时间:2024-05-22 07:31:34
JavaScript
React本机选择输入 用于iOS(+ Android)的React Native SelectInput,将选择器显示为键盘。 预习 安装 可以通过npm或yarn进行安装: npm install react-native-select-input-ios --save # or yarn add react-native-select-input-ios 用法 导入SelectInput并将内容包装在其中。 import React from 'react' import { View } from 'react-native' import SelectInput from 'react-native-select-input-ios' class Component extends React . Component { render ( ) { const o