rm
This commit is contained in:
@@ -1,5 +1,4 @@
|
|||||||
import React from 'react'
|
import React from 'react'
|
||||||
import {BlueskyBottomSheetPressable} from '@haileyok/bluesky-bottom-sheet'
|
|
||||||
import {StackActions, useNavigation} from '@react-navigation/native'
|
import {StackActions, useNavigation} from '@react-navigation/native'
|
||||||
|
|
||||||
import {NavigationProp} from '#/lib/routes/types'
|
import {NavigationProp} from '#/lib/routes/types'
|
||||||
@@ -7,6 +6,7 @@ import {flatten, useTheme} from '#/alf'
|
|||||||
import {useDialogContext} from '#/components/Dialog'
|
import {useDialogContext} from '#/components/Dialog'
|
||||||
import {useInteractionState} from '#/components/hooks/useInteractionState'
|
import {useInteractionState} from '#/components/hooks/useInteractionState'
|
||||||
import {InlineLinkProps, useLink} from '#/components/Link'
|
import {InlineLinkProps, useLink} from '#/components/Link'
|
||||||
|
import {NormalizedPressable} from '#/components/NormalizedPressable'
|
||||||
import {Text} from '#/components/Typography'
|
import {Text} from '#/components/Typography'
|
||||||
import {router} from '#/routes'
|
import {router} from '#/routes'
|
||||||
|
|
||||||
@@ -64,7 +64,7 @@ export function BottomSheetInlineLinkText({
|
|||||||
|
|
||||||
// eslint-disable-next-line bsky-internal/avoid-unwrapped-text
|
// eslint-disable-next-line bsky-internal/avoid-unwrapped-text
|
||||||
return (
|
return (
|
||||||
<BlueskyBottomSheetPressable
|
<NormalizedPressable
|
||||||
onPress={onPress}
|
onPress={onPress}
|
||||||
onLongPress={onLongPress}
|
onLongPress={onLongPress}
|
||||||
onPressIn={onPressIn}
|
onPressIn={onPressIn}
|
||||||
@@ -87,6 +87,6 @@ export function BottomSheetInlineLinkText({
|
|||||||
]}>
|
]}>
|
||||||
{children}
|
{children}
|
||||||
</Text>
|
</Text>
|
||||||
</BlueskyBottomSheetPressable>
|
</NormalizedPressable>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user