Exp detach vector-icons

I detached expo and created an ios build that is available on Test Flight. When I view the app on the physical device I am not seeing any of the icons that are referenced from ‘@expo/vector-icons’. Do I have to handle these different now?

Hi @elead, maybe you’ll need to import icons differently ? Something like that import Ionicons from 'react-native-vector-icons/Ionicons';

I got it working. I just started over (exp detach, pod install, build in Xcode) and all the images display now. There was something wrong with the build. You do not change your code for the vector icons to work.

1 Like

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