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
I recently made the pull request for #64 and it was not out of philanthropy and more necessity.
I am on React Native using realm.js and anyone who has tried using realm on React Native knows that it has some issues.
After browsing solutions in the issues of Realm, you will come across people mentioning Reactotron. It works wonderfully with a few tweaks.
The issue is that the Reactotron is, it does not seem to have an equivalent function of console.group() and console.groupEnd() which the default notifier of this library uses.
Now of course this library allows you you to pass in a notifier options to handle it yourself, but it has quite a fair amount of data returned to you which can be overwhelming initially for you to figure out what is going on. I have created a gist which i hope has similar behaviour to the default console. Some feedback/corrections would be appreciated as i think this is a fantastic tool but anyone using a similar stack to me might not find it easy to use.
Another thing i have noticed is that React.memo() seems to suppress why did you render logs but was supposed to be fixed in v3.3.4 as the closing comment in #50 says
The text was updated successfully, but these errors were encountered:
I recently made the pull request for #64 and it was not out of philanthropy and more necessity.
I am on React Native using realm.js and anyone who has tried using realm on React Native knows that it has some issues.
After browsing solutions in the issues of Realm, you will come across people mentioning Reactotron. It works wonderfully with a few tweaks.
The issue is that the Reactotron is, it does not seem to have an equivalent function of
console.group()
andconsole.groupEnd()
which the default notifier of this library uses.Now of course this library allows you you to pass in a
notifier
options to handle it yourself, but it has quite a fair amount of data returned to you which can be overwhelming initially for you to figure out what is going on. I have created a gist which i hope has similar behaviour to the default console. Some feedback/corrections would be appreciated as i think this is a fantastic tool but anyone using a similar stack to me might not find it easy to use.Another thing i have noticed is that
React.memo()
seems to suppress why did you render logs but was supposed to be fixed inv3.3.4
as the closing comment in #50 saysThe text was updated successfully, but these errors were encountered: