Init Commit
Showing
Gemfile
0 → 100644
| source 'https://rubygems.org' | |||
| # You may use http://rbenv.org/ or https://rvm.io/ to install and use this version | |||
| gem 'fastlane' | |||
| gem 'cocoapods', '~> 1.11', '>= 1.11.2' | 
android/Gemfile
0 → 100644
android/Gemfile.lock
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
File added
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/build.gradle
0 → 100644
android/fastlane/Appfile
0 → 100644
android/fastlane/Fastfile
0 → 100644
android/fastlane/Pluginfile
0 → 100644
android/gradle.properties
0 → 100644
File added
android/gradlew
0 → 100755
android/gradlew.bat
0 → 100644
android/settings.gradle
0 → 100644
index.js
0 → 100644
ios/.xcode.env
0 → 100644
ios/Podfile
0 → 100644
ios/fastlane/Appfile
0 → 100644
ios/fastlane/Fastfile
0 → 100644
ios/fastlane/README.md
0 → 100644
ios/taroDemo/AppDelegate.h
0 → 100644
ios/taroDemo/AppDelegate.mm
0 → 100644
29.2 KB
1.87 KB
ios/taroDemo/Info.plist
0 → 100644
ios/taroDemo/main.m
0 → 100644
ios/taroDemoTests/Info.plist
0 → 100644
metro.config.js
0 → 100644
| { | { | ||
| "name": "taro-test", | "name": "taro-multi", | ||
| "version": "1.0.0", | "version": "1.0.0", | ||
| "private": true, | "private": true, | ||
| "description": "", | "description": "", | ||
| "templateInfo": { | "templateInfo": { | ||
| "name": "mobx", | "name": "react-native", | ||
| "typescript": true, | "typescript": true, | ||
| "css": "sass" | "css": "sass" | ||
| }, | }, | ||
| ... | @@ -16,15 +16,22 @@ | ... | @@ -16,15 +16,22 @@ | 
| "build:h5": "taro build --type h5", | "build:h5": "taro build --type h5", | ||
| "build:rn": "taro build --type rn", | "build:rn": "taro build --type rn", | ||
| "build:qq": "taro build --type qq", | "build:qq": "taro build --type qq", | ||
| "build:jd": "taro build --type jd", | |||
| "build:quickapp": "taro build --type quickapp", | "build:quickapp": "taro build --type quickapp", | ||
| "dev:weapp": "npm run build:weapp -- --watch", | "dev:weapp": "npm run build:weapp -- --watch", | ||
| "dev:swan": "npm run build:swan -- --watch", | "dev:swan": "npm run build:swan -- --watch", | ||
| "dev:alipay": "npm run build:alipay -- --watch", | "dev:alipay": "npm run build:alipay -- --watch", | ||
| "dev:tt": "npm run build:tt -- --watch", | "dev:tt": "npm run build:tt -- --watch", | ||
| "dev:h5": "npm run build:h5 -- --watch", | "dev:h5": "npm run build:h5 -- --watch", | ||
| "dev:rn": "npm run build:rn -- --watch", | "dev:rn": "npm run build:rn -- --watch --qr", | ||
| "dev:qq": "npm run build:qq -- --watch", | "dev:qq": "npm run build:qq -- --watch", | ||
| "dev:quickapp": "npm run build:quickapp -- --watch" | "dev:jd": "npm run build:jd -- --watch", | ||
| "dev:quickapp": "npm run build:quickapp -- --watch", | |||
| "android": "react-native run-android", | |||
| "ios": "react-native run-ios", | |||
| "start": "react-native start", | |||
| "podInstall": "pod-install", | |||
| "upgradePeerdeps": "install-peerdeps @tarojs/taro-rn@3.6.16 -o -Y && install-peerdeps @tarojs/components-rn@3.6.16 -o -Y && install-peerdeps @tarojs/router-rn@3.6.16 -o -Y && pod-install" | |||
| }, | }, | ||
| "browserslist": [ | "browserslist": [ | ||
| "last 3 versions", | "last 3 versions", | ||
| ... | @@ -32,7 +39,6 @@ | ... | @@ -32,7 +39,6 @@ | 
| "ios >= 8" | "ios >= 8" | ||
| ], | ], | ||
| "author": "", | "author": "", | ||
| "license": "MIT", | |||
| "dependencies": { | "dependencies": { | ||
| "@babel/runtime": "^7.7.7", | "@babel/runtime": "^7.7.7", | ||
| "@tarojs/components": "3.6.16", | "@tarojs/components": "3.6.16", | ||
| ... | @@ -44,33 +50,39 @@ | ... | @@ -44,33 +50,39 @@ | 
| "@tarojs/plugin-platform-jd": "3.6.16", | "@tarojs/plugin-platform-jd": "3.6.16", | ||
| "@tarojs/plugin-platform-qq": "3.6.16", | "@tarojs/plugin-platform-qq": "3.6.16", | ||
| "@tarojs/plugin-platform-h5": "3.6.16", | "@tarojs/plugin-platform-h5": "3.6.16", | ||
| "@tarojs/rn-supporter": "3.6.16", | |||
| "@tarojs/runtime": "3.6.16", | "@tarojs/runtime": "3.6.16", | ||
| "@tarojs/runtime-rn": "3.6.16", | |||
| "@tarojs/shared": "3.6.16", | "@tarojs/shared": "3.6.16", | ||
| "@tarojs/taro": "3.6.16", | "@tarojs/taro": "3.6.16", | ||
| "@tarojs/taro-rn": "3.6.16", | |||
| "@tarojs/plugin-framework-react": "3.6.16", | "@tarojs/plugin-framework-react": "3.6.16", | ||
| "mobx": "^4.8.0", | |||
| "mobx-react": "^6.1.4", | |||
| "react-dom": "^18.0.0", | |||
| "@tarojs/react": "3.6.16", | "@tarojs/react": "3.6.16", | ||
| "react": "^18.0.0" | "react": "^18.1.0", | ||
| "react-dom": "^18.1.0", | |||
| "react-native": "^0.70.1" | |||
| }, | }, | ||
| "devDependencies": { | "devDependencies": { | ||
| "@babel/core": "^7.8.0", | "@babel/core": "^7.12.9", | ||
| "@tarojs/cli": "3.6.16", | "@tarojs/cli": "3.6.16", | ||
| "@types/webpack-env": "^1.13.6", | "@tarojs/rn-runner": "3.6.16", | ||
| "@types/react": "^18.0.0", | |||
| "postcss": "^8.4.18", | "postcss": "^8.4.18", | ||
| "webpack": "^5.78.0", | "webpack": "^5.78.0", | ||
| "@tarojs/taro-loader": "3.6.16", | "@tarojs/taro-loader": "3.6.16", | ||
| "@tarojs/webpack5-runner": "3.6.16", | "@tarojs/webpack5-runner": "3.6.16", | ||
| "@pmmmwh/react-refresh-webpack-plugin": "^0.5.5", | "@pmmmwh/react-refresh-webpack-plugin": "^0.5.5", | ||
| "react-refresh": "^0.11.0", | "react-refresh": "^0.11.0", | ||
| "@types/react": "^18.0.0", | |||
| "@types/react-native": "^0.69.8", | |||
| "@types/webpack-env": "^1.13.6", | |||
| "babel-preset-taro": "3.6.16", | "babel-preset-taro": "3.6.16", | ||
| "eslint-config-taro": "3.6.16", | |||
| "eslint": "^8.12.0", | "eslint": "^8.12.0", | ||
| "eslint-plugin-react": "^7.8.2", | "eslint-config-taro": "3.6.16", | ||
| "eslint-plugin-import": "^2.12.0", | "eslint-plugin-import": "^2.12.0", | ||
| "eslint-plugin-react": "^7.8.2", | |||
| "eslint-plugin-react-hooks": "^4.2.0", | "eslint-plugin-react-hooks": "^4.2.0", | ||
| "install-peerdeps": "^3.0.3", | |||
| "pod-install": "^0.1.23", | |||
| "stylelint": "9.3.0", | "stylelint": "9.3.0", | ||
| "@typescript-eslint/parser": "^5.20.0", | "@typescript-eslint/parser": "^5.20.0", | ||
| "@typescript-eslint/eslint-plugin": "^5.20.0", | "@typescript-eslint/eslint-plugin": "^5.20.0", | ||
| ... | ... | 
readme.md
0 → 100644
src/store/counter.ts
deleted
100644 → 0
yarn.lock
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.