We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm migrating from V3 and have read the migration guide.
In the below issue which was closed but not resolved, I have the same problem.
Using the below example, how do I get the "audio" scene to transition from the bottom (this doesn't work).
<Router createReducer={reducerCreate} tintColor='white'> <Overlay> <Modal key="modal" hideNavBar> <Lightbox key="lightbox"> <Stack key="root" hideNavBar hideTabBar> <Scene key="publicContent" type={ActionConst.RESET}> <Scene key="login" hideTabBar hideNavBar> <Scene key="loginBase" panHandlers={null} component={Login}/> <Scene key="loginModal" modal> <Scene key="helpMe" component={Help} /> <- This is the ONLY scene I want to transition from the bottom. <Scene /> </Scene> </Scene> </Stack> </Lightbox> </Modal> </Overlay> ...
NOTE: The "helpMe" scene is the ONLY one I want to transition from vertical
Referencing this issue: #2299
The text was updated successfully, but these errors were encountered:
Check #2628 , you will find your solution there.
Sorry, something went wrong.
No branches or pull requests
I'm migrating from V3 and have read the migration guide.
In the below issue which was closed but not resolved, I have the same problem.
Using the below example, how do I get the "audio" scene to transition from the bottom (this doesn't work).
NOTE: The "helpMe" scene is the ONLY one I want to transition from vertical
Referencing this issue: #2299
The text was updated successfully, but these errors were encountered: