Summary
Congratulations! You have successfully built three React Native applications throughout the course of this book. In this chapter, you learned to add a pull-to-refresh interaction into the application, letting users of your apps quickly refresh their data using a well-known gesture. Then, you utilized the Image
component, rendering remote images into your application. Next, you created a WebView
component for the application, allowing users to view Web-related content without shuffling them out of the app and into the system browser. Finally, you made the required modifications to create an Android version of the application.