We have been trying to integrate react native tracker of snowplow in our app. The app is built on top of expo. We have included all necessary libraries but while adding the tracker to one of the views,during the execution, we got the below error
[Unhandled promise rejection: Error: createTracker: null is not an object (evaluating 'RNSnowplowTracker.createTracker').]
Can someone guide us to resolve this issue.