react-native-performance-stats
react-native-performance-stats copied to clipboard
Android: Cannot read property 'start' of undefined
Hi, thanks for this repo.
I am unable to run this on Android as I get the error "Cannot read property 'start' of undefined" when attempting to invoke PerformanceStats.start(true);.
After some testing it seems that PerformanceStatsNativeModule is always undefined in /src/index.js and it appears this library is not built when I compile my app.
I'm on React Native version 0.64 and have am not yet using the new architecture. Seems like the autolinking hasn't worked unless I am missing something.
I'm getting the same error, I guess it's not solved yet.
not working on android