Skip to content

Commit

Permalink
🐞 Fix: Modal Content Layout
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicstop committed Apr 21, 2023
1 parent 4e81535 commit 47465ba
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/ModalView/ModalView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -726,7 +726,9 @@ const styles = StyleSheet.create({
left: 0,
right: 0,
},
modalContentContainer: {},
modalContentContainer: {
flex: 1,
},
});

class ModalViewHelpers {
Expand Down

0 comments on commit 47465ba

Please sign in to comment.