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
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,
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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 :/
On the map example (see here), the map is inside the drawer, but is the another way ?
Thanks,
The text was updated successfully, but these errors were encountered: