0.0.3 • Published 4 years ago

react-native-template-igortice-rnt1 v0.0.3

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

Extensões

Estrutura

igortice-rnt1
├─ .buckconfig
├─ .editorconfig
├─ .eslintrc.js
├─ .flowconfig
├─ .gitattributes
├─ .gitignore
├─ .prettierrc.js
├─ .watchmanconfig
├─ README.md
├─ babel.config.js
├─ dependencies.json
├─ index.js
├─ metro.config.js
├─ package.json
└─ src
   ├─ assets
   │  ├─ fonts
   │  │  └─ .keep
   │  └─ images
   │     └─ .keep
   ├─ components
   │  └─ .keep
   ├─ configs
   │  └─ .keep
   ├─ constants
   │  └─ .keep
   ├─ index.js
   ├─ layouts
   │  └─ .keep
   ├─ mocks
   │  └─ .keep
   ├─ routes
   │  └─ .keep
   ├─ screens
   │  └─ .keep
   ├─ services
   │  └─ .keep
   ├─ store
   │  └─ .keep
   └─ utils
      └─ .keep