expo / vector-icons

https://icons.expo.fyi
MIT License
647 stars 114 forks source link

Why is the latest version (14.0.0) not published yet? #288

Open outaTiME opened 5 months ago

outaTiME commented 5 months ago

Hello there, does anyone know why the latest version is not released yet? The "latest" version is still fixed at ^13.0.0. I tried to use the latest version with the Expo 49 SDK, and it worked perfectly, but I'm afraid to release productively with this dependency.

rufinoNL commented 4 months ago

Yeah I am also getting issues when I run the npx expo-doctor.

Some dependencies are incompatible with the installed expo version: @expo/vector-icons@14.0.0 - expected version: ^13.0.0 Your project may not work correctly until you install the correct versions of the packages. Fix with: npx expo install --fix

I basically have:

"@expo/vector-icons": "expo/vector-icons",
"expo": "~49.0.16",

In my package.json

yybawang commented 3 months ago

same expo and vector-icons version

just install "@expo/vector-icons": "^14.0.0", it's worked