Actually I am planning to use a package named react-native-splash-screen for implementing a splash screen on my app. I am quite confused regarding implementation of test for occurrence of splash screen. Or, should I not be worried about writing test for splash screen at all?
I have thought of writing test for mounting of the first component into the app since if the splash screen is successfully shown, the first component into the app will be rendered.