I want to write logs to file from RN app. I want to use files for a few reasons:
QA/debugging - I send the app to QA/other developers. In case of an error, I want them to send me the file, so I will understand what is the issue.
On production, I might want to send the log file to the server on specific scenarios (critical bugs).
I don't mind asking for storage permission since I need it anyway (for other features). It's very strange that I didn't find any package for it. I expect to have something like log4j/logback, including rolling file, log levels, etc. Is there any package that can do this?