react-native-extra-dimensions-android icon indicating copy to clipboard operation
react-native-extra-dimensions-android copied to clipboard

ExtraDimensions not defined.

Open fuchien opened this issue 6 years ago • 1 comments

image 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();

fuchien avatar Oct 04 '19 20:10 fuchien

I think this might be related to #56 and depreacted rnpm config.

janczizikow avatar Oct 07 '19 17:10 janczizikow