Is it possible to start server in expo like in RN CLI?

In RN CLI if I run:
react-native run-ios (metro started)
react native run-android
I can debug bith apps. But in expo I only see expo run:ios and expo run:android.
I am using prebuild.
Is it possible to run metro to server android and ios app like in rn cli?