See this line:
https://github.com/chrisglein/react-native-content-dialog/blob/main/src/Dialog.tsx#L100
The dialog consumes the window dimensions but it doesn't listen for changes on the window dimensions (see here). As a result, it doesn't allocate more space if the window size is increased and the dialog's background (smoke layer) won't cover the whole window.
See this line:
https://github.com/chrisglein/react-native-content-dialog/blob/main/src/Dialog.tsx#L100
The dialog consumes the window dimensions but it doesn't listen for changes on the window dimensions (see here). As a result, it doesn't allocate more space if the window size is increased and the dialog's background (smoke layer) won't cover the whole window.