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

Results 77 vector-icons issues
Sort by recently updated
recently updated
newest added

Expo app crashes after coming out of background mode and making any change. Upon investigation, it was found that the expo/vector-icons library is causing a fatal error with the message...

Any chance the static method [`hasIcon()` from react-native-vector-icons](https://github.com/oblador/react-native-vector-icons?tab=readme-ov-file#static-methods) could be exposed? Useful for example with icon sets that have `-outline`, `-sharp` or other variants for some of their icons (but...

Hi, I have created new React Native project, but @expo/vector-icons folder not available and I cant use icons with this command ; import { Ionicons } from '@expo/vector-icons'; tried a...

Apple is detecting the following error after uploading and submitting builds ``` ITMS-90853: Invalid font - There was an error validating the font named 'FontAwesome6Free-Solid' at 'LoomLetter.app/assets/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/Fonts/FontAwesome6_Solid.ttf'. ‘glyf’ table instructions....

## Issue - The `progress-question` icon from `MaterialCommunityIcons` has a weird line on the right as shown in the image below. This happens only on web. ## Steps to reproduce...

# Why Fixes #26 Since expo-font now supports rendering glyphs to images using `Font.renderToImageAsync` (https://github.com/expo/expo/pull/36185), we can implement support for `getImageSource` with the same interface as `react-native-vector-icons` https://github.com/oblador/react-native-vector-icons#static-methods # How...

## Why The icon list provides a way for users to navigate through supported icons. It currently supports only one column (implemented with a FlatList). On desktop, we can improve...

### The Problem The type definitions for `FontAwesome5` and `FontAwesome6` are declared as `any`, whereas the type definitions for other icon components (such as Octicons) use the `Icon` interface. https://github.com/expo/vector-icons/blob/c8977705736735fa3222a2fd6b8108958812bfc5/build/FontAwesome5.d.ts#L7-L8...

hello my github action fail because of this error how to solve this please ? PS it's strange i have twice `myappname` in the path `/Users/runner/work/myappname/myappname/node_modules/@expo/vector-icons ` ``` ➤ YN0001:...

Are there are any plans to support the new structure introduced in `react-native-vector-icons` v11+, where the icon sets are split into separate packages under `@react-native-vector-icons/*`. Moving in that direction could...