-
I am using react-native v60.1 on Arch Linux. For my project I have installed react-native-vector-icons with `npm install --save react-native-vector-icons`. Then I have edited android/app/build.gradle …
-
I am getting the error PropTypes.oneOf is undefined as it is using the older version of react-native-vector-icons(3.0.0) if it takes the latest version of react-native-vector-icons(6.6.0) then it wi…
-
As the title says when I run the app using `expo run` the icons are displayed correctly. However whenever I try to build an APK using `eas build` my icons disappear.
After searching around for a b…
-
## Environment
macOS Monterey Version 12.4
react-native: 0.68.2
react-native-vector-icons: ^9.2.0
expo: ~45.0.0
## Issue
When trying to use `getImageSource` I get the following error:
``…
-
## Description
Colors, Typography, Spacings cannot be used in` StyleSheet.create()` [Forked from #1513]
### Related to
- [ ] Components
- [ ] Demo
- [ ] Docs
- [ ] Typings
- [X] Foundatio…
evg1n updated
2 months ago
-
## Environment
react-native-vector-icons 6.4.2
## Description
I need to assign a type for one of the Icon classes - e.g. MaterialIcons, IonIcons but when I try to import that type, I get the Icon…
jpaas updated
3 years ago
-
- [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 a component containing `@expo/vector-icons` that's working but failed in jest. The test is succeed when commented out the icon
### Error messages
`Element type is invalid: expected a string…
-
I recently tried to create a windows application using React Native. It is running perfectly, the only issue is when I try to import an icon library **(say react-native-vector-icon)** I am unable to s…
-
### Current behavior
When navigating between screens, it crashes instantaneously. There aren't any error codes for me to work with (I tried a try and catch), and I've searched everywhere online.
…