Skip to content

feat: ensure embedded component is exported so it can be inherited by react native sdk

Ralph King requested to merge feat/exports into v2

This ensures that EmbeddedComponent is exported for V2.

The reasoning (right now) is that the React Native SDK needs to extend the EmbeddedComponent Class to add in deep link handling.

Up until now, only the type was exported, not the full class.

Remains to be seen whether this is a good idea or not..

Merge request reports

Loading