-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
🐛[android] navigation problem #1406
Comments
having same issue. are you able to resolved it ? |
Hi ! I think the problem will be fix in V3 (#1251). As far I'm concerned, I "fixed" the issue by adding a condition on isActive, depending on isFocused props on react-navigation. It forces the Camera to be reload. It's not ideal, but it's better than nothing until V3 is ready :-) |
thanks! :) |
I am still having this issue on Android with react-nativgation. I am using the isFocused hook but it still persists. |
i resolved it. const isfocused = useIsFocused(); |
fiFor me it works with @baesumin solution but also if I use useNavigation hook instead of navigation
|
still having this issue I am using the isFocused hook but it still persists. |
What were you trying to do?
I come back from another screen and try to use the camera again.
Reproduceable Code
No response
What happened instead?
I see only a black screen. But the camera function works.
(If i take a picture on a black screen, the actual screen is taken.)
Relevant log output
No response
Device
s21+ ultra
VisionCamera Version
2.15.2
Additional information
The text was updated successfully, but these errors were encountered: