mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
Use websocket to constantly fetch new notifications. Also use flatlist item view to clear notification.
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
import { ActionSheetProvider } from '@expo/react-native-action-sheet'
|
||||
import i18n from '@root/i18n/i18n'
|
||||
import Index from '@root/Screens'
|
||||
import Screens from '@root/Screens'
|
||||
import audio from '@root/startup/audio'
|
||||
import dev from '@root/startup/dev'
|
||||
import log from '@root/startup/log'
|
||||
@ -78,7 +78,7 @@ const App: React.FC = () => {
|
||||
return (
|
||||
<ActionSheetProvider>
|
||||
<ThemeManager>
|
||||
<Index localCorrupt={localCorrupt} />
|
||||
<Screens localCorrupt={localCorrupt} />
|
||||
</ThemeManager>
|
||||
</ActionSheetProvider>
|
||||
)
|
||||
|
Reference in New Issue
Block a user