# rn-splash-screen **Repository Path**: mirrors_leecade/rn-splash-screen ## Basic Information - **Project Name**: rn-splash-screen - **Description**: A JavaScript-controlled splash-screen for React Native designed to be run directly after the native splash-screen. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-09 - **Last Updated**: 2026-02-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # React Native Splash Screen > A JavaScript-controlled splash-screen designed to be run directly after the native splash-screen. ## Install 1. `npm install --save rn-splash-screen` 2. `react-native link rn-splash-screen` ## Configure - [Android](./docs/android.md) - [iOS](./docs/ios.md) ## Usage The splash screen must be hidden from JavaScript. This can be done as late as possible so as to give your application more time to "load". ```js import SplashScreen from "rn-splash-screen"; // Hide the active splash screen SplashScreen.hide(); ``` ## Credits - [@remobile](https://github.com/remobile)