Commit 5d4285b7 authored by YJ's avatar YJ
Browse files

fix: yarn over npm, bump keyrboard-scroll-view

parent 9ddf5081
...@@ -74,13 +74,13 @@ Parity Signer was built to be used offline. The mobile device used to run the ap ...@@ -74,13 +74,13 @@ Parity Signer was built to be used offline. The mobile device used to run the ap
- iOS - iOS
``` ```
npm run ios yarn run ios
``` ```
- Android - Android
``` ```
npm run android yarn run android
``` ```
......
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -10,7 +10,7 @@ module.exports = { ...@@ -10,7 +10,7 @@ module.exports = {
transform: { transform: {
experimentalImportSupport: false, experimentalImportSupport: false,
inlineRequires: false, inlineRequires: false,
}, }
}), })
}, }
}; };
\ No newline at end of file
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -10,8 +10,8 @@ ...@@ -10,8 +10,8 @@
"scripts": { "scripts": {
"build-rust-ios": "cd rust/signer && make ios", "build-rust-ios": "cd rust/signer && make ios",
"build-rust-android": "cd rust/signer && make android", "build-rust-android": "cd rust/signer && make android",
"ios": "npm run build-rust-ios && react-native run-ios", "ios": "yarn run build-rust-ios && react-native run-ios",
"android": "npm run build-rust-android && react-native run-android", "android": "yarn run build-rust-android && react-native run-android",
"start": "yarn run ios", "start": "yarn run ios",
"test": "jest", "test": "jest",
"lint": "eslint", "lint": "eslint",
...@@ -25,14 +25,14 @@ ...@@ -25,14 +25,14 @@
"react": "16.8.6", "react": "16.8.6",
"react-native": "0.60.2", "react-native": "0.60.2",
"react-native-camera": "^2.1.1", "react-native-camera": "^2.1.1",
"react-native-keyboard-aware-scroll-view": "^0.5.0", "react-native-keyboard-aware-scroll-view": "^0.8.0",
"react-native-markdown-renderer": "^3.2.8", "react-native-markdown-renderer": "^3.2.8",
"react-native-popup-menu": "^0.15.0", "react-native-popup-menu": "^0.15.6",
"react-native-secure-storage": "git+https://github.com/debris/react-native-secure-storage.git", "react-native-secure-storage": "git+https://github.com/debris/react-native-secure-storage.git",
"react-native-simple-picker": "^2.1.0", "react-native-simple-picker": "^2.1.0",
"react-native-tabs": "^1.0.9", "react-native-tabs": "^1.0.9",
"react-native-vector-icons": "^4.6.0", "react-native-vector-icons": "^4.6.0",
"react-navigation": "^2.0.1", "react-navigation": "^3.11.1",
"unstated": "^2.1.1" "unstated": "^2.1.1"
}, },
"devDependencies": { "devDependencies": {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment