Question mark instead of the Ionicons icon

  1. In package.json i have the following dependencies
    @expo/vector-icons”: “^12.0.0”,
    “expo”: “~40.0.0”,
  2. Platforms Android

In the https://icons.expo.fyi/ directory I choose the ios-more icon

I want to insert this icon into my project doing
import { Ionicons } from ‘@expo/vector-icons’

in the application for android studio is this icon displayed in the form? badge
in vscode when trying to add the name of the icon it is not there.

how can you solve the problem?

In @expo/vector-icons@12.0.0 the ios-more icon is no longer available.

If you visit https://icons.expo.fyi/ and you don’t see the version being @12.0.2

image

Make sure you clear your browser cache for that page ( ctrl + f5 on Win or cmd + shift + r on Mac ) and then browse the latest icons set.

2 Likes

Thank you

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.