import { Header } from 'react-navigation';
componentDidMount() {
let navigationHeight = Header.HEIGHT;//即获取导航条高度
}
获取获取 react navigation 导航条 高度
最新推荐文章于 2023-10-26 18:01:13 发布
import { Header } from 'react-navigation';
componentDidMount() {
let navigationHeight = Header.HEIGHT;//即获取导航条高度
}