Jonathan
Jonathan
I'm having the exact same issue, using expressvpn @guillaumedsde any idea what could cause this?
@Liroo Is there smth blocking the merge of this PR ?
Just like that : ``` import Markdown from "react-native-markdown-renderer" import markdownItCheckbox from "markdown-it-checkbox" import MarkdownIt from "markdown-it" const md = MarkdownIt().use(markdownItCheckbox) const App = () => ( {copy} ) export...
Currently having the same issue
Only working using these options for now : ```jsx FileLogger.configure({ maximumNumberOfFiles: 1, dailyRolling: false, maximumFileSize: 0 }) ```