1
votes

So I know how to check the redux store for react native while using a simulator but how do you use check the store when you are on a physical Android device? Obviously the window console log wont work for this. This problem has been bugging me for a long time now

1
You want to debug in Android or iOS? - Isma
Did you try googling your question first? There's a react native debugger application that does all this for you, and it doesn't need console logs. github.com/jhen0409/react-native-debugger - nbokmans
I already have that debugger on my system. Cant get it run with the physical device - Udendu Abasili
install debug build on the device, shake the device and then press debug js remotely. - Haider Ali

1 Answers

1
votes

I wrote a thorough guide on how to get React Native Debugger working with Expo app. May help!