Skip to content
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

Vertical within Scene #2674

Closed
ddolheguy opened this issue Dec 2, 2017 · 1 comment
Closed

Vertical within Scene #2674

ddolheguy opened this issue Dec 2, 2017 · 1 comment

Comments

@ddolheguy
Copy link

ddolheguy commented Dec 2, 2017

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

@Blapi
Copy link
Collaborator

Blapi commented Dec 7, 2017

Check #2628 , you will find your solution there.

@Blapi Blapi closed this as completed Dec 7, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants