Breaking changes
This version is breaking as it removes support for many long deprecated APIs and features:
- Flipper support removed
- Codegen uses TypeScript instead of Flow
- Replaced
onCatalystInstanceDestroyedwithinvalidate - Replaced
hasActiveCatalystInstancewithhasActiveReactInstance
What's Changed
- fix(android): soft exception when library try to access
RCTDeviceEventEmitterbefore it is initialised by @war-in in #117 - chore: extract performance singleton to separate file by @oblador in #119
- fix: new architecture detection on RN 0.77+ by @ismarbesic in #116
- fix(android): Leaking listeners by @mateuuszzzzz in #118
- chore: drop flow in native spec by @oblador in #120
- feat!: drop flipper support by @oblador in #121
- feat: clearResourceTimings by @oblador in #122
New Contributors
- @war-in made their first contribution in #117
- @ismarbesic made their first contribution in #116
- @mateuuszzzzz made their first contribution in #118
Full Changelog: v5.1.4...v6.0.0