Create a module that allows you to invoke the native utilities that would let your users select images from the phone. - [ ] For iOS research if [UIIMagePickerController](https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIImagePickerController_Class/) will be sufficient - [ ] [For android you we can open image picker with an intent](http://stackoverflow.com/questions/2507898/how-to-pick-an-image-from-gallery-sd-card-for-my-app) - [ ] The implementation details seem close to the [camera](https://github.com/NativeScript/NativeScript/tree/master/camera) module, extend it if possible
Create a module that allows you to invoke the native utilities that would let your users select images from the phone.