react-native-vector-icons
react-native-vector-icons copied to clipboard
"log" is not a valid icon name for family "octicons"
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", "expo-image-picker": "~12.0.1", "expo-notifications": "~0.14.0", "expo-secure-store": "~11.1.0", "expo-status-bar": "~1.2.0", "lodash": "^4.17.21", "lottie-ios": "3.2.3", "lottie-react-native": "^5.0.1", "qs": "^6.10.3", "react": "17.0.1", "react-dom": "17.0.1", "react-native": "0.64.3", "react-native-app-intro-slider": "^4.0.4", "react-native-elements": "^3.4.2", "react-native-onboarding-swiper": "^1.2.0", "react-native-paper": "^4.11.2", "react-native-root-toast": "^3.3.0", "react-native-safe-area-context": "3.3.2", "react-native-screens": "~3.10.1", "react-native-vector-icons": "^9.1.0", "react-native-web": "0.17.1" }
Description
I've been trying to use the Log icon from Octicons, but it's not showing. It gives a warning that says "log" is not a valid icon name for family "octicons" And for some reason, I tried several random samples of icons, they all worked except this particular icon. I even checked the file with the mapping of each icon and its number, and log exists in the file, but it just won't load for some reason.
same issue, hope can get other users' expertise.