我有一个pin码屏幕在React原生应用程序,我想让它响应/放大根据手机或平板电脑的大小,就像我有一个标志在屏幕上或任何其他组件是可见的小平板电脑,但在正常的模拟器是平均的,我想让它根据平板电脑的大小大下面是一些截图
我想扩大平板电脑的屏幕项目,因为在一个平均的手机可见
pjngdqdw1#
看看这个。This is how you can make your app responsive
wpcxdonn2#
用于图像和按钮的尺寸click this link and read Documentation示例
Height: Dimensions.get('window').height / 2.5, Width: Dimensions.get('window').width / 2.5,
2条答案
按热度按时间pjngdqdw1#
看看这个。
This is how you can make your app responsive
wpcxdonn2#
用于图像和按钮的尺寸click this link and read Documentation
示例