apiko-dev / Perfi

Personal finance assistance with ReactNative
https://apiko.com/
Apache License 2.0
362 stars 184 forks source link

remote debugging via chrome #70

Closed AlexSun98 closed 5 years ago

AlexSun98 commented 5 years ago

Hi there,

I come from web based front end background. Wonder if expo+remote-redux-devtools can delivery the similar debugging experience.

E.G. I start up react native app and debug it via expo. Can I use chrome to check redux state like the way that I did with react web? my dev environment is win10.

It could be great if you can provide more details or references in steps. Much appreciated!

alex-rentlyz commented 5 years ago

@AlexSun98 Hi,

Yes, of course, you can use Redux DevTools for debugging Perfi, all already configured. All that you need it's be in the same Internet network as your mobile device, run your app and run Redux DevTools.

If you want to use it with your project you can see how we add devToolsEnhancer in store.js. The process is very easy and similar like in web.