在 google 像素 2 XL 中反应本机应用程序显示透明底部按钮栏

react native app in google pixel 2 XL shows transparent bottom button bar

在 google 像素 2 XL 上尝试 运行 我的应用程序时,软键栏保持透明,这在剩余的像素手机中以某种方式处理(软键后面的黑色背景)。有没有办法从您的应用程序中处理该问题

得到的解决方案只是更改了 'android/app/src/main/res/values/styles.xml'

中的以下几行
`<style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar">
    <!-- Customize your theme here. -->
    <item name="android:windowIsTranslucent">false</item>
</style>`

早些时候那里是真的