April 2017
Intermediate to advanced
414 pages
8h 14m
English
The next important thing I'd like to tackle is architecture; this is about how our React Native app will be laid out. While the projects we build for this book are meant to be done individually, I firmly believe that it is important to always write and architect code in a manner that expects the next person to look at it to be an axe-murderer with a short temper. The idea here is to make it simple for anyone to look at your application's structure and be able to follow along.
First, let's take a look at how the React Native CLI scaffolds our project; comments on each relevant file are noted to the right-hand side of the double slashes (//):
|Tasks // root folder|__Android*|__ios*|__node_modules|__.buckconfig|__.flowconfig ...
Read now
Unlock full access