From 84cff58741f8d507e27d8df6902dc0455a59f3e2 Mon Sep 17 00:00:00 2001 From: austinried <4966622+austinried@users.noreply.github.com> Date: Mon, 28 Jun 2021 11:18:48 +0900 Subject: [PATCH] woops deleted an important import --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index a327443..6e47173 100644 --- a/index.js +++ b/index.js @@ -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';