prscX / react-native-popover-menu

React Native: Native Popover Menu
Apache License 2.0
483 stars 54 forks source link

Icons are not displayed in bare expo project #54

Open HZSamir opened 4 years ago

HZSamir commented 4 years ago

Hello, I am using your lib in an ejected Expo project (bare, not Expokit) it works well except for the fact that the icons are not displayed. I have tried with both imports "react-native-vector-icons" and "@expo/vector-icons" and in both cases the icon does not appear.

Any fix? Thank you.