Summary

In this chapter, you learned how to build a release of our application in preparation for submitting it to the App Store or Google Play Store. iOS had a pre-configuration scheme in Xcode to disable the developer features. We then created an archive by targeting the iOS device. On Android, we created a private release key with keytool and built the release APK using the command line and gradle. It is important to follow up and test that both of these release builds work before submission, to decrease the likelihood of rejection.

We hope that this book gave you the fundamentals you need to start creating mobile apps with React Native. Although React and React Native are still very early in terms of development, you can expect the core concepts ...

Get Getting Started with React Native now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.