fix
Showing
taro-native-shell/.commitlintrc.js
deleted
100644 → 0
taro-native-shell/.editorconfig
deleted
100644 → 0
taro-native-shell/.gitignore
deleted
100644 → 0
taro-native-shell/LICENSE
deleted
100644 → 0
taro-native-shell/README.md
deleted
100644 → 0
taro-native-shell/android/app/BUCK
deleted
100644 → 0
File deleted
taro-native-shell/android/gradlew
deleted
100644 → 0
taro-native-shell/ios/Podfile
deleted
100644 → 0
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
deleted
100644 → 0
File deleted
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
taro-native-shell/package.json
deleted
100644 → 0
{ | ||
"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", | ||
"android": "react-native run-android" | ||
}, | ||
"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
deleted
100644 → 0
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