# TimeDate **Repository Path**: NativeBase/time-date ## Basic Information - **Project Name**: TimeDate - **Description**: React Native 梦享时间 - **Primary Language**: TypeScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2023-11-03 - **Last Updated**: 2025-04-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## React Native 启动页组件 react-native-bootsplash > 🚀 React Native 启动页组件,支持 iOS 和 Android。 ## 安装 ```bash yarn add react-native-bootsplash ``` ## 使用 项目中使用的是 React Native 0.60.0+ 的版本,所以就不需要手动连接了。 生成启动页需要的原生端文件、页面。 ```jsx yarn react-native generate-bootsplash assets/bootsplash_logo_original.png \ --background-color=F5FCFF \ --logo-width=100 \ --assets-path=assets \ --flavor=main ```