1.0.13 • Published 6 years ago

react-native-splashed-app v1.0.13

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

react-native-splashed-app

react-native app container to support splash screen functionallity

Usage

First add package: npm install react-native-splashed-app --save

In your App.js

import SplashApp from 'react-native-splashed-app'

// more code

<SplashedApp imageSource={require('./App/Images/splash.jpg')} direction="up" duration="2000" withFadeOut>
   <App></App>
</SplashedApp>

If you use redux

<Provider store={store}>
   <SplashedApp imageSource={require('./App/Images/splash.jpg')} direction="up" duration="2000" withFadeOut>
      <App></App>
   </SplashedApp>
</Provider>

API

parametertypeoptional(default)
imageSourcerequire('image/file/path')if text supplied
textstringyes
baseColorstringyes
directionstringyes (up)
durationnumberyes (3000)
withFadeOutboolyes (false)
1.0.13

6 years ago

1.0.12

6 years ago

1.0.11

6 years ago

1.0.10

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago