@logo-rn/logo-splash
v0.1.0
Published
<LogoSplash/> is a fullscreen component to be shown when the app is getting ready to open.
Downloads
23
Readme
@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 -sUsage
Once installed, import the component in your application:
import {LogoSplash} from '@logo-rn/logo-splash'; <LogoSplash
appLogo={<Text>Logo</Text>}
/>