mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-23 20:01:01 +08:00
Inline images package name fix
Summary: Renaming package name from textfrescosupport to text.frescosupport Reviewed By: dmmiller Differential Revision: D3340363 fbshipit-source-id: 6c73d9e05751ccba299489fbc13447dc85a9c0df
This commit is contained in:
committed by
Facebook Github Bot 6
parent
2de0323182
commit
1926fdf156
@@ -7,7 +7,7 @@
|
||||
* of patent rights can be found in the PATENTS file in the same directory.
|
||||
*/
|
||||
|
||||
package com.facebook.react.views.textfrescosupport;
|
||||
package com.facebook.react.views.text.frescosupport;
|
||||
|
||||
import javax.annotation.Nullable;
|
||||
|
||||
@@ -23,6 +23,7 @@ import com.facebook.drawee.controller.AbstractDraweeControllerBuilder;
|
||||
import com.facebook.react.uimanager.annotations.ReactProp;
|
||||
import com.facebook.react.views.text.ReactTextInlineImageShadowNode;
|
||||
import com.facebook.react.views.text.TextInlineImageSpan;
|
||||
import com.facebook.react.views.textfrescosupport.FrescoBasedReactTextInlineImageSpan;
|
||||
|
||||
/**
|
||||
* {@link CSSNode} that represents an inline image. Loading is done using Fresco.
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
* of patent rights can be found in the PATENTS file in the same directory.
|
||||
*/
|
||||
|
||||
package com.facebook.react.views.textfrescosupport;
|
||||
package com.facebook.react.views.text.frescosupport;
|
||||
|
||||
import javax.annotation.Nullable;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user