react-native-navigation
Version:
React Native Navigation - truly native navigation for iOS and Android
14 lines (11 loc) • 453 B
text/xml
<resources>
<style name="TopBar" parent="ThemeOverlay.AppCompat.ActionBar">
<item name="elevation">0dp</item>
</style>
<style name="TopBarOverflowPopup" parent="ThemeOverlay.AppCompat.Light" />
<!--The following is a workaround needed to run unit tests in command line-->
<style name="Widget.Support.CoordinatorLayout" parent="android:Widget">
@null
</style>
</resources>