You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 6, 2023. It is now read-only.
Seems like React Native 0.63 changed the type of parameter of
symbolicateStackTrace:facebook/react-native@fa4f23e
Since there is a
catchat the end ofreportErrorwith nothing printed, thereportErrorfailed silently.To support React Native 0.63, the following line
reactotron-react-native/src/plugins/trackGlobalErrors.ts
Line 89 in b65696c
should be updated to
But since this could break support in old React Native version, here just noted the issue instead of creating a PR.