react-native-vector-icons
react-native-vector-icons copied to clipboard
Customizable Icons for React Native with support for image source and full styling.
Hello Could you add support for autolinking for RN >=0.60.0 please thanks! https://github.com/react-native-community/cli/blob/master/docs/autolinking.md
> ## Environment > > OS: Expo Android > packages version: > > ``` > "dependencies": { > "@react-navigation/native": "^6.0.10", > "@react-navigation/native-stack": "^6.6.1", > "axios": "^0.26.1", > "expo": "~44.0.0", >...
## Environment OS: IOS packages version ``` "dependencies": { "@react-native-picker/picker": "^2.2.1", "react": "17.0.2", "react-native": "0.67.2", "react-native-navigation": "^7.25.4", "react-native-picker-select": "^8.0.4", "react-native-vector-icons": "^9.1.0" } ``` ## Description I've been trying to upgrade...
i'm want react-native run on mobile width wifi but get this error later run (react-native run-android) for install app into mobile and i install react-native-vector-icons but not work Thanks for...
- [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-icons/issues ## Environment - macOS 12.1 - RN 0.67.0 - RNVI 9.0.0 ## Description I...
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...
## Environment Happened when trying to upgrade to react 18 and [react-native-web 0.18](https://github.com/necolas/react-native-web/pull/2248) in my package.json ``` "react": "^0.0.0-experimental-3f8990898-20220323", "react-dom": "^0.0.0-experimental-3f8990898-20220323", "react-native-web": "^0.0.0-b2a3e86d", ``` ## Description Describe your issue in...
Where is the link after installing vector icons? Why shall I have to manually fix it in Gradle, it really hard to read and follow the steps
Hello, [regarding documentation](https://github.com/oblador/react-native-vector-icons#icon-component), `color` should set an icon colour, unfortunately, it doesn't work with `Ionicons` type of icons. ``` ``` However, `FontAwesome` type works as expected. ``` ```
**Is your feature request related to a problem? Please describe.** The documentation seems a bit incomplete. **Describe the solution you'd like** I have written a blog post to help others...