Is there a way to use expo components in a "pure" React Native app?

I’m facing a lot of dependency issues on Android when I detach my app. I was able to build a new react native app and link the dependency I needed. But now I need some of the expo components like Video, AppLoading, SecureStore and others.

Please, am I able to use those isolated on my “pure” RN app?

Hi @bruno!

You can still use expo functionality from your detached app. Once you’re in a native world, the Expo SDK lives inside of ExpoKit.

I think more will become clear if you read these guides inside the docs:

https://docs.expo.io/versions/latest/guides/detach.html
https://docs.expo.io/versions/latest/guides/expokit.html

And maybe this one, if you like:
https://docs.expo.io/versions/latest/guides/advanced-expokit-topics.html

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