0.1.0 • Published 2 years ago

@logo-rn/logo-splash v0.1.0

Weekly downloads
-
License
See license in LI...
Repository
-
Last release
2 years ago

@logo-rn/logo-splash

is a fullscreen component to be shown when the app is getting ready to open.

npm version

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>}
    />

For more detailed information, please visit:

Logo Elements Documentation ↗