Init Commit
Showing
Gemfile
deleted
100644 → 0
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
deleted
100644 → 0
android/Gemfile.lock
deleted
100644 → 0
android/app/.BUCK
deleted
100644 → 0
File deleted
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
deleted
100644 → 0
File deleted
android/gradlew
deleted
100755 → 0
android/gradlew.bat
deleted
100644 → 0
index.js
deleted
100644 → 0
ios/.xcode.env
deleted
100644 → 0
ios/Podfile
deleted
100644 → 0
ios/fastlane/Appfile
deleted
100644 → 0
29.2 KB
1.87 KB
ios/taroDemo/main.m
deleted
100644 → 0
metro.config.js
deleted
100644 → 0
... | ... | @@ -2,9 +2,9 @@ |
"name": "taro-multi", | ||
"version": "1.0.0", | ||
"private": true, | ||
"description": "", | ||
"description": "y", | ||
"templateInfo": { | ||
"name": "react-native", | ||
"name": "mobx", | ||
"typescript": true, | ||
"css": "sass" | ||
}, | ||
... | ... | @@ -16,22 +16,15 @@ |
"build:h5": "taro build --type h5", | ||
"build:rn": "taro build --type rn", | ||
"build:qq": "taro build --type qq", | ||
"build:jd": "taro build --type jd", | ||
"build:quickapp": "taro build --type quickapp", | ||
"dev:weapp": "npm run build:weapp -- --watch", | ||
"dev:swan": "npm run build:swan -- --watch", | ||
"dev:alipay": "npm run build:alipay -- --watch", | ||
"dev:tt": "npm run build:tt -- --watch", | ||
"dev:h5": "npm run build:h5 -- --watch", | ||
"dev:rn": "npm run build:rn -- --watch --qr", | ||
"dev:rn": "npm run build:rn -- --watch", | ||
"dev:qq": "npm run build:qq -- --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" | ||
"dev:quickapp": "npm run build:quickapp -- --watch" | ||
}, | ||
"browserslist": [ | ||
"last 3 versions", | ||
... | ... | @@ -39,6 +32,7 @@ |
"ios >= 8" | ||
], | ||
"author": "", | ||
"license": "MIT", | ||
"dependencies": { | ||
"@babel/runtime": "^7.7.7", | ||
"@tarojs/components": "3.6.16", | ||
... | ... | @@ -50,39 +44,33 @@ |
"@tarojs/plugin-platform-jd": "3.6.16", | ||
"@tarojs/plugin-platform-qq": "3.6.16", | ||
"@tarojs/plugin-platform-h5": "3.6.16", | ||
"@tarojs/rn-supporter": "3.6.16", | ||
"@tarojs/runtime": "3.6.16", | ||
"@tarojs/runtime-rn": "3.6.16", | ||
"@tarojs/shared": "3.6.16", | ||
"@tarojs/taro": "3.6.16", | ||
"@tarojs/taro-rn": "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", | ||
"react": "^18.1.0", | ||
"react-dom": "^18.1.0", | ||
"react-native": "^0.70.1" | ||
"react": "^18.0.0" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.12.9", | ||
"@babel/core": "^7.8.0", | ||
"@tarojs/cli": "3.6.16", | ||
"@tarojs/rn-runner": "3.6.16", | ||
"@types/webpack-env": "^1.13.6", | ||
"@types/react": "^18.0.0", | ||
"postcss": "^8.4.18", | ||
"webpack": "^5.78.0", | ||
"@tarojs/taro-loader": "3.6.16", | ||
"@tarojs/webpack5-runner": "3.6.16", | ||
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.5", | ||
"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", | ||
"eslint": "^8.12.0", | ||
"eslint-config-taro": "3.6.16", | ||
"eslint-plugin-import": "^2.12.0", | ||
"eslint": "^8.12.0", | ||
"eslint-plugin-react": "^7.8.2", | ||
"eslint-plugin-import": "^2.12.0", | ||
"eslint-plugin-react-hooks": "^4.2.0", | ||
"install-peerdeps": "^3.0.3", | ||
"pod-install": "^0.1.23", | ||
"stylelint": "9.3.0", | ||
"@typescript-eslint/parser": "^5.20.0", | ||
"@typescript-eslint/eslint-plugin": "^5.20.0", | ||
... | ... |
readme.md
deleted
100644 → 0
src/store/counter.ts
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.