Skip to content

olegvg/ongo_mobile

Repository files navigation

ONGO Retail mobile app

Mainly for Android now

File Structure

  • /android - The native Android stuff
  • /ios - The native iOS stuff
  • /src - Contains the full React Native App codebase
    • /components - 'Dumb-components' / presentational. Read More →
    • /constants - App-wide variables and config
    • /containers - 'Smart-components' / the business logic. Read More →
    • /images - Self explanatory right?
    • /lib - Utils, custom libraries, functions
    • /navigation- Routes - wire up the router with any & all screens. Read More →
    • /redux - Redux Reducers & Actions grouped by type. Read More →
    • /theme - Theme specific styles and variables

Installation

  1. Create your own .env file (to store any app secrets) - simply run cp .env.sample .env
  2. Run yarn install from root directory

About

ONGO Marketing React Native app

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published