How can I create a responsive application to run as an ipad application on an ipad?

My app looks awful on the ipad because it works like an iphone app instead of an ipad app.

What do I need to do in my code to deal with the fact that it can work on ipad?

How can I create an application with a native response so that it installs on the ipad and runs as an ipad application?

Is it possible to do without xcode?

I launch react-native run-ioswith the launch of the iPad Air simulator. Perhaps I need to configure the circuit and call it --scheme?

+4
source share
2 answers

, Xcode Universal. Xcode, . . . enter image description here

+12

response-native run-ios --simulator = "iPad Pro (9.7-inch)"

https://facebook.imtqy.com/react-native/docs/running-on-simulator-ios.html

+1

Source: https://habr.com/ru/post/1676860/


All Articles