There’s no required folder structure for React Native applications, but we’ll structure our app with some common folder guidelines. Then, we’ll create a package.json
file for each sub-folder, which allows us to import components using absolute references like components/Header
instead of relative paths like ../../../components/Header
.