Masoud Soroush

Results 26 issues of Masoud Soroush

### Description Dashboard contains information for the single token balance as we supporting multi token now its need to be show a list of tokens ### Acceptance Criteria - Implement...

### Description We should update the code linter rules to avoid eslint-ignore ### Acceptance Criteria ESLint configs updates in `.eslintrc.json` file should be like this ```json { "parser": "babel-eslint", "env":...

type: standards

[distutils has been removed in Python v3.12](https://docs.python.org/3/whatsnew/3.12.html#summary-release-highlights). we need to upgrade version of node-gyp (to v10+) ``` › Traceback (most recent call last): File "xxxxx\node_modules\@electron\rebuild\node_modules\node-gyp\gyp\gyp_main.py", line 42, in import gyp...

when navigate with a object as paramas query string not working as well and show "?key=[object Object]" this issue will be fixed with qs package [example ](https://codesandbox.io/s/kk7041x7ro) case 3 of...

after i try to reuse my react-native project in web i found couple of issues on react-navigation Example of project is [here in codesandbox](https://codesandbox.io/s/kk7041x7ro) ## issue 1 : (navigation.goBack not...

unfortunately navigation go back not working on web this.props.navigation.goBack(null) Functions is exist after some check i realized in getNavigationActionCreators.js this "import NavigationActions from '../NavigationActions'; " not working as well and...