1
0
mirror of https://github.com/tooot-app/app synced 2025-06-05 22:19:13 +02:00

React-Query fully working on existing components

This commit is contained in:
Zhiyuan Zheng
2020-11-04 22:26:38 +01:00
parent d1f32524ba
commit 631636db15
32 changed files with 6666 additions and 9038 deletions

View File

@ -3,7 +3,7 @@ import { StyleSheet, Text } from 'react-native'
import HTMLView, { HTMLViewNode } from 'react-native-htmlview'
import { useNavigation } from '@react-navigation/native'
import Emojis from 'src/components/Toot/Emojis'
import Emojis from 'src/components/Status/Emojis'
const renderNode = ({
node,
@ -14,7 +14,7 @@ const renderNode = ({
}: {
node: HTMLViewNode
index: number
navigation: object
navigation: any
mentions?: mastodon.Mention[]
showFullLink: boolean
}) => {