 React-native version 0.61.1 I am using the https://github.com/react-native-community/react-native-modal. ``` const deviceWidth = ExtraDimensions.get('window').width; const deviceHeight = Platform.OS === 'ios' ? ExtraDimensions.get('window').height : ExtraDimensions.getRealWindowHeight(); ```
React-native version 0.61.1
I am using the https://github.com/react-native-community/react-native-modal.