Julien Brayere
Julien Brayere
> @Andarius have you considered creating a wrapper over `detox.launchApp()` that always injects that? No but I guess that could be another option.
> We are pretty preoccupied with lot's of other things. Let us know if it solves it for you. No worries, for now I'll stick to `{ permissions: { notifications:...
@asafkorem yes, I'm still interested :)
It seems that `2.4.2` caused the issue, reverting to 2.4.1 fixed it for now
Isn't better to discuss what is the best approach beforehand ? So that the PR has chances to be accepted / not closed without discussion ? (and that I don't...
I'm not speaking about changing the `console.log` behavior. Just a "proper" way to disable it where I don't need it. Let's say I want to do a `console.log` somewhere else...
@a-c-sreedhar-reddy then how can I do it I want other logs to be displayed but not the RN ones ?
That's why I'm asking for a solution to remove specifically the logs from `react-native` if we want to. Again, what if I need the logs from other libs but not...
@phuongwd this will disable all console.log as mentioned above
@phuongwd this will remove all `console.log `or only the one from the `react-native` library ?