Update AtUri import to use official package with fix for usernames that start with numbers (close #414) (#418)
This commit is contained in:
parent
b84533090d
commit
4b98992257
18 changed files with 17 additions and 181 deletions
|
@ -9,7 +9,7 @@ import {
|
|||
} from 'react-native'
|
||||
import {observer} from 'mobx-react-lite'
|
||||
import Clipboard from '@react-native-clipboard/clipboard'
|
||||
import {AtUri} from '../../../third-party/uri'
|
||||
import {AtUri} from '@atproto/api'
|
||||
import {FontAwesomeIcon} from '@fortawesome/react-native-fontawesome'
|
||||
import {PostThreadModel} from 'state/models/content/post-thread'
|
||||
import {Link} from '../util/Link'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue