We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0744cbe commit c3c6abdCopy full SHA for c3c6abd
README.md
@@ -120,10 +120,10 @@ import Icon from '../src/iconfont/Icon';
120
121
export const App = () => {
122
return (
123
- <div>
+ <View>
124
<Icon name="alipay" size={20} />
125
<Icon name="wechat" />
126
- </div>
+ </View>
127
);
128
};
129
```
@@ -136,10 +136,10 @@ import IconWechat from '../src/iconfont/IconWechat';
136
137
138
139
140
<IconAlipay size={20} />
141
<IconWechat />
142
143
144
145
0 commit comments