We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
荣军'启动时和锁屏时的方向不一样会有问题 发现是 const {width: deviceWidth, height: deviceHeight} = Dimensions.get('window')
我改了一下,,把获取屏幕大小的代码放到了constructor 搞定
The text was updated successfully, but these errors were encountered:
您好,您可以提一个pull request:)
Sorry, something went wrong.
No branches or pull requests
荣军'启动时和锁屏时的方向不一样会有问题
发现是
const {width: deviceWidth, height: deviceHeight} = Dimensions.get('window')
我改了一下,,把获取屏幕大小的代码放到了constructor 搞定
The text was updated successfully, but these errors were encountered: