1.3.9 • Published 2 years ago

react-native-animated-splash v1.3.9

Weekly downloads
15
License
MIT
Repository
-
Last release
2 years ago

react-native-animated-splash

Build Status Supports Android and iOS License NPM Version

React-Native-Animated-Splash is developed to help the react-native developers in speeding-up their development process. This package leverages the developer in implementing native animations by using our builtin classes for animation with easy to use api, all the animations run on native thread for smooth performance.

Objective

The main objective or the edge of this module is that, splash animation runs in parallel with loading of javascript, which means when animation is running, javascript is being loaded in parallel behind the scenes, moreover componentDidMount can also be called for any api hits before calling hide function of splash from react-native side.

For iOS and Android

Installation

If you prefer npm,

$ npm install react-native-animated-splash --save

If you prefer yarn,

$ yarn add react-native-animated-splash

For Ios bump deployment version to 12.0+ in Xcode and podfile

platform :ios, '12.0'

Also add this line in your podfile

pod 'RNAnimatedSplash', :path => '../node_modules/react-native-animated-splash'

Android Usage with Method Descriptions Here

Android Examples

Check Android Example Code Here

npm.io npm.io

iOS Usage with Method Descriptions Here

Ios Examples

Check iOS Example Code Here

npm.io npm.io

License MIT

1.3.9

2 years ago

1.3.8

2 years ago

1.3.7

2 years ago

1.3.6

4 years ago

1.3.4

4 years ago

1.3.3

4 years ago

1.3.1

4 years ago

1.3.0

4 years ago

1.2.9

4 years ago

1.2.8

4 years ago

1.2.7

4 years ago

1.2.6

4 years ago

1.2.5

4 years ago

1.2.4

4 years ago

1.2.3

4 years ago

1.2.2

4 years ago

1.2.1

4 years ago

1.2.0

4 years ago

1.1.9

4 years ago

1.1.8

4 years ago

1.1.7

4 years ago

1.1.6

4 years ago

1.1.5

4 years ago

1.1.4

4 years ago

1.1.3

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.1.2

4 years ago

1.0.15

4 years ago

1.0.14

4 years ago

1.0.11

4 years ago

1.0.10

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.2

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago