réactif-natif comment obtenir la taille de l'écran

import { Dimensions } from 'react-native';

dimensions: {
width: Dimensions.get('window').width,
height: Dimensions.get('window').height
}
Solo developer