Custom sdk and detach, need understand

Expo looks good and before I have used react-native intit, but now I’m starting new project. I need add custom sdk for Android and iOS later in my project.

If I will start now with expo, should I detach, that I can add this custom sdk to my project? And if I need detach, can I later add more expo components to my project?

If you detach to ExpoKit, then you’ll be able to use most Expo APIs (not push notifications, notably) and also our code delivery service. You’ll also be able to add your own native code. That said, if you won’t benefit from the APIs we include in the SDK, then it may be simpler to use “vanilla” react native.

1 Like