How to use SplashScreen to load fonts with useFonts

Please provide the following:

  1. SDK Version:45.0.0
  2. Platforms(Android/iOS/web/all):Android

someone to help me change this code to use SplashCreen

Your code is doing exactly what you want

There are a million warnings flooding the console because of apploading after sdk 45. Someone please tell me how to use Splashscreen with useFonts :sob:

1 Like

Me too!

Hi @alfiadodev and @thecogmel

You should be able to copy the component into your project:

If you are using TypeScript I think you should be able to just copy the files as-is. If you’re using JavaScript you’ll need to strip out the type information and rename them to .js and .jsx.

I developed this solution
and use the onLayout in View component.

1 Like

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