Splash screen modification

Hi,

I would like to add some text/image at the bottom of the Splash Screen.
Is there an easy way with AppLoading for doing so?

I tried doing like this but it doesn’t show the text:

<View style={styles.container}>
          <AppLoading />
          <Text style={styles.signature}>Powered by ...</Text>
</View>

SDK 38 and above for all platforms.

Thanks!

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