android - React Native启动瞬间白屏用图片代替的解决方法
PHPz
PHPz 2017-04-17 17:41:08
0
1
400

在android里添加了背景

<item name="android:windowBackground">@drawable/splash</item>

但是这个方法不好,要在RN里用顶层容器背景颜色覆盖。覆盖后 会影响应用内其他页面组件的颜色等。

求更好的方法。

PHPz
PHPz

学习是最好的投资!

reply all(1)
左手右手慢动作

Let’s take a look at this solution

https://github.com/remobile/r...

It’s time to give the author a star

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template