init
parents
Showing
.editorconfig
0 → 100644
.eslintrc
0 → 100644
.gitignore
0 → 100644
config/dev.js
0 → 100644
config/index.js
0 → 100644
config/prod.js
0 → 100644
global.d.ts
0 → 100644
package.json
0 → 100644
{ | ||
"name": "Vmatrix-client-taro", | ||
"version": "1.0.0", | ||
"private": true, | ||
"description": "", | ||
"templateInfo": { | ||
"name": "redux", | ||
"typescript": true, | ||
"css": "less" | ||
}, | ||
"scripts": { | ||
"build:weapp": "taro build --type weapp", | ||
"build:swan": "taro build --type swan", | ||
"build:alipay": "taro build --type alipay", | ||
"build:tt": "taro build --type tt", | ||
"build:h5": "taro build --type h5", | ||
"build:rn": "taro build --type rn", | ||
"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" | ||
}, | ||
"author": "", | ||
"license": "MIT", | ||
"dependencies": { | ||
"@tarojs/async-await": "1.3.12", | ||
"@tarojs/components": "1.3.12", | ||
"@tarojs/redux": "1.3.12", | ||
"@tarojs/redux-h5": "1.3.12", | ||
"@tarojs/router": "1.3.12", | ||
"@tarojs/taro": "1.3.12", | ||
"@tarojs/taro-alipay": "1.3.12", | ||
"@tarojs/taro-h5": "1.3.12", | ||
"@tarojs/taro-swan": "1.3.12", | ||
"@tarojs/taro-tt": "1.3.12", | ||
"@tarojs/taro-weapp": "1.3.12", | ||
"nervjs": "^1.4.0", | ||
"nerv-devtools": "^1.4.0", | ||
"redux": "^4.0.0", | ||
"redux-logger": "^3.0.6", | ||
"redux-thunk": "^2.3.0" | ||
}, | ||
"devDependencies": { | ||
"@types/react": "^16.4.8", | ||
"@types/webpack-env": "^1.13.6", | ||
"@tarojs/plugin-babel": "1.3.12", | ||
"@tarojs/plugin-csso": "1.3.12", | ||
"@tarojs/plugin-less": "1.3.12", | ||
"@tarojs/plugin-uglifyjs": "1.3.12", | ||
"@tarojs/webpack-runner": "1.3.12", | ||
"babel-plugin-transform-class-properties": "^6.24.1", | ||
"babel-plugin-transform-decorators-legacy": "^1.3.4", | ||
"babel-plugin-transform-jsx-stylesheet": "^0.6.5", | ||
"babel-plugin-transform-object-rest-spread": "^6.26.0", | ||
"babel-preset-env": "^1.6.1", | ||
"babel-eslint": "^8.2.3", | ||
"eslint": "^5.16.0", | ||
"eslint-config-taro": "1.3.12", | ||
"eslint-plugin-react": "^7.8.2", | ||
"eslint-plugin-import": "^2.12.0", | ||
"stylelint": "9.3.0", | ||
"stylelint-config-taro-rn": "1.3.12", | ||
"stylelint-taro-rn": "1.3.12", | ||
"eslint-plugin-taro": "1.3.12", | ||
"@typescript-eslint/parser": "^1.6.0", | ||
"typescript": "^3.0.1" | ||
} | ||
} |
project.config.json
0 → 100644
src/actions/counter.ts
0 → 100644
src/app.less
0 → 100644
src/app.tsx
0 → 100644
src/constants/counter.ts
0 → 100644
src/index.html
0 → 100644
src/pages/index/index.less
0 → 100644
src/pages/index/index.tsx
0 → 100644
src/reducers/counter.ts
0 → 100644
src/reducers/index.ts
0 → 100644
src/store/index.ts
0 → 100644
taro-native-shell/.commitlintrc.js
0 → 100644
taro-native-shell/.editorconfig
0 → 100644
taro-native-shell/.gitignore
0 → 100644
taro-native-shell/LICENSE
0 → 100644
taro-native-shell/README.md
0 → 100644
taro-native-shell/android/app/BUCK
0 → 100644
taro-native-shell/android/app/build.gradle
0 → 100644
3.34 KB
2.15 KB
4.73 KB
7.54 KB
taro-native-shell/android/build.gradle
0 → 100644
taro-native-shell/android/gradle.properties
0 → 100644
File added
taro-native-shell/android/gradlew
0 → 100644
taro-native-shell/android/gradlew.bat
0 → 100644
taro-native-shell/android/keystores/BUCK
0 → 100644
taro-native-shell/android/settings.gradle
0 → 100644
taro-native-shell/ios/Podfile
0 → 100644
platform :ios, '10.0' | ||
require_relative '../node_modules/react-native-unimodules/cocoapods' | ||
target 'taroDemo' do | ||
# Pods for HelloWorld | ||
pod 'React', :path => '../node_modules/react-native', :subspecs => [ | ||
'Core', | ||
'CxxBridge', | ||
'DevSupport', | ||
'RCTActionSheet', | ||
'RCTAnimation', | ||
'RCTBlob', | ||
'RCTGeolocation', | ||
'RCTImage', | ||
'RCTLinkingIOS', | ||
'RCTNetwork', | ||
'RCTSettings', | ||
'RCTText', | ||
'RCTVibration', | ||
'RCTWebSocket', | ||
] | ||
pod 'yoga', :path => '../node_modules/react-native/ReactCommon/yoga' | ||
pod 'DoubleConversion', :podspec => '../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec' | ||
pod 'glog', :podspec => '../node_modules/react-native/third-party-podspecs/glog.podspec' | ||
pod 'Folly', :podspec => '../node_modules/react-native/third-party-podspecs/Folly.podspec' | ||
# react-native-maps dependencies | ||
pod 'react-native-maps', path:'../node_modules/react-native-maps' | ||
use_unimodules! | ||
target 'taroDemoTests' do | ||
inherit! :search_paths | ||
end | ||
end |
taro-native-shell/ios/Podfile.lock
0 → 100644
File added
taro-native-shell/ios/bundle/main.jsbundle
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This diff is collapsed.
Click to expand it.
taro-native-shell/ios/taroDemo/AppDelegate.h
0 → 100644
taro-native-shell/ios/taroDemo/AppDelegate.m
0 → 100644
taro-native-shell/ios/taroDemo/Info.plist
0 → 100644
taro-native-shell/ios/taroDemo/main.m
0 → 100644
taro-native-shell/package.json
0 → 100644
{ | ||
"name": "taro-native-shell", | ||
"version": "0.0.1", | ||
"private": true, | ||
"description": "Taro native shell", | ||
"scripts": { | ||
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0", | ||
"test": "jest" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/NervJS/taro-native-shell.git" | ||
}, | ||
"husky": { | ||
"hooks": { | ||
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS" | ||
} | ||
}, | ||
"dependencies": { | ||
"expo-av": "^5.0.2", | ||
"expo-brightness": "^5.0.1", | ||
"expo-image-picker": "^5.0.2", | ||
"expo-location": "^5.0.1", | ||
"expo-sensors": "^5.0.1", | ||
"react": "16.3.1", | ||
"react-native": "0.55.4", | ||
"react-native-canvas": "^0.1.32", | ||
"react-native-image-crop-picker": "^0.23.1", | ||
"react-native-image-picker": "^0.28.1", | ||
"react-native-maps": "^0.25.0", | ||
"react-native-unimodules": "^0.4.1" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.3.4", | ||
"@babel/runtime": "^7.3.4", | ||
"@commitlint/cli": "^7.5.2", | ||
"@commitlint/config-conventional": "^7.5.0", | ||
"babel-jest": "^24.5.0", | ||
"conventional-changelog-cli": "^2.0.12", | ||
"husky": "^1.3.1", | ||
"jest": "^24.5.0", | ||
"metro-react-native-babel-preset": "^0.53.1", | ||
"react-test-renderer": "16.8.3" | ||
}, | ||
"jest": { | ||
"preset": "react-native" | ||
} | ||
} |
taro-native-shell/yarn.lock
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
tsconfig.json
0 → 100644
yarn.lock
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
Please
register
or
sign in
to comment