答案 0 :(得分:0)
原始来源:https://medium.com/@elliothesp/detecting-android-soft-navigation-keys-in-react-native-30163abd7113
为了使系统导航透明,您必须将其添加到android/app/src/main/res/values/styles.xml
:
<!-- Customize your theme here. -->
<item name="android:navigationBarColor">
@android:color/transparent
</item>
<item name="android:windowTranslucentNavigation">
true
</item>