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

Multiples drawer and Map, became intouchable #369

Open
albttx opened this issue Oct 7, 2018 · 0 comments
Open

Multiples drawer and Map, became intouchable #369

albttx opened this issue Oct 7, 2018 · 0 comments

Comments

@albttx
Copy link

albttx commented Oct 7, 2018

Hello,

I need to have 2 drawers, and a map in the background,

The problem is that i can't drag the map once the drawer is on...
i try to play with zIndex, but i'm not doing it well :/

<View style={styles.container}>
    <Map style={styles.map}></Map>
    <View style={styles.drawers}>
        <BottomDrawer></BottomDrawer>
        <RightDrawer></RightDrawer>
    </View>
</View>

On the map example (see here), the map is inside the drawer, but is the another way ?

Thanks,

@albttx albttx changed the title Multiples drawer block Multiples drawer and Map, became intouchable Oct 7, 2018
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

1 participant