Update react-native-uitextview (#11264)

This commit is contained in:
Samuel Newman
2026-07-24 17:40:46 +03:00
committed by GitHub
parent 98e135f489
commit 19b0d89313
7 changed files with 18 additions and 45 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
import {useMemo} from 'react'
import {StyleSheet, type TextProps} from 'react-native'
import {UITextView} from 'react-native-uitextview'
import {UITextView} from '@bsky.app/react-native-uitextview'
import {lh, s} from '#/lib/styles'
import {type TypographyVariant, useTheme} from '#/lib/ThemeContext'