Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,9 @@
import android.view.View;
import androidx.annotation.Nullable;

import com.shopify.reactnative.skia.SkiaPictureView;

public interface SkiaPictureViewManagerInterface<T extends View> {
void setDebug(T view, boolean value);
void setOpaque(T view, boolean value);
void setColorSpace(SkiaPictureView view, @Nullable String value);
void setColorSpace(T view, @Nullable String value);
void setAndroidWarmup(T view, boolean value);
}
Loading