-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Flipper plugin getting failed on android #67
Comments
Good debugging skills! Basically this plugin is also a native RN module, which is automatically linked and pass the react context to the current Flipper plugin when instantiated. So that's why I had removed the line to pass in the But in your case, the bridge seems to be instantiated before the Flipper plugin, so safer to change the doc like you did! Thanks for the PR! |
Actually, even after reactInstanceManager as param. the flipper plugin is getting null. so it's still not solved for me. though reactInstanceManager is passed correctly still the flipper plugin gets null. can you help me with where to look at? |
Oh my bad for closing then! Can you try version |
Sorry I was sick, couldn't try it. |
I tried it, but it didn't work. we create our react context in the background, with createReactContextInBackground can that cause any issue? |
Hey @AdityaPahilwani, hope you're feeling better!! Ah indeed that might be the cause! |
I am really really sorry, recently moved to a new city so was busy with some problems here. |
Hey @AdityaPahilwani no worries of course! Hope you settle in well in your new environment then! |
The Flipper plugin was getting failed on android, when I tried to debug it I could see somehow the plugin which sets the reactContext is getting null, I couldn't draw any more points beyond that. can you folks please help me to solve this?
android config
RN deps
The text was updated successfully, but these errors were encountered: