You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implemented it verbatim, however unfortunately I am getting a "unimplemented component" rendering of an opaque red block. I am using expo, which has expo BlurView. However I disabled to use this, however the component just won't render. Any tips or useful perspective? Very keen on implementing apple vibrancy to achieve a high-fidelity UI.
Side note, in my desperation I am attempting other avenues. One of is to inspect the Figma Apple DS, where I see "background-blend-mode: luminosity" in the css, but implementing this does not work and evaporates the whole text.
The text was updated successfully, but these errors were encountered:
Might be because you are trying to use this library in Expo Go which is not possible. You would need to convert to a custom development build or use prebuild. Or use React Native without Expo.
Implemented it verbatim, however unfortunately I am getting a "unimplemented component" rendering of an opaque red block. I am using expo, which has expo BlurView. However I disabled to use this, however the component just won't render. Any tips or useful perspective? Very keen on implementing apple vibrancy to achieve a high-fidelity UI.
Side note, in my desperation I am attempting other avenues. One of is to inspect the Figma Apple DS, where I see "background-blend-mode: luminosity" in the css, but implementing this does not work and evaporates the whole text.
The text was updated successfully, but these errors were encountered: