I’m new to react native trying to run an app with expo and it started showing me this error about ViewPropTypes problem, so I decided to upgrade react-native to latest to check if the error goes, the last error disappeared but now I got this error that I haven’t even found anything related to it in the entire internet
node_modulesreact-nativesrcprivatespecscomponentsDebuggingOverlayNativeComponent.js:
C:Projectsnamenode_modulesreact-nativesrcprivatespecscomponentsDebuggingOverlayNativeComponent.js:
Unsupported param type for method “highlightTraceUpdates”, param
“updates”. Found $ReadOnlyArray
I ended up doing yarn upgrade to the entire app, but the error persists, if anyone has encountered same issue and knows how to solve it, any help would be appreciated.