Skip to content

dotyeison/tombo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tombo

React Native is released under the MIT license. PRs welcome!

🗒️ Requirements

🚀 Quick Start

  1. Download zip or click "Use this template"
  2. Install packages with npm install or yarn install
  3. Spin up dev environment with npm run start or yarn run start

Project structure

tombo/src
│
├── components    # Reusable components
│
├── navigator
│   │
│   ├── drawer    # The app sidebar is the 'drawer'
│   │
│   ├── tab       # Where the bottom tab navigation buttons are defined.
│   │             # Each tab have a 'stack' of different screens it can support.
│   │
│   └── stack     # Here is where the screens stacks are defined for each tab.
│                 # We currently have three tabs: HomeMap, Alerts and Reports.
│
├── states        # The different *reactive* states of the app are defined here,
│   │             # along with the actions that can be performed on them.
│   │             # This mix of state and actions is called a 'slice'.
│   │
│   └── app        # The global app state. We store user's status here.
│
├── utils          # Different utilities and helpers
│   │
│   └ store.ts     # Where the different slices are 'registered' to Redux.
│
└── views          # The different screens of the app.

🥇 Libraries

🥈 Libraries for development

☀️ Icons

Expo provides a popular set of vector icons. Please search icons from here

📓 Licence

This project is available under the MIT license. See the LICENSE file for more info.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •