mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-06-09 17:30:58 +00:00
Ensure TSpan is imported if Text is imported.
This commit is contained in:
+2
-1
@@ -3,8 +3,9 @@ import { requireNativeComponent } from "react-native";
|
||||
import extractText from "../lib/extract/extractText";
|
||||
import extractProps from "../lib/extract/extractProps";
|
||||
import extractTransform from "../lib/extract/extractTransform";
|
||||
import Shape from "./Shape";
|
||||
import { pickNotNil } from "../lib/util";
|
||||
import Shape from "./Shape";
|
||||
import "./TSpan";
|
||||
|
||||
export default class extends Shape {
|
||||
static displayName = "Text";
|
||||
|
||||
Reference in New Issue
Block a user