获取获取 react navigation 导航条 高度
2019-01-07 本文已影响0人
小西瓜简书
import { Header } from 'react-navigation';
componentDidMount() {
let navigationHeight = Header.HEIGHT;//即获取导航条高度
}
import { Header } from 'react-navigation';
componentDidMount() {
let navigationHeight = Header.HEIGHT;//即获取导航条高度
}