Configuring app.json metadata2:02
steps. If you take a look at the app.json file, which is in the root, you'll see that this file has information about your application that the app store will make use of. For example, the name, the version, the icon, and the splash screens. There's also platform specific information, for example, for iOS. If you wanted it to be supported on an iPad, then you set this option to true. At some point, you're going to have to build the app and generate a .apk file for Android and a .ipa file for iOS. So again, if you take a look at the documentation and if you go to building standalone apps, you'll see the commands to do that.
