-
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
Image Background #205
Comments
Does exNavigator support common background? This component is just wrapper around it. |
@aksonov I opened expo/ex-navigator#94 and with the answer provided there, this does indeed work! Just needed to change |
@graywolf336 I am trying to use your technique to do something similar however I am getting stuck with the initial route not loading. I end up with just a background image and no child elements. Have you come across something similar? is there something I might be missing ? |
@jayesbe I have not, been a while since I tried it. Sorry |
Is it possible to have an image background which gets shared by different views? Basically I want one background per router and each route in that router to share a background. What I've tried is creating a component which renders the children with a route (like the Drawer example) but the background only shows up in the very background when the children transition. Basically the Routes aren't getting applied a transparent background even though I've got it applied.
The below image is a screenshot I grabbed in mid transition. The very back blurred image is what I want as the main background.

My code:
index
StreetBackground
Thanks!
The text was updated successfully, but these errors were encountered: