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

Use native view drawing instead of svg

This commit is contained in:
xmflsct
2022-08-19 01:58:17 +02:00
parent 244eda3d12
commit 9ed6343eb7
7 changed files with 116 additions and 231 deletions

View File

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