react-native-performance
react-native-performance copied to clipboard
Call RN's performance.now() C++ method
Doing that will avoid depending on the React Native's performance.now() implementation.
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