-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Library Version
1.0.1
React Native Version
0.81.5
React Version
19.1.0
Expo Version
^54.0.31
Minimal Reproduction
- install the package.
- defined the plugin
- trigger a build with
eas.
Additional Information (Optional)
I get this error
[RUN_FASTLANE] [!] Error building the application - see the log above
[RUN_FASTLANE] › Compiling Pods/ZXingObjC » ZXCapture.m
[RUN_FASTLANE]
❌ (../../node_modules/voltra/ios/ui/Style/DecorationStyle.swift:54:21)
52 | switch glassEffect {
53 | case .clear:
> 54 | content.glassEffect(.clear)
| ^ value of type 'some View' has no member 'glassEffect'
55 | case .identity:
56 | content.glassEffect(.identity)
57 | case .regular:
[RUN_FASTLANE]
❌ (../../node_modules/voltra/ios/ui/Style/DecorationStyle.swift:54:34)
52 | switch glassEffect {
53 | case .clear:
> 54 | content.glassEffect(.clear)
| ^ cannot infer contextual base in reference to member 'clear'
55 | case .identity:
56 | content.glassEffect(.identity)
57 | case .regular:Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working