-
Notifications
You must be signed in to change notification settings - Fork 429
New issue
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
Vibrancy where vibrancy should not be #201
Comments
Installed Mojave yesterday:) working on it
…On Sat, 16 Jun 2018 at 05:32, LoganDark ***@***.***> wrote:
Is this a bug report?
Yes
Have you read the Contributing Guidelines
<https://facebook.github.io/react-native/docs/contributing.html>?
Yes
Environment
The UI explorer app, but my macOS is 10.14 Mojave.
Steps to Reproduce
Open the app.
Expected Behavior
The app should not be vibrant underneath certain controls (like buttons,
etc)
Actual Behavior
[image: image]
<https://user-images.githubusercontent.com/4723091/41494990-f49eabd0-70d1-11e8-98d0-c93cca1f0cfe.png>
There's vibrancy under the 'inline' button
[image: image]
<https://user-images.githubusercontent.com/4723091/41494991-ffb21b06-70d1-11e8-8d10-b30da30b3660.png>
There's vibrancy under the switches and radios
[image: image]
<https://user-images.githubusercontent.com/4723091/41494996-0f7d5078-70d2-11e8-8193-565d222adefe.png>
There's vibrancy under the spinners
[image: image]
<https://user-images.githubusercontent.com/4723091/41495000-1baecc32-70d2-11e8-86fd-0abac15e3bda.png>
The sidebar does not react well to vibrancy
[image: image]
<https://user-images.githubusercontent.com/4723091/41495006-43741254-70d2-11e8-8d50-062634e497f1.png>
Vibrancy under all single-line text fields
Reproducible Demo
https://github.com/ptmt/react-native-macos/files/199128/UIExplorer.zip
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#201>, or mute the
thread
<https://github.com/notifications/unsubscribe-auth/AA9SU9bTE3-7EEP-MEF8ZII-xRFVkxpHks5t9G4jgaJpZM4UqUkM>
.
|
I'd also be completely okay with dark mode support |
LGTM, is an updated UIExplorer available yet? |
It's now RNTester in the latest version. I haven't finished yet, will keep posting here. |
@ptmt |
@aleclarson Can I have a pre-built version of RNTester without the vibrancy issues? |
It's hard to tell if the "inline button" still has this issue, but I can confirm the others do still (except the sidebar seems to look fine now). No timeline on when I'll get around to solving this. |
Then please do not close the issue. |
@LoganDark Wasn't planning on it! 😉 |
We probably want to disable allowsVibrancy on all views by default, and add an edit: Eh, that doesn't seem to work.. |
In the documentation on
So the problem is that We should disable vibrancy by default in |
Is this a bug report?
Yes
Have you read the Contributing Guidelines?
Yes
Environment
The UI explorer app, but my macOS is 10.14 Mojave.
Steps to Reproduce
Open the app.
Expected Behavior
The app should not be vibrant underneath certain controls (like buttons, etc)
Actual Behavior
There's vibrancy under the 'inline' button
There's vibrancy under the switches and radios
There's vibrancy under the spinners
The sidebar does not react well to vibrancy
Vibrancy under all single-line text fields
Reproducible Demo
https://github.com/ptmt/react-native-macos/files/199128/UIExplorer.zip
The text was updated successfully, but these errors were encountered: