React-native-navigation: [V2] Android topBar shadow

Created on 27 Jun 2019  路  2Comments  路  Source: wix/react-native-navigation

Issue Description

Is it possible to remove topBar border/shadow like on iOS?
Zrzut ekranu 2019-06-27 o 09 12 31



Environment

  • React Native Navigation version: 2.21.1
  • React Native version: 0.59.8
  • Platform(s) (iOS, Android, or both?): Android
  • Device info (Simulator/Device? OS version? Debug/Release?): All

Most helpful comment

Try topBar: { elevation: 0 }

All 2 comments

Try topBar: { elevation: 0 }

@MikePodgorniy thank you so much, that was so simple but I missed out this option in docs.

Was this page helpful?
0 / 5 - 0 ratings