Using the Expo SDK after disconnecting?

Hello.

I write to React Native and interested in the excellent SDK from expo.
But it is not acceptable to use expo distribution for some reason, I would like to know the following:

Can I only use the Expo SDK in my application, installing as a standalone module or after disconnecting?
Attempting to import modules leads to the fact that CRNA does not find such paths.

You can only use the Expo SDK if you’re running your app through Expo or run exp detach. There’s no way to use the Expo SDK in a raw React Native app.

1 Like

Hey @jesse, does above still stand true?

I’ve existing CRNA project which is ejected and I’d like to integrate Expo SDK with it.
Is there any way we can use expo SDK or expo services / APIs for old apps?