woops deleted an important import

This commit is contained in:
austinried 2021-06-28 11:18:48 +09:00
parent 4606586102
commit 84cff58741

View File

@ -4,6 +4,7 @@ import 'react-native-get-random-values';
import { enableScreens } from 'react-native-screens';
enableScreens();
import { AppRegistry } from 'react-native';
import App from './App';
import { name as appName } from './app.json';
import TrackPlayer from 'react-native-track-player';