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
votes
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
I recommend github.com/infinitered/reactotron
- Aung Myat Hein
1 Answers
1
votes