Expo SDK Reference after detaching from ExpoKit

Hello,

I am currently developing a minimal application with CRNA that access to some system functionalities using the Expo SDK.

I might have to “Eject” my app from CRNA, so here is my question (probably stupid) :

If I eject my app, build the binary and send it to some users, can the app still has access to system func using the Expo SDK ?

I may not be clear, i’m starting with react and Expo.

Thanks ! :slight_smile:

Hey @julesduv,

I answered you in the slack but I’ll post here for others/visibility.

After ejecting, you can rely on ExpoKit which will give you access to the APIs in the Expo SDK.

Cheers,

Adam

1 Like

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.