【发布时间】:2022-11-04 13:02:28
【问题描述】:
我正在尝试从导航抽屉中删除一个项目。 我得到了那个解决方案,但是当我在标签后打开抽屉时出现问题,那里有一个很长的空白区域并且它是可滚动的。
这是我的代码
<Drawer.Screen name="abc" component={abc}
options={{
title: null,
drawerIcon: () => null,
drawerLabel: () => null,
}}
/>
【问题讨论】:
标签: android ios react-native scrollview react-native-drawer