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:
@ -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()
|
||||
|
@ -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
|
Reference in New Issue
Block a user