alinz / react-native-share-extension

react-native as an engine to drive share extension
MIT License
763 stars 398 forks source link

Android release build, type returns null value. #95

Closed aashikhameed closed 6 years ago

aashikhameed commented 6 years ago

In the development mode while sharing an image or text using share extension returns the type, but when I take a release build the type returns null value. (using samsung on7 device) Can anyone please tell me how to overcome this..

aashikhameed commented 6 years ago

Making a recursive method on the await in react native solved the error.