Skip to content

Commit

Permalink
🐞 Fix: Build Error
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicstop committed Aug 15, 2024
1 parent 69f7fd5 commit 84068d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/RNIVisualEffectView/RNIVisualEffectViewDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public final class RNIVisualEffectViewDelegate: UIView, RNIContentView {
size: UIScreen.main.bounds.size
);

let gradientImage = imageConfig.makeImage();
let gradientImage = try! imageConfig.makeImage();

let visualEffectView = try! VisualEffectView(rawFilterTypes: []);
self.visualEffectView = visualEffectView;
Expand Down

0 comments on commit 84068d6

Please sign in to comment.