移动开发基础环境
0 parents
Showing
with
3564 additions
and
0 deletions
.buckconfig
0 → 100644
.eslintrc.js
0 → 100644
.flowconfig
0 → 100644
.gitattributes
0 → 100644
.gitignore
0 → 100644
.prettierrc.js
0 → 100644
.watchmanconfig
0 → 100644
App.js
0 → 100644
__tests__/App-test.js
0 → 100644
android/app/_BUCK
0 → 100644
android/app/build.gradle
0 → 100644
android/app/build_defs.bzl
0 → 100644
android/app/debug.keystore
0 → 100644
No preview for this file type
android/app/proguard-rules.pro
0 → 100644
android/app/src/debug/AndroidManifest.xml
0 → 100644
android/app/src/main/AndroidManifest.xml
0 → 100644
android/app/src/main/assets/fonts/xbd.eot
0 → 100644
No preview for this file type
android/app/src/main/assets/fonts/xbd.svg
0 → 100644
android/app/src/main/assets/fonts/xbd.ttf
0 → 100644
No preview for this file type
android/app/src/main/assets/fonts/xbd.woff
0 → 100644
No preview for this file type
2.98 KB
4.91 KB
2.05 KB
2.79 KB
4.46 KB
6.93 KB
6.31 KB
10.4 KB
9.03 KB
15.2 KB
android/app/src/main/res/values/strings.xml
0 → 100644
android/app/src/main/res/values/styles.xml
0 → 100644
android/build.gradle
0 → 100644
android/gradle.properties
0 → 100644
android/gradle/wrapper/gradle-wrapper.jar
0 → 100644
No preview for this file type
android/gradlew
0 → 100644
android/gradlew.bat
0 → 100644
android/settings.gradle
0 → 100644
app.json
0 → 100644
babel.config.js
0 → 100644
index.js
0 → 100644
ios/Podfile
0 → 100644
ios/rn_basis-tvOS/Info.plist
0 → 100644
ios/rn_basis-tvOSTests/Info.plist
0 → 100644
ios/rn_basis.xcodeproj/project.pbxproj
0 → 100644
ios/rn_basis/AppDelegate.h
0 → 100644
ios/rn_basis/AppDelegate.m
0 → 100644
ios/rn_basis/Base.lproj/LaunchScreen.xib
0 → 100644
ios/rn_basis/Images.xcassets/Contents.json
0 → 100644
ios/rn_basis/Info.plist
0 → 100644
ios/rn_basis/main.m
0 → 100644
ios/rn_basisTests/Info.plist
0 → 100644
ios/rn_basisTests/rn_basisTests.m
0 → 100644
metro.config.js
0 → 100644
package-lock.json
0 → 100644
This diff could not be displayed because it is too large.
package.json
0 → 100644
src/api/shopping.js
0 → 100644
src/api/user.js
0 → 100644
src/assets/fonts/xbd.eot
0 → 100644
No preview for this file type
src/assets/fonts/xbd.svg
0 → 100644
src/assets/fonts/xbd.ttf
0 → 100644
No preview for this file type
src/assets/fonts/xbd.woff
0 → 100644
No preview for this file type
src/assets/icons.js
0 → 100644
src/assets/selection.json
0 → 100644
This diff could not be displayed because it is too large.
src/commo/theme.js
0 → 100644
src/config/app.js
0 → 100644
src/config/index.js
0 → 100644
src/libs/fetch.js
0 → 100644
src/libs/http-request.js
0 → 100644
src/libs/utils.js
0 → 100644
src/router/index.js
0 → 100644
src/router/route/index.js
0 → 100644
src/router/tab/index.js
0 → 100644
src/store/index.js
0 → 100644
src/store/modules/index.js
0 → 100644
src/store/modules/user.js
0 → 100644
src/views/error/404.js
0 → 100644
src/views/home/index.js
0 → 100644
src/views/home/style.js
0 → 100644
src/views/home/view.js
0 → 100644
src/views/login/index.js
0 → 100644
src/views/login/style.js
0 → 100644
src/views/login/view.js
0 → 100644
src/views/me/index.js
0 → 100644
src/views/me/style.js
0 → 100644
src/views/me/view.js
0 → 100644
src/views/play/index.js
0 → 100644
src/views/play/styles.js
0 → 100644
src/views/play/view.js
0 → 100644
src/views/shopping/index.js
0 → 100644
src/views/shopping/styles.js
0 → 100644
src/views/shopping/view.js
0 → 100644
-
Please register or sign in to post a comment