react-native-vector-icons icon indicating copy to clipboard operation
react-native-vector-icons copied to clipboard

Customizable Icons for React Native with support for image source and full styling.

Results 204 react-native-vector-icons issues
Sort by recently updated
recently updated
newest added

I used ``` import Ionicons from "react-native-vector-icons/Ionicons"; render() { const { fontSize } = this.props; return ( BACK ); } ``` It working in IOS but in android it don't...

Why is yargs a dependency instead of devDependency (or better yet, an optional peer dependency)? It should not be shipped in an app build, it's used only to execute the...

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 adding the line: ``` apply...

- [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 OS: Android 8.1 and 9 (so far) react-native 0.59.10 react-native-vector-icons 4.6.0 ##...

During build the following error would occur: `Attempted import error: 'pick' is not exported from './object-utils' (imported as 'pick').` These chances solve this issue by changing "exports" to "export" and...

**Description** I'm using createIconSetFromIcomoon, but having issues like not showing icons, which aare in the selection.json file and also not showing soe icons correctly, missplacing them with other ones. I've...

![image](https://github.com/oblador/react-native-vector-icons/assets/22022130/8c9b4c5e-cea8-4a78-b8f9-41d0bb930836)

i want to use like this. There will be one parent View. I will change the background color this. I will show icon inside parent View but the icon's border...

Are there any plans for flaticon.com support? As per the below issue back in 2016 #169 the site now has 10.6M+ vector icons instead of the state then

- [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-icons/issues ## Environment ## Description Describe your issue in detail. Include screenshots if needed. ##...