Skip to content

gabrielrangel95/react-native-folder-structure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 

Repository files navigation

General Structure of the project

MyProject
├── __tests__
├── android
├── ios
├── src
│   ├── assets
│   │    └── img
│   │    └── fonts
│   └── components
│   │      └── MyComponent
│   │      │     └── index.tsx
│   │      │     └── style.ts
│   │      └── index.js
│   └── intefaces
│   │      └── myInterface.js
│   │      └── index.js
│   └── redux
│   │    └── actions
│   │    │      └── myAction.ts
│   │    │      └── index.ts
│   │    └── reducers
│   │    │      └── myReducer.ts
│   │    │      └── index.ts
│   │    └── sagas
│   │    │      └── mySaga.ts
│   │    │      └── index.ts
│   │    └── store
│   │           └── index.ts
│   ├── screens
│   │      └── MyScreen
│   │      │     └── index.tsx
│   │      │     └── style.ts
│   │      └── index.ts
│   ├── styles
│   │      └── index.ts
│   │      └── colors.ts
│   │      └── metrics.ts
│   ├── utils
│   │      └── MyUtilAction.ts
│   │      └── index.ts
│   ├── router
│   │      └── NavigationService.ts
│   │      └── index.ts
│   └── App.tsx
├── .editorconfig
├── app.json
├── tsconfig.json
├── tslint.json
├── index.ts
├── package.json
├── yarn-lock.json
More Details on Wiki

About

react native folder structure

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published