Development process with third party libraries / managed workflow («eas start» like «expo start»)

Hi!

We have a managed workflow application. It works fine.

And now we are faced with a challenge of adding Huawei push SDK.

Is it possible to use managed workflow?

If yes, then how is the development process going?

Now it looks like this:

  1. Add new package with command «expo install expo-device»
  2. Run «expo start» & open iOS simulator
  3. I see changes during development

And how for third party libraries that must be linked first? Can we use «expo start»? How to develop?

Thank you.