1 个仓库
Logic that handles the transition from a loading state to the main application interface.
Distinct from React Native Components: Focuses on the transition and initialization logic rather than providing a static UI component.
Explore 1 awesome GitHub repository matching mobile development · Initialization Managers. Refine with filters or upvote what's useful.
这是一个跨平台的移动启动画面和引导管理器。它作为一个原生移动 UI 组件,将 iOS 和 Android 的启动视图与 JavaScript 框架桥接起来,以隐藏引导过程并防止初始化期间出现白屏。 该工具协调从原生操作系统启动图像到应用界面的过渡。它提供了在应用界面上显示原生加载图像的能力,并在异步初始化任务完成后触发其关闭。 该系统管理原生 UI 覆盖层,并处理原生平台生命周期事件与应用引导序列之间的同步。
Manages the transition from a native launch screen to the main user interface after asynchronous loading tasks complete.