start-react / native-starter-kit

React Native Starter App with NativeBase + CodePush + Redux
http://GeekyAnts.com
Other
1.59k stars 372 forks source link

Can't use RND to monitor Redux state and action. #104

Closed rabin111 closed 7 years ago

rabin111 commented 7 years ago

Hello Developer,

I have clone the project then npm install all dependencies then start by using Android Emulator.

Open React Native Debugging (standalone) and Toggle Remote Debug on the Emulator.

RND is able to connect to the emulator, DOM inspector is works fine but Redux is not works at all.

Do I need to manually config something to make it able to use?

Thank you.

SupriyaKalghatgi commented 7 years ago

@rabin111 Native Starter Kit includes the necessary libraries required for this purpose at line 6, 27, 44, 45

SupriyaKalghatgi commented 7 years ago

@rabin111 Did you find this working?

SupriyaKalghatgi commented 7 years ago

Closing this due to inactivity Please reopen if the issue continues