-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge commit '7573edfa93c9708607f74d48b6a15ea3ec55a63e' into ja-fix
- Loading branch information
Showing
164 changed files
with
1,841 additions
and
1,420 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,11 @@ | ||
// hide console.log console.error in jest tests | ||
/* Hide console.log console.error in jest tests */ | ||
jest.spyOn(global.console, 'log').mockImplementation(() => jest.fn()); | ||
jest.spyOn(global.console, 'error').mockImplementation(() => jest.fn()); | ||
jest.spyOn(global.console, 'debug').mockImplementation(() => jest.fn()); | ||
|
||
/* Mock RNN event listeners */ | ||
jest.mock('react-native/Libraries/EventEmitter/NativeEventEmitter.js'); | ||
jest.mock('react-native/Libraries/Animated/NativeAnimatedHelper'); | ||
|
||
/* Realm */ | ||
process.env.REALM_DISABLE_ANALYTICS = true; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,8 +31,7 @@ | |
"react-native-camera": "4.2.1", | ||
"react-native-interactable": "2.0.1", | ||
"react-native-navigation": "7.37.0", | ||
"realm": "11.10.2", | ||
"ripple-address-codec": "4.3.0", | ||
"realm": "12.2.0", | ||
"ripple-binary-codec": "npm:[email protected]", | ||
"tangem-sdk-react-native": "2.3.1", | ||
"uuid": "9.0.1", | ||
|
@@ -51,14 +50,13 @@ | |
"@types/i18n-js": "3.8.5", | ||
"@types/jest": "29.5.5", | ||
"@types/lodash": "4.14.199", | ||
"@types/react": "18.2.22", | ||
"@types/react": "18.2.23", | ||
"@types/react-native": "0.72.2", | ||
"@types/react-test-renderer": "18.0.2", | ||
"@types/react-test-renderer": "18.0.3", | ||
"@types/uuid": "9.0.4", | ||
"@typescript-eslint/eslint-plugin": "6.7.2", | ||
"@typescript-eslint/parser": "6.7.2", | ||
"babel-jest": "29.7.0", | ||
"babel-loader": "9.1.3", | ||
"babel-plugin-rewrite-require": "1.14.5", | ||
"babel-plugin-transform-remove-console": "6.9.4", | ||
"coveralls": "3.1.1", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.