Releases: heap/react-native-heap
Releases · heap/react-native-heap
0.22.8
0.22.7
0.22.6
0.22.5
Fixed
-
Heap.withHeapNavigationWrapper
returns the same object when called
multiple times, preventing app refreshes when used within a
re-evaluated function likeApp
withuseEffect
. -
The typescript definition for
<HeapIgnore/>
has been updated to support
React 18. -
Podspec now produces a stable checksum in Podfile.lock across machines.
0.22.4
0.22.3
0.22.2
0.22.1
0.22.0
What's Changed
Added
- Added tests for sending bad data to the native bridge
Changed
- Changed track bridge to warn instead of throw an exception when bad data is sent.
- Upgraded iOS sdk from 8.2 to 9.0
Full Changelog: 0.21.0...0.22.0
0.21.0
What's Changed
Added
- Added
getSessionId()
method for fetching the current Heap Session ID from the underlying native SDK. - Added Expo config plugin to support Android in managed workflows.
Full Changelog: 0.20.0...0.21.0