Flipper Plugin React Native Performance Versions Save

📐 Monitor and measure React Native performance

v5.1.2

2 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/oblador/react-native-performance/compare/v5.1.1...v5.1.2

v5.1.1

7 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/oblador/react-native-performance/compare/v5.1.0...v5.1.1

v5.1.0

8 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/oblador/react-native-performance/compare/v5.0.0...v5.1.0

v5.0.0

8 months ago

Breaking Change

  • New way of measuring native startup time on iOS to avoid some cases of distorted excessive measurements on iOS 15+.

What's Changed

New Contributors

Full Changelog: https://github.com/oblador/react-native-performance/compare/v4.0.0...v5.0.0

v4.0.0

1 year ago
  • BREAKING CHANGE: react-native-performance native marks now have switched back to monotonic clock to support React Native 0.68.3 and above.
  • Fix initial native mark emission on iOS.

v3.1.2

1 year ago
  • Prevent infinite recursion if global.performance is exported ponyfill
  • Use loose version of folly

v3.1.1

1 year ago

Fixes

  • Fix missing podspec in published artifact
  • Fix ConcurrentModificationException while calling emitBufferedMarks

v3.1.0

1 year ago

New features

  • Support for custom native markers and metrics for Android and iOS

Fixes

  • Fix StartTimeProvider.setStartTime() on Android
  • Fix autolinking in React Native 0.69

v3.0.1

2 years ago
  • Fix emitting native markers when using TurboModules on iOS

v3.0.0

2 years ago
  • BREAKING CHANGE: react-native-performance native marks now use unix epoch timestamps to align with React Native 0.68.
  • react-native-performance now supports the new React Native architecture using JSI/TurboModules if enabled.