React native – expo with splash-screen for react-native
I am using react-native with expo and splash screen. I want to use some local fonts, and I encountered problems that probably related to expo version of react-native. In package.json: "dependencies": { "expo": "~48.0.15", "expo-font": "^11.6.0", "expo-linear-gradient": "~12.3.0", "expo-status-bar": "~1.6.0",…