lostpebble / pullstate

Simple state stores using immer and React hooks - re-use parts of your state by pulling it anywhere you like!
https://lostpebble.github.io/pullstate
MIT License
1.08k stars 23 forks source link

Add support for Redux DevTools on RND #69

Closed wnz99 closed 4 years ago

wnz99 commented 4 years ago

Hi,

this will allow using Redux DevTools on RND: https://github.com/jhen0409/react-native-debugger

lostpebble commented 4 years ago

Thanks @wnz99 ! Its better to just check if that exact variable is defined at all and attach to it, so it works in all scenarios.

lostpebble commented 4 years ago

Fixes #64

wnz99 commented 4 years ago

good! thx