以前のリビジョンの文書です
const Dimensions = require('Dimensions') const { width, height, scale } = Dimensions.get('window') // my HTC U12+ の場合 [18:09:44] 411.42857142857144 //width [18:09:44] 683.4285714285714 //height [18:09:44] 2.625 //scale
import { Header } from 'react-navigation' import { StatusBar } from 'react-native' ・・・ console.log("Header.HEIGHT:" + Header.HEIGHT) console.log("StatusBar .HEIGHT:" + StatusBar .HEIGHT)