Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 741 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 741 Bytes

react-native-image-picker

This repository contains a React Native project which i implement the react-native-image-picker package. In this picked the image from gallery or take the image from cammera.

imagepicker

demo apk

Installation

npm install react-native-datepicker --save

Development

  1. Clone this repo.
  2. Run npm install.
  3. Ensure a device, or emulated Android image is connected (adb devices).
  4. Run react-native run-android. or
  5. Run 'react-native run-ios'.

get more detail from react-native-image-picker.