-
Notifications
You must be signed in to change notification settings - Fork 2.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
New scene is not visible full screen #3226
Comments
Can you provide the route and component structure used? The way you explained here - it is really hard to reproduce from my side to try to help you. I noticed that with the last release, a lot of issues might be happening due the wrong version match between a lot of dependencies. Could you check if your version is compatible?
Also, check the breaking changes related to the version you are using and the most recent - that might shed a light here: |
@ggunti Cool. Thanks. I can't see anything wrong there - have you inspected the views to see from where is that coming? Also, could you try to use |
The problem is Tried to use @daviscabral Can you reproduce the bug? |
If you don't have problem without camera then it is not problem of RNRF. Maybe react-navigation and CameraKitCamera is not compatible somehow. Please try pure react-navigation first. |
Version
Expected behaviour
Open the required scene full screen of course.
Actual behaviour
The required scene is opened, but on the bottom is still visible a little portion from the previous screen (the camera).
See the video: https://vimeo.com/287135365
I called Actions.sketch(), but on the background is still alive the previous scene. On the bottom of the screen is visible a little portion of it. Why?
Steps to reproduce
I call this function when taking a picture:
The text was updated successfully, but these errors were encountered: