Created
September 9, 2018 16:48
-
-
Save sathinduga/f0dffde495ca179fca3e03d036b329e8 to your computer and use it in GitHub Desktop.
File Structure
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
src | |
|_components | |
| |_counter.js | |
| | |
|_screens | |
| |_main_screen.js | |
| | |
|_store | |
|_actions | |
| |_action_types.js | |
| |_counter_actions.js | |
| |_index.js | |
| | |
|_reducers | |
| |_counter_reducer.js | |
| | |
|_config_store.js |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment