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