1. 10
    Clean Up the Folder Structure and Imports in a React Native App with Absolute Paths
    1m 48s

Clean Up the Folder Structure and Imports in a React Native App with Absolute Paths

InstructorChris Achard

Share this video with your friends

Send Tweet

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.