heap / react-native-heap

A React Native integration for Heap
MIT License
82 stars 36 forks source link

Expo: Error autocapturing Heap event #344

Open FonDorn opened 2 years ago

FonDorn commented 2 years ago

Hello, Tryed to use ReactNavigationAutotrack but have an error:

Error autocapturing Heap event.
 [TypeError: null is not an object (evaluating 'RNHeap.autocaptureEvent')]

Event: react_navigation_screenview Payload: { "action": "Heap_Navigation/INITIAL", "is_using_react_navigation_hoc": true, "react_native_version": "0.70.3", "screen_name": "Home", "screen_path": "Home", "source_version": "0.22.0", }

Does somebody know the root cause? Thanks