RN开发结构

|
| -------android
| -------ios
| -------node_modules
| -------babelrc
| -------App.js
| -------app.json
| -------package.json
| -------yarn-error.js
| -------yarn.lock
| -------index.js


| -------src

| -------project   |--- common    | --- nav.js
                                    | --- footer.js
                                    | --- header.js

                     |---router    ...

                     |---view      ...

                     |---components      ...

| -------config      //全局配置

| -------api    //网络请求配置

| -------constaints    //常量定义

| -------helpers    //数据来源

| -------utils

| -------redux        //store

| -------static      |---img
                     |---icon
                     |---css
                     |---js
                     |---file

| -------common      |---filter
                     |---model
                     |---config

你可能感兴趣的:(RN开发结构)