Picker

A collection of 73 posts

React Native Wrapper of Google Place Picker for iOS + Android

react-native-google-place-picker React Native Wrapper of Google Place Picker for iOS + Android. iOS Android Install npm install react-native-google-place-picker --save Then you must install the native dependencies. You can use rnpm (now part of react-native
29 March 2018

iOS/Android image picker with support for camera

react-native-image-crop-picker iOS/Android image picker with support for camera, configurable compression, multiple images and cropping. Usage Import library import ImagePicker from 'react-native-image-crop-picker'; Select from gallery Call single image picker with cropping ImagePicker.openPicker(
27 August 2017

React Native date, datetime and time picker for both Android and IOS

react-native-datepicker react native datePicker component for both Android and IOS, using DatePickerAndroid, TimePickerAndroid and DatePickerIOS Install npm install react-native-datepicker --save Or using react-native-ui-xg, our react-naitve ui kit. npm install react-native-ui-xg --save
16 August 2017