react-native-vector-icons
react-native-vector-icons copied to clipboard
Customizable Icons for React Native with support for image source and full styling.
"react-native": "0.64.2", "react-native-vector-icons": "^8.1.0", Target Platform : IOS Xcode Version : 12 It is perfectly working on android and now that I am going to build on IOS this error...
Hello , i using this package to display some icon. It work fine on ios and android emulator but when i try on a real device with npm run android,...
Using @expo version I got Icon name prop autocomplete, just implementing: ```tsx type IoniconsIconNames = keyof typeof Ionicons.glyphMap; ``` But I noticed that using this library I got no way...
I am new to React-Native, I have added react-native-vector-icons library manually to Xcode and Android studio. if run the code with Xcode its executing successfully without any issue. but if...
How to change the menu pressed style i.e when user holds clicking menu item the design changes.
Each time I do a `pod install` the RNVectorIcons.podspec file includes all the ttf files that are includes in this package. Is there a way to exclude this? I only...
Can you upgrade Ionicons to 5.5.2 version? it got new updated icons.
Does this package support autolinking? If so, will you include a section in the docs?
- [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 OS: Mojave (10.14.6) Target Platform: iOS and Android React-native-vector-icons version: 6.4.2 React-Native: 0.59.9 Jest:...
``` 2021-10-27 17:08:51.028 9288-9374/com.jivemarket E/unknown:ReactNative: Exception in native call com.facebook.react.bridge.NativeArgumentsParseException: RNVectorIconsModule.getImageForFont got 7 arguments, expected 6 at com.facebook.react.bridge.JavaMethodWrapper.invoke(JavaMethodWrapper.java:353) at com.facebook.react.bridge.JavaModuleWrapper.invoke(JavaModuleWrapper.java:160) at com.facebook.react.bridge.queue.NativeRunnable.run(Native Method) at android.os.Handler.handleCallback(Handler.java:938) at android.os.Handler.dispatchMessage(Handler.java:99) at com.facebook.react.bridge.queue.MessageQueueThreadHandler.dispatchMessage(MessageQueueThreadHandler.java:29) at...