Custom fonts dosen't work with react-native-paper

Viewed 1980

Trying to integrate custom fonts 'Tajawal-Bold' and 'Tajawal-Medium' with my RN project that use react-native-paper. (Android app only) I did like described in the documentation of react-native=paper, https://callstack.github.io/react-native-paper/fonts.html.

This fonts are applied to RN components, but paper component doesn't.

Anyone can help?

1 Answers

i fixied this problem by eliminate using configureFonts function

Related