0

我正在尝试在 DrawerItems 中添加反应原生矢量图标。但我认为我没有以正确的方式添加它。所以请帮忙。我如何在 DrawerItems 中添加反应原生矢量图标。

这是我的代码

 <DrawerItem
          label={({color}) => 
            <Text style={{color: '#d8d8d8'}}>
              Logout
            </Text>
          }
       icon={()=>{
        <IconFN
        name="page-copy"
        size={20}
        color={'#ccc'}
      />
       }}
/>
4

0 回答 0