Description: Based on React-Native, Redux implementation of the comic book App source code, is divided into the home page, discovery, selection, my four Forum
To Search:
File list (Check if you may need any files):
ComicApp-master
...............\.babelrc
...............\.buckconfig
...............\.flowconfig
...............\.gitattributes
...............\.gitignore
...............\.vscode
...............\.......\launch.json
...............\.......\launchReactNative.js
...............\.watchmanconfig
...............\README.md
...............\__tests__
...............\.........\index.android.js
...............\.........\index.ios.js
...............\android
...............\.......\app
...............\.......\...\BUCK
...............\.......\...\build.gradle
...............\.......\...\proguard-rules.pro
...............\.......\...\src
...............\.......\...\...\main
...............\.......\...\...\....\AndroidManifest.xml
...............\.......\...\...\....\java
...............\.......\...\...\....\....\com
...............\.......\...\...\....\....\...\comicbook
...............\.......\...\...\....\....\...\.........\MainActivity.java
...............\.......\...\...\....\....\...\.........\MainApplication.java
...............\.......\...\...\....\res
...............\.......\...\...\....\...\mipmap-hdpi
...............\.......\...\...\....\...\...........\ic_launcher.png
...............\.......\...\...\....\...\mipmap-mdpi
...............\.......\...\...\....\...\...........\ic_launcher.png
...............\.......\...\...\....\...\mipmap-xhdpi
...............\.......\...\...\....\...\............\ic_launcher.png
...............\.......\...\...\....\...\mipmap-xxhdpi
...............\.......\...\...\....\...\.............\ic_launcher.png
...............\.......\...\...\....\...\values
...............\.......\...\...\....\...\......\strings.xml
...............\.......\...\...\....\...\......\styles.xml
...............\.......\build.gradle
...............\.......\gradle.properties
...............\.......\gradle
...............\.......\......\wrapper
...............\.......\......\.......\gradle-wrapper.jar
...............\.......\......\.......\gradle-wrapper.properties
...............\.......\gradlew
...............\.......\gradlew.bat
...............\.......\keystores
...............\.......\.........\BUCK
...............\.......\.........\debug.keystore.properties
...............\.......\settings.gradle
...............\app
...............\...\actions
...............\...\.......\beautifulAction.js
...............\...\.......\chapterAction.js
...............\...\.......\detailAction.js
...............\...\.......\discoverAction.js
...............\...\.......\grilAction.js
...............\...\.......\mainAction.js
...............\...\components
...............\...\..........\app.js
...............\...\..........\chapter
...............\...\..........\.......\comicChapter.js
...............\...\..........\choice
...............\...\..........\......\choice.js
...............\...\..........\......\grilComics.js
...............\...\..........\......\slashComics.js
...............\...\..........\detail
...............\...\..........\......\comicDetail.js
...............\...\..........\discovery
...............\...\..........\.........\discover.js
...............\...\..........\main
...............\...\..........\....\main.js
...............\...\..........\....\mainContent.js
...............\...\..........\me
...............\...\..........\..\me.js
...............\...\..........\spalsh
...............\...\..........\......\splash.js
...............\...\constant
...............\...\........\actionTypes.js
...............\...\........\api.js
...............\...\........\dimission.js
...............\...\images
...............\...\......\1.jpg
...............\...\......\ic_about.png
...............\...\......\ic_coll.png
...............\...\......\ic_coupon.png
...............\...\......\ic_head.png
...............\...\......\ic_head_bg.jpg
...............\...\......\ic_loading.gif
...............\...\......\ic_more.png
...............\...\......\ic_over.png
...............\...\......\ic_setting.png
...............\...\......\ic_share.png
...............\...\......\ic_splash_1.jpg
...............\...\......\ic_splash_2.jpg
.............