ReactVision / viro

ViroReact: The AR and VR library for React Native 📳💙💛🤍💚
MIT License
1.37k stars 158 forks source link

How to remove "Viro bridge" header #123

Closed fabianboesiger closed 2 years ago

fabianboesiger commented 2 years ago

When I start the app using react-native run-android, I see this blue header with the tile "Viro bridge". This appeared after I added an App Icon to the app. When deploying on iOS devices, I don't see the header. How can I remove this, and where does this come from?

Screenshot_20220408-151905_3

Im using Windows for Android app development, with viro community version 2.20.2, react native version 0.65.1. Android OS version 9.

fabianboesiger commented 2 years ago

It seems that when replacing the icons in ./android/app/src/main/res by icons generated using Android Asset Studio, this blue header appears. When I change the icons back, the header disappears again. No idea why.

fabianboesiger commented 2 years ago

I accidentally deleted the values/styles.xml file that contains the code to hide the action bar.