1.0.4 • Published 3 years ago

react-native-xuanyuan v1.0.4

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

react-native-xuanyuan

react-native

/**

import React, {Component} from 'react'; import {View} from 'react-native';

import {ArrayPicker} from 'react-native-xuanyuan';

export default class App extends Component { constructor(props) { super(props); this.state = { ds: {id: '0', text: '手工输入'}, {id: '1', text: '基础档案'}, {id: '2', text: '分类档案'}, {id: '3', text: '自由项'}, , }; } render() { return ( ); } }

1.0.2

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.1

3 years ago