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:
Andrei Coman
2016-05-24 12:42:32 -07:00
committed by Facebook Github Bot 6
parent 2de0323182
commit 1926fdf156
3 changed files with 4 additions and 3 deletions

View File

@@ -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.

View File

@@ -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;