react-native-performance icon indicating copy to clipboard operation
react-native-performance copied to clipboard

Call RN's performance.now() C++ method

Open opayen opened this issue 3 years ago • 1 comments

Doing that will avoid depending on the React Native's performance.now() implementation.

opayen avatar Jun 30 '22 13:06 opayen

Tested on the vanilla example app:

  • [x] Debug build, new architecture enabled
  • [x] Debug build, new architecture disabled
  • [x] Release build, new architecture enabled (discovered #84)
  • [x] Release build, new architecture disabled

opayen avatar Jul 04 '22 11:07 opayen