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 @@ -428,6 +428,15 @@ public void setMediaCapturePermissionGrantType(RNCWebViewWrapper view, @Nullable

@Override
public void setFraudulentWebsiteWarningEnabled(RNCWebViewWrapper view, boolean value) {}

@Override
public void setTintColor(RNCWebViewWrapper view, double r, double g, double b, double a) {}

@Override
public void setScrollsToTop(RNCWebViewWrapper view, boolean value) {}

@Override
public void setDragInteractionEnabled(RNCWebViewWrapper view, boolean value) {}
/* !iOS PROPS - no implemented here */

@Override
Expand Down
Loading