imevro / redux-diff-logger

Diff logger between states for redux
http://fcomb.github.io/redux-diff-logger/
175 stars 15 forks source link

React native compatibility fix #4

Closed lindskogen closed 8 years ago

lindskogen commented 8 years ago

React native doesn't support console.group

so I swap the console.group calls to console.log for a more compatible, albeit not as fancy, output.