mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
Retry refresh
This commit is contained in:
@ -13,6 +13,7 @@ import {
|
||||
Alert,
|
||||
Keyboard,
|
||||
KeyboardAvoidingView,
|
||||
LayoutAnimation,
|
||||
StyleSheet,
|
||||
Text,
|
||||
TextInput
|
||||
@ -330,6 +331,7 @@ export interface Props {
|
||||
}
|
||||
|
||||
const Compose: React.FC<Props> = ({ route: { params }, navigation }) => {
|
||||
LayoutAnimation.configureNext(LayoutAnimation.Presets.easeInEaseOut)
|
||||
const { theme } = useTheme()
|
||||
const queryClient = useQueryClient()
|
||||
|
||||
|
Reference in New Issue
Block a user