mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-05 09:29:07 +08:00
Move UIManager annotations to separate package
Summary: Moves ReactProp and ReactPropGroup to `com.facebook.react.uimanager.annotations`. This is needed so that future annotation processor can run on code inside the com.facebook.react.uimanager package. @public Reviewed By: astreet Differential Revision: D2754842
This commit is contained in:
committed by
Ahmed El-Helw
parent
2e773a2cb1
commit
2daf696064
@@ -14,7 +14,7 @@ import javax.annotation.Nullable;
|
||||
import android.text.SpannableStringBuilder;
|
||||
import android.text.Spanned;
|
||||
|
||||
import com.facebook.react.uimanager.ReactProp;
|
||||
import com.facebook.react.uimanager.annotations.ReactProp;
|
||||
|
||||
/**
|
||||
* RCTTextInlineImage
|
||||
|
||||
Reference in New Issue
Block a user