"Expo SDK requires Expo to run.." on fresh Ejected app

@ctuser

I finally got rid of this by removing some expo imports as suggested here

FYI I had 2 expo imports :

  • Notifications ( import { Notifications } from ‘expo’ ) which is no more useful to me because i’m moving away from managed app :confused:
  • Google ( import { Google } from ‘expo’ )

PS: These 2 imports persist to expo-codemod, which btw is a great tool. Maybe I was warned about these but didn’t pay attention.

Hope it helps. Good luck

2 Likes