alexbrazier / react-native-network-logger

An HTTP network request monitor for React Native with in-app interface for iOS and Android with no native code
MIT License
548 stars 50 forks source link

[Android] Error: Failed to open share dialog #109

Open mazenchami opened 1 week ago

mazenchami commented 1 week ago

Describe the bug When making one API call, the Export all Logs button functions as expected. When there are more than one, the share menu fails to open and the warning below pops up and the share menu doesn't appear.

Expected behavior Share dialog opens as expected.

Screenshots

Platform:

alexbrazier commented 5 days ago

Thanks for reporting the issue. I've managed to recreate it by making several requests. It seems there is a max size to what you can pass into the Share dialog on android. A temporary workaround may be to limit the number of requests that can be exported, but I might have to rethink how the share option works.