Skip to content

Commit a80d544

Browse files
Fix lint (#14364)
1 parent 9f75330 commit a80d544

5 files changed

Lines changed: 5 additions & 15 deletions

File tree

packages/mobile/ios/Podfile.lock

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ PODS:
1717
- ffmpeg-kit-react-native/full-gpl (6.0.2):
1818
- ffmpeg-kit-ios-full-gpl (= 6.0)
1919
- React-Core
20-
- FingerprintPro (2.11.0)
2120
- fmt (11.0.2)
2221
- glog (0.3.5)
2322
- google-cast-sdk-dynamic-xcframework-no-bluetooth (4.7.1)
@@ -1826,9 +1825,6 @@ PODS:
18261825
- Yoga
18271826
- RNDateTimePicker (8.3.0):
18281827
- React-Core
1829-
- RNFingerprintjsPro (1.0.4):
1830-
- FingerprintPro (~> 2.11.0)
1831-
- React-Core
18321828
- RNFlashList (1.8.3):
18331829
- DoubleConversion
18341830
- glog
@@ -2226,7 +2222,6 @@ DEPENDENCIES:
22262222
- "RNCClipboard (from `../../../node_modules/@react-native-clipboard/clipboard`)"
22272223
- "RNCMaskedView (from `../node_modules/@react-native-masked-view/masked-view`)"
22282224
- "RNDateTimePicker (from `../node_modules/@react-native-community/datetimepicker`)"
2229-
- "RNFingerprintjsPro (from `../../../node_modules/@fingerprintjs/fingerprintjs-pro-react-native`)"
22302225
- "RNFlashList (from `../../../node_modules/@shopify/flash-list`)"
22312226
- RNFS (from `../../../node_modules/react-native-fs`)
22322227
- RNGestureHandler (from `../node_modules/react-native-gesture-handler`)
@@ -2246,7 +2241,6 @@ DEPENDENCIES:
22462241
SPEC REPOS:
22472242
trunk:
22482243
- Base64
2249-
- FingerprintPro
22502244
- google-cast-sdk-dynamic-xcframework-no-bluetooth
22512245
- JWT
22522246
- lottie-ios
@@ -2458,8 +2452,6 @@ EXTERNAL SOURCES:
24582452
:path: "../node_modules/@react-native-masked-view/masked-view"
24592453
RNDateTimePicker:
24602454
:path: "../node_modules/@react-native-community/datetimepicker"
2461-
RNFingerprintjsPro:
2462-
:path: "../../../node_modules/@fingerprintjs/fingerprintjs-pro-react-native"
24632455
RNFlashList:
24642456
:path: "../../../node_modules/@shopify/flash-list"
24652457
RNFS:
@@ -2502,7 +2494,6 @@ SPEC CHECKSUMS:
25022494
FBLazyVector: e053802577a711add20e45bbbf5dd1180b6ca62e
25032495
ffmpeg-kit-ios-full-gpl: 7d416729f7b3604b64cee2a752c42608a8d228e0
25042496
ffmpeg-kit-react-native: 3cea88c9c5cfad62e1465279ea7d800dfbba3b00
2505-
FingerprintPro: 2fbd0cda75fbab32055f7cb38bc5fc9d17168979
25062497
fmt: a40bb5bd0294ea969aaaba240a927bd33d878cdd
25072498
glog: eb93e2f488219332457c3c4eafd2738ddc7e80b8
25082499
google-cast-sdk-dynamic-xcframework-no-bluetooth: 1fa9e267df3fd6f8a1c6e3345142ca5286297968
@@ -2597,7 +2588,6 @@ SPEC CHECKSUMS:
25972588
RNCClipboard: dfeb43751adff21e588657b5b6c888c72f3aa68e
25982589
RNCMaskedView: 6d4bf14f158d1a93484edf30850cbbd7ccbb8668
25992590
RNDateTimePicker: a793ed8822283f576dd0a205a0916c5098c2611f
2600-
RNFingerprintjsPro: eeda8165fe366f1039cd8823277295a525cb81b5
26012591
RNFlashList: 9f51bc9dfd6f8de406735fa4ac886d1ca365cf67
26022592
RNFS: 4ac0f0ea233904cb798630b3c077808c06931688
26032593
RNGestureHandler: 83e18e53d3388ac5cb165a1404bc3be1e4cbdad0
@@ -2621,6 +2611,6 @@ SPEC CHECKSUMS:
26212611
TOCropViewController: 80b8985ad794298fb69d3341de183f33d1853654
26222612
Yoga: eca8dd841b7cd47d82d66be58af8e3aeb819012f
26232613

2624-
PODFILE CHECKSUM: b77c7dc423273b965d32a03d73fe6277c67877b7
2614+
PODFILE CHECKSUM: ff32c6e71db703085465729079ba9f2c256d255a
26252615

26262616
COCOAPODS: 1.15.2

packages/mobile/src/app/Drawers.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ import { ChallengeRewardsDrawer } from 'app/components/challenge-rewards-drawer'
1313
import { ClaimAllRewardsDrawer } from 'app/components/challenge-rewards-drawer/ClaimAllRewardsDrawer'
1414
import { ChatActionsDrawer } from 'app/components/chat-actions-drawer'
1515
import { CoinflowOnrampDrawer } from 'app/components/coinflow-onramp-drawer/CoinflowOnrampDrawer'
16-
import { ConnectDrawer } from 'app/components/connect-drawer'
1716
import { CoinflowWithdrawDrawer } from 'app/components/coinflow-withdraw-drawer/CoinflowWithdrawDrawer'
17+
import { ConnectDrawer } from 'app/components/connect-drawer'
1818
import { CreateChatActionsDrawer } from 'app/components/create-chat-actions-drawer'
1919
import { DeactivateAccountConfirmationDrawer } from 'app/components/deactivate-account-confirmation-drawer'
2020
import { DeleteChatDrawer } from 'app/components/delete-chat-drawer'

packages/mobile/src/components/connect-drawer/ConnectDrawer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ import {
1515
Text,
1616
useTheme
1717
} from '@audius/harmony-native'
18-
import { NativeDrawer } from 'app/components/drawer'
1918
import { useAirplay } from 'app/components/audio/Airplay'
19+
import { NativeDrawer } from 'app/components/drawer'
2020
import { useDrawer } from 'app/hooks/useDrawer'
2121

2222
const { getIsCasting, getMethod, getDeviceName } = castSelectors

packages/mobile/src/components/core/ProfilePicture.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@ export const ProfilePicture = (props: ProfilePictureProps) => {
3232
// `useProfilePicture` instead of being clobbered by the props spread.
3333
const { onError: callerOnError, ...restProps } = props as BaseAvatarProps &
3434
ProfilePictureUserProps
35-
const userId =
36-
'user' in restProps ? restProps.user.user_id : restProps.userId
35+
const userId = 'user' in restProps ? restProps.user.user_id : restProps.userId
3736

3837
const { data: userQuery } = useUser(userId, {
3938
enabled: !('user' in restProps)

packages/mobile/src/screens/explore-screen/components/FeaturedRemixContests.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import { useWindowDimensions } from 'react-native'
77
import { useTheme } from '@audius/harmony-native'
88
import { ContestCard, ContestCardSkeleton } from 'app/components/contest-card'
99
import { CardList } from 'app/components/core'
10+
1011
import { useDeferredElement } from '../../../hooks/useDeferredElement'
1112

1213
import { ExploreSection } from './ExploreSection'

0 commit comments

Comments
 (0)