gpt4 book ai didi

react-native - 框中出现奇怪的十字,代替了 React-native-paper 的复选框

转载 作者:行者123 更新时间:2023-12-05 05:07:39 24 4
gpt4 key购买 nike

我正在使用 react-native-paper 库中的复选框,但是当我在我的组件中呈现该复选框时,屏幕上会出现一个带十字的奇怪特殊框,如图所示。 enter image description here

这是我的代码:

导入

import { TextInput, Checkbox } from 'react-native-paper';

组件

 <Checkbox
status={checked ? 'checked' : 'unchecked'}
onPress={() => { setChecked(!checked); }}
/>

最佳答案

https://github.com/oblador/react-native-vector-icons#option-with-gradle-recommended 所述

添加 apply from: "../../node_modules/react-native-vector-icons/fonts.gradle" 在文件 android/app/build. gradle 我解决了同样的问题,图标现在可以正确显示了。

关于react-native - 框中出现奇怪的十字,代替了 React-native-paper 的复选框,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58953415/

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