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
是不是 nativecli 自带的 metro 版本低了?
react-native-cli: 2.0.1 react-native: 0.61.5 设备是小米mix2s 真机android9,和 android虚拟机 android10
The text was updated successfully, but these errors were encountered:
@silentzone 你好我也遇到了这个问题,请问您是如何解决的
Sorry, something went wrong.
@silentzone 我找到了一种解决方案 将第一种写法改成下面第二种就可以正常了 1、<Icon style={{ marginLeft: 4 }} type='question-circle' size={14} tintColor={variables.mtdGrayLighter}></Icon> 2、<Icon style={{ marginLeft: 4 }} source={require('beeshell/dist/common/images/icons/question-circle.png')} size={14} tintColor={variables.mtdGrayLighter}></Icon>
<Icon style={{ marginLeft: 4 }} type='question-circle' size={14} tintColor={variables.mtdGrayLighter}></Icon>
<Icon style={{ marginLeft: 4 }} source={require('beeshell/dist/common/images/icons/question-circle.png')} size={14} tintColor={variables.mtdGrayLighter}></Icon>
No branches or pull requests
是不是 nativecli 自带的 metro 版本低了?
react-native-cli: 2.0.1
react-native: 0.61.5
设备是小米mix2s 真机android9,和 android虚拟机 android10
The text was updated successfully, but these errors were encountered: