Update lndViewInvoice.js

This commit is contained in:
marcosrdz 2020-11-27 22:26:38 -05:00
parent 1712471167
commit d33a47c391

View File

@ -77,12 +77,20 @@ const LNDViewInvoice = () => {
? {
headerStyle: {
backgroundColor: colors.customHeader,
borderBottomWidth: 0,
elevation: 0,
shadowOpacity: 0,
shadowOffset: { height: 0, width: 0 },
},
gestureEnabled: false,
}
: {
headerStyle: {
backgroundColor: colors.customHeader,
borderBottomWidth: 0,
elevation: 0,
shadowOpacity: 0,
shadowOffset: { height: 0, width: 0 },
},
},
);