Use finalised package

This commit is contained in:
Samuel Newman
2026-08-05 22:33:56 +03:00
parent a940fa1c80
commit 78aa562825
176 changed files with 214 additions and 248 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
import {memo, useMemo, useState} from 'react'
import {type StyleProp, View, type ViewStyle} from 'react-native'
import {type RichText as RichTextAPI} from '@bsky.app/sdk/richtext'
import {type RichText as RichTextAPI} from '@bsky/sdk/richtext'
import {plural} from '@lingui/core/macro'
import {useLingui} from '@lingui/react/macro'