first commit

This commit is contained in:
2026-03-10 16:18:05 +00:00
commit 11f9c069b5
31635 changed files with 3187747 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
/**
* Indicates whether the app is using the Liquid Glass design. The value will be `true` when the
* Liquid Glass components are available in the app.
*
* This only checks for component availability. The value may also be `true` if the user has enabled
* accessibility settings that limit the Liquid Glass effect.
* To check if the user has disabled the Liquid Glass effect via accessibility settings, use
* [`AccessibilityInfo.isReduceTransparencyEnabled()`](https://reactnative.dev/docs/accessibilityinfo#isreducetransparencyenabled-ios).
*/
export function isLiquidGlassAvailable() {
return false;
}
//# sourceMappingURL=isLiquidGlassAvailable.js.map