-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
use react-native-image-picker for #3941 #4058
Conversation
Is there a known issue with image-crop-picker that causes rotated images? Is it really necessary to pull in a new native dependency? |
I don’t understand the question. Just send image from android and you will see the issue.
… On 23 Aug 2019, at 20:17, Eric Kirkham ***@***.***> wrote:
Is there a known issue with image-crop-picker that causes rotated images? Is it really necessary to pull in a new native dependency?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
What I meant was, is there a simpler solution to this problem? Why insert a whole new native dependency that does 90% of an existing native dependency? Did you try figuring out the issue in react-native-image-crop-picker? Something like this seems promising: ivpusic/react-native-image-crop-picker#379 (comment) |
Samsung S8 to iPhone SE |
Quoting @southerneer:
When I try to take a photo on my phone, the app (seemingly crashes and) restarts. I can't even take an image so I can't say whether it happens on my phone or not. I'm using a Nokia 5. Quoting @aksonov:
QA also uses a Samsung S-something to test with. We're gonna run into this situation from time to time. Some bugs will only appear on Samsung phones. Some bugs won't happen on Samsung phones. Samsung's android is little bit weird. Since they are a large (majority?) part of the Android market, there will be cases when we test specifically for Samsung phones. Having said that, it's not always Samsung which does special things. As mentioned above, the app restarts on my Nokia. There will be cases when the stock apps (in this case, the camera app) on an android phone do slightly non-standard things. Hmmm ... maybe we should have a discussion about which native component (react-native-image-crop-picker vs react-native-image-picker) 'feels' better quality and has better support. For example, if we switch to a different component due to a bug, but the new component isn't necessarily better quality overall, maybe it ends up being a net negative. (Just an example. I don't actually know how the two components compare.) (As a Plan C, we can just de-prioritise this ticket.) |
OK, I'm trying to restore an old Samsung S5 I still have, but it's taken literally 11 System Updates (and still counting). Hopefully once it's ready I'll be able to repro. Until then, I think we should explore simpler fixes before pulling in a new native dependency:
|
The thing is, this isn't a switch, it's an addition. We need crop-picker for cropping...rn-image-picker doesn't do cropping afaik. |
|
@southerneer Feel free to finish - it is necessary to mock native module to pass ChatScreen test.