barrsan / react-native-simple-image-cropper

MIT License
59 stars 28 forks source link

ImageCropper is Positioned way outside where it should ideally be. #40

Open RohitKaushal7 opened 3 years ago

RohitKaushal7 commented 3 years ago

I dont know what styling it is implement by itself but its going weird. Either just don't apply any positioning style or allow a style prop to override styles. also Pan doesn't work. image Red Area is where that cropper should ideally be placed.. but it goes up by itself -- looks like it tries to place its center with the top edge of container -- i tried with different heights. also why is it horizontally centered.. --these center alignments just messed up the whole layout. please fix it. let the user decide the positioning thing.

btw I'm using Expo -- is it expo compatible?

RohitKaushal7 commented 3 years ago

image this the output if I copy paste the code given in the example.