Closed MohammadAzimi closed 3 years ago
@MohammadAzimi Does flipper able to connect to your application?
@plwai yes it does
Did you try this? https://github.com/facebook/flipper/issues/1253
https://github.com/facebook/flipper/issues/1253#issuecomment-663423999 This one helped me. I had changed android package name 🤦♂️
I'm using redux-toolkit + redux-persist
android/app/gradle
This is my store config
I wanted to see redux logs in flipper so I add redux-flipper to my project. and flipper-plugin-redux-debugger 2.0.0 in flipper desktop (windows) and the status color is green. Then I received errors about missing react-native-flipper; so I installed it too. But now I'm having 2 issues:
react-native-flipper
is installed as yarn dependency to your project and, for iOS, thatpod install
is run in theios
directory. (I didn't have this warning before and I'm running my app on an android device. I've also had tried ./gradlew clean and rebuilding my project)