Skip to content

Commit

Permalink
fix crash swaps / local images (#6196)
Browse files Browse the repository at this point in the history
* what a lovely day

* fix lint
  • Loading branch information
walmat authored Oct 11, 2024
1 parent f2c80ec commit 083b907
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 854 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,6 @@
"@types/qs": "6.9.7",
"@types/react": "18.2.65",
"@types/react-native-extra-dimensions-android": "1.2.3",
"@types/react-native-indicators": "0.16.6",
"@types/react-test-renderer": "18.3.0",
"@types/styled-components": "5.1.7",
"@types/url-parse": "1.4.3",
Expand Down
1 change: 1 addition & 0 deletions src/components/ActivityIndicator.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import React from 'react';
// @ts-expect-error - No types for this library
import { UIActivityIndicator } from 'react-native-indicators';
import { useTheme } from '../theme/ThemeContext';
import { Centered } from './layout';
Expand Down
Loading

0 comments on commit 083b907

Please sign in to comment.