hhunaid / react-native-image-crop-tools

Native-ish Image Crop Tools for react native
171 stars 58 forks source link

Possible to handle zoom and event using sliders #74

Open chetangodiya-simformsolutions opened 1 year ago

chetangodiya-simformsolutions commented 1 year ago

for example

<CropView keepAspectRatio ref={cropViewRef} sourceUrl={url} aspectRatio={aspectRatio} zoom={1} // 2,3 and so on rotate={1} // 2,3 in deg and so on onImageCrop={(res) => { ... }} />

handle zoom and rotate events using sliders