通过博览会,我可以create_image
并设置为import { Constants } from 'expo';
样式。
但是我们在React Native中有paddingTop: Constants.statusBarHeight
组件。
我想知道有什么方法可以使用React Natives <StatusBar />
组件的 props ,而不是像博览会那样的 style 。
编辑:我不想获取状态栏的高度。我想知道是否有更好的方法将主<StatusBar />
的顶部填充设置为状态栏高度。