Add small performance improvement to album list

This commit is contained in:
Lei Nelissen
2020-07-05 22:25:47 +02:00
parent 80ff88c3b2
commit f5cfad326c
5 changed files with 55 additions and 30 deletions

View File

@@ -1,3 +1,12 @@
// import React from 'react';
// // if (process.env.NODE_ENV === 'development') {
// // const whyDidYouRender = require('@welldone-software/why-did-you-render');
// // whyDidYouRender(React, {
// // trackAllPureComponents: true,
// // });
// // }
import 'react-native-gesture-handler';
import { AppRegistry } from 'react-native';
import TrackPlayer from 'react-native-track-player';