We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Logdown doesn't seem to work in react native by default. This is my workaround
import 'localstorage-polyfill' import { defaults } from 'lodash' // https://github.com/caiogondim/logdown.js localStorage.debug = __DEV__ ? '*' : false // TODO: Make logdown recognize react-native properly /** * Get color working in logdown * https://github.com/caiogondim/logdown.js/blob/master/src/util/is-color-supported/browser.js */ defaults(window, { document: { documentElement: { style: { WebkitAppearance: '', }, }, }, })
Would be great if it's officially supported.
The text was updated successfully, but these errors were encountered:
Thanks for the report. I'll work on it.
Sorry, something went wrong.
No branches or pull requests
Logdown doesn't seem to work in react native by default. This is my workaround
Would be great if it's officially supported.
The text was updated successfully, but these errors were encountered: