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?
source
share