diff --git a/native/components/modal.react.js b/native/components/modal.react.js --- a/native/components/modal.react.js +++ b/native/components/modal.react.js @@ -48,6 +48,9 @@ }, modal: { backgroundColor: 'modalBackground', + shadowColor: 'gray', + shadowOpacity: 100, + shadowRadius: 6, borderRadius: 5, flex: 1, justifyContent: 'center',