Look through your package.json file if main exists and is set to your app main file eg. App.js if not then add it below the version "main": "App.js"
"main": "App.js"
Replace App.js with whatever the name you gave the main file where the App Registration exists.