ajith-ab / react-native-receive-sharing-intent

A React Native plugin that enables React Native apps to receive sharing photos, videos, text, urls or any other file types from another app
MIT License
297 stars 106 forks source link

Fix setIntent(null) issue #150

Closed nkstanchev closed 1 year ago

nkstanchev commented 1 year ago

Setting the intent to null caused a NullPointerException in firebase-dynamic-links package due to the old version of it we are using. In addition, setting the intent to null in this way can cause issues with a lot of third party libraries and RN modules that rely on the intent.