fix: v4.3 UX according to user feedback (#643)
* move the derive button to the button * remove unused button * refactor redirection function * change the redirection after derivation * refactor e2e tests to fit new work flow * add version in about * validate pin input without button tapped * Update NetworkSelector.tsx * update westend genesis hash * fix e2e test * move two tabs in the bottom to one * fix e2e test * bump version to 4.3.2 * bump dependencies * remove password length limitation * update xcode settings * fix e2e test
... | ... | @@ -51,9 +51,9 @@ |
"@polkadot/util": "2.11.1", | ||
"@polkadot/util-crypto": "2.11.1", | ||
"@react-native-community/masked-view": "^0.1.6", | ||
"@react-navigation/native": "^5.5.1", | ||
"@react-navigation/stack": "^5.5.1", | ||
"@react-native-community/netinfo": "^5.9.3", | ||
"@react-navigation/native": "^5.3.2", | ||
"@react-navigation/stack": "^5.3.5", | ||
"bignumber.js": "^9.0.0", | ||
"hoist-non-react-statics": "^3.3.0", | ||
"node-libs-react-native": "^1.0.3", | ||
... | ... | @@ -96,7 +96,7 @@ |
"babel-plugin-module-resolver": "^4.0.0", | ||
"babel-plugin-rewrite-require": "^1.14.5", | ||
"babel-plugin-tester": "^9.0.1", | ||
"detox": "^16.5.1", | ||
"detox": "^16.8.2", | ||
"eslint": "^6.8.0", | ||
"eslint-config-prettier": "^6.10.1", | ||
"eslint-import-resolver-typescript": "^2.0.0", | ||
... | ... |