Package Exports
- rn-china-region-picker
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (rn-china-region-picker) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
rn-china-region-picker
中国的省市区的多重级联react-native组件
show
usage
var Region = require('rn-china-region-picker');
<Region
visible={false} //true展示,false不展示
selectedProvince={'110000'} //初始化省,不传默认也是北京
selectedCity={'110100'} //初始化市,不传默认也是北京
selectedArea={'110101'} //初始化区,不传默认为东城区
onSubmit={(params) => console.log(params)}
onCancel={() => console.log('cancel')}
/>