ivpusic / react-native-image-crop-picker

iOS/Android image picker with support for camera, video, configurable compression, multiple images and cropping
MIT License
6.09k stars 1.55k forks source link

Styling the crop modal #93

Closed ramneekhanda closed 7 years ago

ramneekhanda commented 7 years ago

Can we change the navbar color, font etc for the crop modal?

Awesome work btw!

ivpusic commented 7 years ago

Currently, this is not possible. Lib depends on uCrop and RSKImageCropper, so to allow this we should check if these libs support changing options you mentioned, and them take passed options from user and proxy them to mentioned libs (eg navbarColor: 'blue', etc...).

PR would be welcome