callstack / callstack/liquid-glass
Liquid glass shows a dark shadow while mounting
- Dominant language
- Objective-C++
- Stars
- 1.7k
- Forks
- 64
- Avg merge
- 2d 13h
- Merged PRs (30d)
- 1
Description
### Before submitting a new issue
- [x] I tested using the latest version of the library, as the bug might be already fixed.
- [x] I tested using a [supported version](https://github.com/reactwg/react-native-releases/blob/main/docs/support.md) of react native.
- [x] I checked for possible duplicate issues, with possible answers.
### Bug summary
When switching tabs, the liquid glass views inside the header briefly flash a dark shadow for ~0.2 seconds on mount.
- Only occurs when the effect is set to regular
- Does not occur when set to clear
https://github.com/user-attachments/assets/c0bcca6e-bdd0-4598-a482-cda46aec2c5d
### Library version
0.8.0
### Environment info
```shell
"@react-navigation/bottom-tabs": "8.0.0-alpha.33",
"@react-navigation/drawer": "8.0.0-alpha.34",
"@react-navigation/elements": "3.0.0-alpha.31",
"@react-navigation/native": "8.0.0-alpha.28",
"@react-navigation/native-stack": "8.0.0-alpha.34",
"react-native": "0.83.9",
```
### Steps to reproduce
1. use liquid glass view with effect regular
2. open a screen with a liquid glass view
### Reproducible example repository
-
Contributor guide
Assessment
This issue has not been assessed yet.