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
I made sure to set expo.userInterfaceStyle = "automatic"
expo.userInterfaceStyle = "automatic"
Note: I'm doing my testing on iOS 18.1 simulator, and both debug and release schemes seem to be broken.
npm i --force
npm run prebuild:native
Note: I imagine 18.1 isn't the issue, but just wanted to mention that incase it's a factor.
Since @vxrn/color-scheme uses React Native useColorScheme under the hood, it also doesn't seem to work.
@vxrn/color-scheme
useColorScheme
The text was updated successfully, but these errors were encountered:
Is React Native useColorScheme broken?
Sorry, something went wrong.
@natew that's what it seems? It's working in Expo but not One. No idea how that's even possible
No branches or pull requests
I made sure to set
expo.userInterfaceStyle = "automatic"
Note: I'm doing my testing on iOS 18.1 simulator, and both debug and release schemes seem to be broken.
npm i --force
npm run prebuild:native
Note: I imagine 18.1 isn't the issue, but just wanted to mention that incase it's a factor.
Since
@vxrn/color-scheme
uses React NativeuseColorScheme
under the hood, it also doesn't seem to work.The text was updated successfully, but these errors were encountered: