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
setColorScheme
The Appearance module does not export setColorScheme like the react-native counterpart.
import { Appearance } from 'react-native' useEffect(() => { Appearance.setColorScheme(''); // throws an exception }, [nativeColorScheme]);
It should match the API of Appearance
Appearance
Please see above.
https://codesandbox.com/null
No response
The text was updated successfully, but these errors were encountered:
I'll review a PR
Sorry, something went wrong.
No branches or pull requests
Is there an existing issue for this?
Describe the issue
The Appearance module does not export
setColorScheme
like the react-native counterpart.Expected behavior
It should match the API of
Appearance
Steps to reproduce
Please see above.
Test case
https://codesandbox.com/null
Additional comments
No response
The text was updated successfully, but these errors were encountered: