DEV Community

[Comment from a deleted post]
Collapse
 
amanhimself profile image
Aman Mittal

Are you using Expo? If so, please check expo-fonts & use-fonts if you are trying to load custom fonts.

Collapse
 
airowe profile image
Adam Rowe

I've done react-native and expo both and ran into the same issue.

 
amanhimself profile image
Aman Mittal

Check out react native ui kittens then. Seems like either you are using a different version of ui kittens lib or there is some config missing from it.

 
amanhimself profile image
Aman Mittal

But if you are using custom font, you will have to load them before the whole app renders.

 
airowe profile image
Adam Rowe

That was it. Had to change the import of react-native-ui-kitten to @ui-kitten/components