Skip to content
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

react-native-multi-selectbox :Attempt to invoke interface method int com.facebook.react.bridge.ReadableArray.size on a null object #96

Open
indgvikaspedia opened this issue Oct 13, 2022 · 3 comments

Comments

@indgvikaspedia
Copy link

indgvikaspedia commented Oct 13, 2022

I am using react-native-multi-selectbox for the multiselect dropdown , after open the dropdown and select the values , while closing the dropdown app is showing error like : Attempt to invoke interface method int com.facebook.react.bridge.ReadableArray.size on a null object. while opening the dropdown there is no issue while closing the dropdown it is showing Attempt to invoke interface method int com.facebook.react.bridge.ReadableArray.size on a null object. why it is showing

@internetammo
Copy link

same seems to crash my app every time minimizing the drop down selection, this is happening after upgrading to react-native 0.70.5

@shraddhaDravya
Copy link

what is the solution to this error please reply asap

@internetammo
Copy link

I fixed the issue by rewriting the module to remove all svg icons with traditional react native vector icons. There is just some bug in the svg implementation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants