-
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
Nested scenes in v4? #2220
Comments
Interesting, need same solution elsewhere, i deal with in these days :) |
It is not supported yet, but probably I could add it. |
@aksonov, thanks. It'd be really great since it is a show stopper for us to use it on a real project for now. |
@aksonov would be grateful if you can do it ASAP as i am using this library on an production APP. Can you please give me any leads on ETA on when you will be able to do it? |
Sorry, don't have any ETA. PR is welcome - you need to optionally wrap scenes with View and overlayComponent
… 15 авг. 2017 г., в 10:52, Gaurav Harchwani ***@***.***> написал(а):
@aksonov would be grateful if you can do it ASAP as i am using this library on an production APP. Can you please give me any leads on ETA on when you will be able to do it?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
+1 on this. |
Please check PR #2281 |
You must use 'Overlay' custom navigator (check Example project) that will display ALL its children. This way you could add 'backgroundImage' component easily (check Tab #1 overlay from Example) |
Version
react-native-router-flux v4.0.0-beta.16
react-native v0.46.4
Expected behaviour
Be able to use a
Scene
to wrap another scenes with some background image/video.Actual behaviour
No availability.
Steps to reproduce
The text was updated successfully, but these errors were encountered: