简体   繁体   English

删除本机应用程序中的启动屏幕

[英]Removing launch screen in react native app

I am developing an app in react-native.我正在用 react-native 开发一个应用程序。 Whenever I start the app I am getting the below screen as the start screen.每当我启动应用程序时,我都会看到以下屏幕作为开始屏幕。

在此处输入图片说明

Any idea how can I remove it?知道如何删除它吗? I am new to the react-native world.我是 react-native 世界的新手。 Any help is highly appreciated.任何帮助都受到高度赞赏。

This screen lets your app stay up and running without delays此屏幕可让您的应用程序无延迟地保持正常运行

If you allocate to give it up You need to change this on Android and iOS separately如果你分配放弃你需要在Android和iOS上分别更改这个

For Android - https://stackoverflow.com/a/44380138/9161478对于 Android - https://stackoverflow.com/a/44380138/9161478

For iOS - https://stackoverflow.com/a/34073928/9161478对于 iOS - https://stackoverflow.com/a/34073928/9161478

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 在Android调试中启动时反应本机白屏 - React native white screen on launch in debug for android React Native-启动前android应用崩溃 - React Native - android App Crashes Before Launch 应用react-native-openalpr在启动时崩溃 - App react-native-openalpr crashed on launch 如何在 React Native 中收听 App 启动和关闭? - How to listen App launch and close in React Native? 使用react-native [Android]启动邮件应用程序 - Launch mail app with react-native [Android] 首次启动时卡在启动画面,但如果我们不终止应用程序并再次启动应用程序,则应用程序可以正常工作。 (反应原生)Android - Stuck on splash screen on first launch but if we don't kill app and launch app again the app works fine. (react-native) Android React Native:如何更改 Android 的启动屏幕文本? - React Native: How to change the launch screen text for Android? 如何在本地通知中点击本地通知启动特定屏幕 - How to launch specific screen on tap of local notification in react native 在 VS App Center 中创建的本机应用程序在启动时崩溃(Android) - react native app created in VS App Center crashes on launch (Android) 如何加快 React Native 和 Expo 应用程序的初始启动应用程序 - How to speed up initial launch app of React native and Expo app
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM