- In package.json i have the following dependencies
“@expo/vector-icons”: “^12.0.0”,
“expo”: “~40.0.0”, - 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?