UNPKG

react-native-animated-splash

Version:

[![Build Status](https://travis-ci.org/joemccann/dillinger.svg?branch=master)](https://travis-ci.org/joemccann/dillinger) ![Supports Android and iOS](https://img.shields.io/badge/platforms-android%20|%20ios-lightgrey.svg?style=flat-square) [![License](htt

12 lines (10 loc) 250 B
import { NativeModules } from 'react-native'; const { RNAnimatedSplash } = NativeModules; const AnimatedSplash = { hide:()=>{ if(RNAnimatedSplash.hide){ RNAnimatedSplash.hide() } } } export default AnimatedSplash