The app is structured in modules. Each module has compnents (statefull and presentational), actions, and reducers to keep global state of the app.
Each component has a "smart" container component for handling state and a "dumb" presentational component with a styles file for UI styling.
npm install
pod install
react-native link