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

Upload GIF using Android keyboard

https://github.com/tooot-app/app/issues/261
This commit is contained in:
Zhiyuan Zheng
2022-05-08 12:15:16 +02:00
parent ed531d7371
commit 8c2004fe6c
9 changed files with 69 additions and 8 deletions

View File

@ -19,6 +19,7 @@ import * as SplashScreen from 'expo-splash-screen'
import React, { useCallback, useEffect, useState } from 'react'
import { AppState, LogBox, Platform } from 'react-native'
import { GestureHandlerRootView } from 'react-native-gesture-handler'
import 'react-native-image-keyboard'
import { enableFreeze } from 'react-native-screens'
import { QueryClientProvider } from 'react-query'
import { Provider } from 'react-redux'