简体   繁体   English

如何在 React Native 中做出像 Instagram 这样的响应式设计?

[英]How to make responsive design like Instagram in React Native?

When opening Instagram on the iPad, it displays like this.在 iPad 上打开 Instagram 时,显示如下。

Instagram

Instagram Instagram

It looks like Instagram doesn't use react-native-responsive-screen because the size of each screen is the same as in iPhone.看起来 Instagram 没有使用react-native-responsive-screen因为每个屏幕的大小与 iPhone 中的相同。

I would appreciate it if you could give me any advice.如果您能给我任何建议,我将不胜感激。

Any iPhone only app has an iPhone size on iPad.任何仅限 iPhone 的应用程序在 iPad 上都有 iPhone 大小。

iOS apps can be: iOS 应用程序可以是:

  • iPhone only,仅限 iPhone,
  • iPad only,仅限 iPad,
  • universal (for both iPhones & iPads).通用(适用于 iPhone 和 iPad)。

It can be configured in Xcode.它可以在 Xcode 中配置。

These settings are not related to React Native.这些设置与 React Native 无关。 It's an iOS specific thing.这是iOS特定的东西。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM