mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-03 22:48:25 +08:00
Breaking: Move ReactClippingViewGroup + Helper to uimanager package
Summary: @public This is to be able to depend on ReactClippingViewGroup from BaseViewManager. Devs using ReactClippingViewGroup may need to update their imports when updating past this commit. Reviewed By: lexs Differential Revision: D3835328
This commit is contained in:
committed by
Ahmed El-Helw
parent
4f1549c631
commit
57ebb98d19
@@ -12,9 +12,6 @@ package com.facebook.react.flat;
|
||||
import javax.annotation.Nullable;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.Collection;
|
||||
import java.util.HashMap;
|
||||
import java.util.Map;
|
||||
|
||||
import android.graphics.Canvas;
|
||||
import android.graphics.Rect;
|
||||
@@ -24,7 +21,7 @@ import android.view.View;
|
||||
import android.view.animation.Animation;
|
||||
|
||||
import com.facebook.infer.annotation.Assertions;
|
||||
import com.facebook.react.views.view.ReactClippingViewGroupHelper;
|
||||
import com.facebook.react.uimanager.ReactClippingViewGroupHelper;
|
||||
|
||||
/**
|
||||
* Abstract class for a {@link DrawCommandManager} with directional clipping. Allows support for
|
||||
|
||||
Reference in New Issue
Block a user