Tthe expo sdk requires expo to run after run expo eject

I needed to run expo eject to install OneSignal. I’m using the bare workflow now. However, after some problems I did the build for both iOS and Android. However, when I try to run react-native run-android or react-native run-ios, the screen shows the following message: “the expo sdk requires expo to run”. What does it mean? I’m using the sdk 36 and I’ve already tried to install unimodules and remove the ‘import from expo’.

PS: I’m new with this technology.