GeekyAnts / react-native-seed

Get your favorite boilerplate of React Native
http://ReactNativeSeed.com
652 stars 15 forks source link

Accessing Redux Devtools #12

Open narin opened 6 years ago

narin commented 6 years ago

How do I access Redux Devtools when running this project?

alexjorgef commented 5 years ago

Check this link.

You need to open dev menu (You can open your app and shake your phone), If you are using android you can optionally type:

adb shell input keyevent 82

Now click on "Debug JS Remotely"

s