When I execute the tests suite I'm getting this error, not always and the tests doesn't fail. But is weird java.lang.NullPointerException: Inflater has been closed at java.util.zip.Inflater.ensureOpen ...
I'm trying to build an application that will receive shared Excel files using react native. I have used this "react-native-receive-sharing-intent" to receive files but every time I get the below ...