jk-gan / redux-flipper

Redux middleware for React Native for Flipper
MIT License
160 stars 21 forks source link

Redux-Flipper plugin doesn't work with Android #51

Open diegomichell opened 3 years ago

diegomichell commented 3 years ago

Connection to Redux Debugger is only happening when running the app on iOS. I tried to connect to the Android emulator without luck. Redux Debugger option is not even listed if the device is Android.

Flipper version: 0.103.0

plwai commented 3 years ago

@diegomichell Can you try to do something like the link mentioned?

https://github.com/jk-gan/flipper-plugin-redux-debugger/issues/10#issuecomment-906923649

diegomichell commented 3 years ago

@diegomichell Can you try to do something like the link mentioned?

jk-gan/flipper-plugin-redux-debugger#10 (comment)

Thank you, I haven't, I will try.

e4basil commented 2 years ago

not working in my ubuntu. using latest flipper

daviaugustos commented 1 year ago

hey @plwai , this issue stills happening today and I would like to contribute to try to fix this issue, could you provide some guidance on that? thank you

plwai commented 1 year ago

@daviaugustos sure. What you need to check is not only this plugin but also the flipper library. Most of the time, the issue is from there.