React Native: Unwanted Black border on ipad 2 simulation

后端 未结 4 1013
花落未央
花落未央 2021-01-03 19:03

I am testing a new (simple) reactive native app, choosing ipad 2 as target in the simulator.

The loading screen shows full screen, but the first application screen (

4条回答
  •  一向
    一向 (楼主)
    2021-01-03 19:18

    The application was being built as an iphone app, but deployed/displayed to an ipad. I see the 1x / 2x button. This was causing it. So: how do I configure xcode that it is actually an ipad app? See url below:

    How to change iPhone/iPad app to iPhone only?

提交回复
热议问题