expo-image-editor
expo-image-editor copied to clipboard
Styling problem beyond screen edge/Header appears
Hello i use expo react native latest sdk. When component in cropping mode it exceeds screen
And header doesn't disappear. I tried to style component but no luck
Any ideas?
Thanks in advance
Hi will try have a look at this today, I think some time just needs to be spent making the styling more responsive.
Could you let me know what device that screenshot is from so I can test it out?
Cheers!
Iphone 6, but i faced with same problem in other phones too(android,different screen sizes) I solved the issues via changing code.If there is safeareaview in parent components it causes extra space in ImageEditor. I changed safeareview to regular view in ImageEditor.tsx file and changed styles of Crop(i try to manipulate because i need only crop and only one done button) mode. But i noticed another bug with horizontal images.
When i drag selection grid like below
It pushes selection grid below picture causes error. No problem with square or vertical pictures because no space below the picture.Now i try to convery your package to only crop with one control bar(any help would be great). Developing a selection grid is too much for me now, I would like to help but i need time.
Thanks for that great editor.