gpt4 book ai didi

javascript - 模式打开时使抽屉可见。 react native

转载 作者:行者123 更新时间:2023-12-02 21:23:56 26 4
gpt4 key购买 nike

我正在react-native上开发项目,我的问题是模态位于抽屉导航器上,我尝试设置zIndex但它没用。

我的模态:

    <Modal visible={isVisible} animationType={'fade'} transparent={true}>
<Animated.View style={{ marginTop: marginTop, zIndex: 0 }}>
...
</Animated.View>
</Modal>

我的抽屉:

    <DrawerContentScrollView {...props} style={{ marginTop: -5 }}>
<ImageBackground source={back} style={{...s.drawerContainer, zIndex: 100}}>
...
</ImageBackground>
</DrawerContentScrollView>

rea这是屏幕截图,我需要在此模式上设置抽屉

最佳答案

模态本身就位于一切之上,也请检查这个问题:Bring View on top of Modal using zIndex style with React-Native

不幸的是,你不能把抽屉放在它上面。

关于javascript - 模式打开时使抽屉可见。 react native ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/60785828/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com