What's the future of pure expo project (unejected)

I’ve seen expo release unimodules. Are they the same as expo modules in docs?
I want to know the track of undetached expo app because I don’t want to suffer from migration.

If you’re project isn’t ejected, you’re in the managed workflow, and you won’t need to change anything.

You can read all about it here, but Unimodules are for bare React Native apps so that they can implement Expo APIs with ease.

Let me know if that answers your question!

Hi. Thank you for the reply.
I already knew your answer (I’ve been into expo quite a while).
What I am concerned about is the Fragmentation being made in expo.

If there is unimodule being implemented separately from expo sdk, I was concerned about the maintenance issue and which would be the primary support?

Also, if expo is powering up the detached expo app and also the unimodule, I was concerned about the future of OTA app which is pure expo app. I am concerned much about this because I’ve already experienced quite a while that expo is not that capable with downward compatible releases.

P.S. I am willing to find out the portion I can contribute to if I can see any clear roadmap and strategy expo is bringing.

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