arniu / react-native-ionicons

Ionic icons for React Native
MIT License
42 stars 11 forks source link

Icons not loading on v4 and v5 #21

Open vivekmpuh opened 4 years ago

vivekmpuh commented 4 years ago

Hi

I tried v5 and v4 in both packages icons are not loading. [x] shows like this icon

initially I tried installing v5, came across the issues, figured out your still working on v5. switch to v4 even that also not working.

I'm I missing something ?

Thanks

danieldylla commented 4 years ago

I'm also experiencing this, both directly importing and through another package.

folego commented 4 years ago

Hi,

Same here with the package v4. Do we have any update on this issue ?

cantide5ga commented 4 years ago

FWIW, explicitly running react-native link react-native-ionicons despite autolinking got rid of this issue on version 4.6.5

Worth a shot.

folego commented 4 years ago

Works for me. Thanks a lot.

On Fri, Aug 14, 2020 at 3:15 PM Michael Payne notifications@github.com wrote:

FWIW, explicitly running react-native link react-native-ionicons despite autolinking got rid of this issue on version 4.6.5

Worth a shot.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/arniu/react-native-ionicons/issues/21#issuecomment-674232760, or unsubscribe https://github.com/notifications/unsubscribe-auth/AE5RH774ODNGEQ2M5GFW5BLSAWEOLANCNFSM4N4R7TWQ .

-- Guilherme Folego

unit-002 commented 3 years ago

just installed the package, I did react-native link react-native-ionicons but still have the [x] instead of the icon. How do i fix this, how come it works for you but does not work for me?

I currently have: "react-native-ionicons": "^4.x"