Skip to content

Commit 9febbe1

Browse files
committed
Move the new span package to an internal sub-package
1 parent 6a13b9b commit 9febbe1

28 files changed

+91
-91
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* LICENSE file in the root directory of this source tree.
66
*/
77

8-
package com.facebook.react.views.text.span;
8+
package com.facebook.react.views.internal.text.span;
99

1010
import android.text.TextPaint;
1111
import android.text.style.MetricAffectingSpan;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* LICENSE file in the root directory of this source tree.
66
*/
77

8-
package com.facebook.react.views.text.span;
8+
package com.facebook.react.views.internal.text.span;
99

1010
import android.graphics.Paint;
1111
import android.text.style.LineHeightSpan;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* LICENSE file in the root directory of this source tree.
66
*/
77

8-
package com.facebook.react.views.text.span;
8+
package com.facebook.react.views.internal.text.span;
99

1010
import android.content.res.AssetManager;
1111
import android.graphics.Paint;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* LICENSE file in the root directory of this source tree.
66
*/
77

8-
package com.facebook.react.views.text.span;
8+
package com.facebook.react.views.internal.text.span;
99

1010
import android.text.style.AbsoluteSizeSpan;
1111

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* LICENSE file in the root directory of this source tree.
66
*/
77

8-
package com.facebook.react.views.text.span;
8+
package com.facebook.react.views.internal.text.span;
99

1010
import android.text.style.BackgroundColorSpan;
1111

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* LICENSE file in the root directory of this source tree.
66
*/
77

8-
package com.facebook.react.views.text.span;
8+
package com.facebook.react.views.internal.text.span;
99

1010
import android.text.TextPaint;
1111
import android.text.style.ClickableSpan;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* LICENSE file in the root directory of this source tree.
66
*/
77

8-
package com.facebook.react.views.text.span;
8+
package com.facebook.react.views.internal.text.span;
99

1010
import android.text.style.ForegroundColorSpan;
1111

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* LICENSE file in the root directory of this source tree.
66
*/
77

8-
package com.facebook.react.views.text.span;
8+
package com.facebook.react.views.internal.text.span;
99

1010
/*
1111
* Enables us to distinguish between spans that were added by React Native and spans that were
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* LICENSE file in the root directory of this source tree.
66
*/
77

8-
package com.facebook.react.views.text.span;
8+
package com.facebook.react.views.internal.text.span;
99

1010
import android.text.style.StrikethroughSpan;
1111

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* LICENSE file in the root directory of this source tree.
66
*/
77

8-
package com.facebook.react.views.text.span;
8+
package com.facebook.react.views.internal.text.span;
99

1010
/**
1111
* Instances of this class are used to place reactTag information of nested text react nodes into

0 commit comments

Comments
 (0)