react-native-iphone-x-helper 一个库,可帮助您设计带缺口的iPhone的本机应用程序。 正在安装 npm i react-native-iphone-x-helper --save API ifIphoneX(iphoneXStyle,[regularStyle]) 这种方法可以在考虑iPhone X的情况下创建样式表 参数 iphoneXStyle-如果您在iPhone X上使用的样式 regularStyle(可选) -如果您不在iPhone X上,则应用的样式 例子 // in style.js import { StyleSheet } from 'react-native' ; import { ifIphoneX } from 'react-native-iphone-x-helper' export default StyleSheet .