react-native Android 全面屏手机 底部留有一大块黑屏

Posted DellYoung

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了react-native Android 全面屏手机 底部留有一大块黑屏相关的知识,希望对你有一定的参考价值。

解决方案:在androidManifest.xml 中 配置

 

<meta-data android:name="android.max_aspect" android:value="2.1" />

以上是关于react-native Android 全面屏手机 底部留有一大块黑屏的主要内容,如果未能解决你的问题,请参考以下文章