meznaric / react-native-image-cropping

Wrapper around 3rd party library for image cropping on iOS
59 stars 26 forks source link

Can i use this code for Android #17

Open ddpatel2606 opened 7 years ago

ddpatel2606 commented 7 years ago

Can I use this code for Android (React native) ?

musicode commented 6 years ago

+1

EricWiener commented 6 years ago

This is just for IOS. I would recommend using https://github.com/ivpusic/react-native-image-crop-picker for cropping on android. You can enable free style crop on android, but not on IOS, so I would use this for IOS and that library for android.