Skip to content

Commit

Permalink
fix(wallet): Updated minHeight shared value
Browse files Browse the repository at this point in the history
  • Loading branch information
coreyphillips committed Jul 27, 2023
1 parent b290de6 commit 76530b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/screens/Wallets/WalletsDetail/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ const WalletsDetail = ({

<AnimatedView
color="transparent"
style={[styles.header, { minHeight: height }]}
style={[styles.header, { minHeight: height.value }]}
onLayout={(e): void => {
const hh = e.nativeEvent.layout.height;
setHeaderHeight((h) => (h === 0 ? hh : h));
Expand Down

0 comments on commit 76530b7

Please sign in to comment.