-
This is rendering fine:
```
import Icon from 'react-native-vector-icons/MaterialIcons'
…
```
(I used the custom_icon from your example project.)
However, this is not:
```
…
-
I was running some issues displaying the icons with the react-native Image component, then I saw that react-native-vector-icons was implemented in the example, I tried it and it worked.
Because react…
-
- [x] Review the documentation: https://github.com/oblador/react-native-vector-icons
- [x] Search for existing issues (including closed ones): https://github.com/oblador/react-native-vector-ico…
-
I have installed `newrelic-react-native-agent` (1.3.7) in my project and started getting run time error as below -
`New Relic detected an unrecognized selector, 'reanimated_viewDidLayoutSubviews', …
-
- [x] Review the documentation: https://github.com/oblador/react-native-vector-icons
- [x] Search for existing issues (including closed issues): https://github.com/oblador/react-native-vector-i…
-
### How were you trying to build the app?
pod install
### Full build logs
```tsx
> pod install
RNFBAnalytics: Using Firebase/AnalyticsWithoutAdIdSupport pod in place of default Firebase/A…
-
## Issue
When attempting to run the auth emulator I cannot sign in on a real iOS device. Using iOS simulator works fine. I am using `signInWithEmailAndPassword`.
When running my Expo dev build o…
-
在 `style.md` 中 使用 icon font
```ts
icon: { uri: fontUri('FontAwesome', 'navicon', 24)},
```
如果项目中使用了 react-native-vector-icons 这样的库,请参考 example 中 Options.js 这个文件。
` Options.js ` 并没有使用这个库的例子,文…
-
I can not use some special icons such as checkmark-done-circle-outline, md-checkmark-done-circle-outline, ios-checkmark-done-circle-outline... from Ionicons icon family.
react-native-vector-icons ver…
-
在RN063这个项目里使用react-native-vector-icons 在index中不能显示图标