Checklist
Description
Right now in order to Track Open Events, it is necessary to perform too many changes in the notification flow of each Platform IOS/Android. This may cause undesired interactions with other SDK's and add complexity when upgrading native libraries and React Native.
Proposed Solution
It would be nice to have a way to Track this event from React Native side, in other SDK's is handled through a method that processes the link received which may contain some kind of parameter that allows the SDK to attribute this Open Event.
Alternatives Considered
I tested the proposed example app implementation, and along the changes proposed that are specific to process the payload of the PN, we also found that in Android it is necessary to initialize the SDK natively which kind of makes the React Native SDK a little bit pointless.
Additional Context
Or is there anything else in the pipeline to make this implementation more streamlined?
Checklist
Description
Proposed Solution
Alternatives Considered
Additional Context