You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for opening the issue! It does not appear like a community member will be able to reliably reproduce this issue. This may be for several reasons; perhaps it affects a particular app but a minimal repro has not been provided, or the issue may be sporadic. As it happens, we need a concrete set of steps that can demonstrably reproduce the issue as this will allow your fellow community members to validate a fix. We'll close the issue for now, but feel free to submit a new issue once you're able to reliably reproduce the issue locally. Thanks for your understanding!
Is this a bug report?
Yes
Have you read the Bugs section of the Contributing to React Native Guide?
Yes
Environment
react-native -v
: 0.46.0node -v
: 7.9.0npm -v
: 4.2.0Then, specify:
Steps to Reproduce
(Write your steps here:)
Expected Behavior
It should open the image in landscape mode.
Actual Behavior
When I click the image, the app resets to initial screen...
You can see it here:
https://vid.me/JHrFH
All I get is this error on Android Studio:
Receiver not registered: com.github.yamill.orientation.OrientationModule$1@5f236ab
And this one on console when debugging:
Trying to remove a child that doesn't exist
On iOS it works perfectly fine.
One more test: https://vid.me/yScfg
Reproducible Demo
I've tried making a reproducible demo but it actually worked. But on my app it's not working, and I really don't know why.
Demo worked like this:
https://vid.me/BkgUX
The text was updated successfully, but these errors were encountered: