Skip to content

Commit 7a499d1

Browse files
committed
Add react-native-render-html dependency
Update eslint config to remove legacy exceptions for fixed files
1 parent 2c2a94c commit 7a499d1

File tree

4 files changed

+182
-8
lines changed

4 files changed

+182
-8
lines changed

eslint.config.mjs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ export default [
117117
'src/components/cards/IconMessageCard.tsx',
118118
'src/components/cards/LoanDetailsSummaryCard.tsx',
119119
'src/components/cards/LoanSummaryCard.tsx',
120-
'src/components/cards/MarketsCard.tsx',
120+
121121
'src/components/cards/StakingOptionCard.tsx',
122122
'src/components/cards/StakingReturnsCard.tsx',
123123
'src/components/cards/SupportCard.tsx',
@@ -218,7 +218,7 @@ export default [
218218
'src/components/progress-indicators/LoadingSplashScreen.tsx',
219219

220220
'src/components/progress-indicators/StepProgressBar.tsx',
221-
'src/components/rows/CoinRankRow.tsx',
221+
222222
'src/components/rows/CryptoFiatAmountRow.tsx',
223223
'src/components/rows/CurrencyRow.tsx',
224224

@@ -233,7 +233,7 @@ export default [
233233
'src/components/scenes/ChangePinScene.tsx',
234234
'src/components/scenes/ChangeUsernameScene.tsx',
235235
'src/components/scenes/CoinRankingDetailsScene.tsx',
236-
'src/components/scenes/CoinRankingScene.tsx',
236+
237237
'src/components/scenes/ConfirmScene.tsx',
238238
'src/components/scenes/CreateWalletAccountSelectScene.tsx',
239239
'src/components/scenes/CreateWalletAccountSetupScene.tsx',
@@ -511,7 +511,7 @@ export default [
511511
'src/util/GuiPluginTools.ts',
512512
'src/util/haptic.ts',
513513
'src/util/infoUtils.ts',
514-
'src/util/logger.ts',
514+
515515
'src/util/maestro.ts',
516516
'src/util/memoUtils.ts',
517517
'src/util/middleware/perfLogger.ts',

ios/Podfile.lock

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ PODS:
1515
- disklet (0.5.2):
1616
- React
1717
- DoubleConversion (1.1.6)
18-
- edge-core-js (2.35.0):
18+
- edge-core-js (2.37.0):
1919
- React-Core
2020
- edge-currency-accountbased (4.66.0):
2121
- React-Core
@@ -1670,6 +1670,8 @@ PODS:
16701670
- MnemonicSwift (~> 2.2)
16711671
- React-Core
16721672
- SQLite.swift/standalone (~> 0.14)
1673+
- react-native-render-html (6.3.4):
1674+
- React-Core
16731675
- react-native-safari-view (1.0.0):
16741676
- React
16751677
- react-native-safe-area-context (5.6.1):
@@ -2940,6 +2942,7 @@ DEPENDENCIES:
29402942
- "react-native-netinfo (from `../node_modules/@react-native-community/netinfo`)"
29412943
- react-native-performance (from `../node_modules/react-native-performance`)
29422944
- react-native-piratechain (from `../node_modules/react-native-piratechain`)
2945+
- react-native-render-html (from `../node_modules/react-native-render-html`)
29432946
- react-native-safari-view (from `../node_modules/react-native-safari-view`)
29442947
- react-native-safe-area-context (from `../node_modules/react-native-safe-area-context`)
29452948
- react-native-webview (from `../node_modules/react-native-webview`)
@@ -3188,6 +3191,8 @@ EXTERNAL SOURCES:
31883191
:path: "../node_modules/react-native-performance"
31893192
react-native-piratechain:
31903193
:path: "../node_modules/react-native-piratechain"
3194+
react-native-render-html:
3195+
:path: "../node_modules/react-native-render-html"
31913196
react-native-safari-view:
31923197
:path: "../node_modules/react-native-safari-view"
31933198
react-native-safe-area-context:
@@ -3333,7 +3338,7 @@ SPEC CHECKSUMS:
33333338
CNIOWindows: 3047f2d8165848a3936a0a755fee27c6b5ee479b
33343339
disklet: 8a20bf8a568635b6e6bb8f93297dac13ee5cef98
33353340
DoubleConversion: cb417026b2400c8f53ae97020b2be961b59470cb
3336-
edge-core-js: 2e9266c5197e8f556058acf4874e5e554985e590
3341+
edge-core-js: 248f7d28942a5ea6c9835eca6f9f16969c89476c
33373342
edge-currency-accountbased: 434044274f205514017b18fe3dd3cb942231e233
33383343
edge-currency-plugins: 0d8a1a8da63672342cbc9bd5055feb4b397544e7
33393344
edge-exchange-plugins: a97b9ea3ede379b8aad026c5bd3f67d042b09983
@@ -3410,6 +3415,7 @@ SPEC CHECKSUMS:
34103415
react-native-netinfo: cec9c4e86083cb5b6aba0e0711f563e2fbbff187
34113416
react-native-performance: f0471c84eda0f6625bd42a1f515b1b216f284b12
34123417
react-native-piratechain: 2464e94b4e945af2d0d55e4514b720f07a587461
3418+
react-native-render-html: 5afc4751f1a98621b3009432ef84c47019dcb2bd
34133419
react-native-safari-view: 07dc856a2663fef31eaca6beb79b111b8f6cf1f2
34143420
react-native-safe-area-context: 83e0ac3d023997de1c2e035af907cc4dc05f718c
34153421
react-native-webview: 69c118d283fccfbc4fca0cd680e036ff3bf188fa

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@
156156
"react-native-permissions": "^4.1.5",
157157
"react-native-piratechain": "^0.5.18",
158158
"react-native-reanimated": "^4.1.3",
159+
"react-native-render-html": "^6.3.4",
159160
"react-native-reorderable-list": "^0.5.0",
160161
"react-native-safari-view": "^2.1.0",
161162
"react-native-safe-area-context": "^5.6.1",

0 commit comments

Comments
 (0)