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

Upgrade to yarn 3

This commit is contained in:
xmflsct
2022-12-23 17:47:01 +01:00
parent e32125ad17
commit 57e1206faf
13 changed files with 12356 additions and 13603 deletions

View File

@ -4,7 +4,6 @@ import queryClient from '@helpers/queryClient'
import i18n from '@root/i18n/i18n'
import Screens from '@root/Screens'
import audio from '@root/startup/audio'
import dev from '@root/startup/dev'
import log from '@root/startup/log'
import netInfo from '@root/startup/netInfo'
import push from '@root/startup/push'
@ -31,7 +30,6 @@ Platform.select({
android: LogBox.ignoreLogs(['Setting a timer for a long period of time'])
})
dev()
sentry()
audio()
push()

View File

@ -1,12 +0,0 @@
const dev = () => {
if (__DEV__) {
// log('log', 'devs', 'initializing wdyr')
// const whyDidYouRender = require('@welldone-software/why-did-you-render')
// whyDidYouRender(React, {
// trackHooks: true,
// hotReloadBufferMs: 1000
// })
}
}
export default dev