@logo-rn/logo-splash
is a fullscreen component to be shown when the app is getting ready to open.
Installation
Install the component:
npm i @logo-rn/logo-splash -s
Usage
Once installed, import the component in your application:
import {LogoSplash} from '@logo-rn/logo-splash';
<LogoSplash
appLogo={<Text>Logo</Text>}
/>