# react-native-splash-screen **Repository Path**: rfpx/react-native-splash-screen ## Basic Information - **Project Name**: react-native-splash-screen - **Description**: react-native的屏幕启动组件 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-12-15 - **Last Updated**: 2023-12-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # react-native-splash-screen A splash screen API for react-native which can programatically hide and show the splash screen. Works on iOS and Android. ## Installation ```sh npm install react-native-splash-screen ``` ## Usage ```js import { SplashScreen } from 'react-native-splash-screen'; // ... SplashScreen.show(); ``` ## Contributing See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow. ## License MIT --- Made with [create-react-native-library](https://github.com/callstack/react-native-builder-bob)