issues
search
heap
/
react-native-heap
A React Native integration for Heap
MIT License
82
stars
36
forks
source link
0.19.0 Release
#300
Closed
bnickel
closed
2 years ago
bnickel
commented
2 years ago
Added
Added support for Event Visualizer on iOS, with a pairing option in the React Native developer menu.
Added iOS-only option to enable Heap SDK debug logging in the iOS console, enabled by default on dev builds.
Disabled tracking of view controllers on iOS when
enableNativeTouchEventCapture
is off.
Changed
Updated
Heap.setAppId
on iOS to turn off native touch capture on iOS.
Updated
Heap.setAppId
on iOS to enable logging on debug builds.
Checklist
[x] Detox tests pass
[x] If this is a bugfix/feature, the changelog has been updated
Added
enableNativeTouchEventCapture
is off.Changed
Heap.setAppId
on iOS to turn off native touch capture on iOS.Heap.setAppId
on iOS to enable logging on debug builds.Checklist