1.0.13 • Published 5 years ago

react-native-splashed-app v1.0.13

Weekly downloads
2
License
MIT
Repository
github
Last release
5 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

5 years ago

1.0.12

5 years ago

1.0.11

5 years ago

1.0.10

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago