The Beauty Of React Native: Building Your First iOS App With JavaScript (Part 2)
In part 1 of this tutorial we started building our iOS app from scratch. We started out by setting up a blank React Native project. Then we pulled data from the Unsplash.it API. Because downloading data takes time, we built a loading screen.
In the process we went over positioning UI elements with flexbox and styling them using CSS-like properties. Towards the end of part 1 we downloaded and included a third-party Swiper
component from GitHub, which allowed us to display wallpaper data in a swipeable container.
The post The Beauty Of React Native: Building Your First iOS App With JavaScript (Part 2) appeared first on Smashing Magazine.