@tamagui/react-native-svg
Advanced tools
Comparing version 1.0.1-beta.157 to 1.0.1-beta.158
@@ -41,3 +41,3 @@ "use strict"; | ||
Svg: () => Svg, | ||
Symbol: () => Symbol, | ||
Symbol: () => Symbol2, | ||
TSpan: () => TSpan, | ||
@@ -71,3 +71,3 @@ Text: () => Text, | ||
const Svg = (p) => (0, import_react.createElement)("svg", p); | ||
const Symbol = (p) => (0, import_react.createElement)("symbol", p); | ||
const Symbol2 = (p) => (0, import_react.createElement)("symbol", p); | ||
const Text = (p) => (0, import_react.createElement)("text", p); | ||
@@ -98,3 +98,3 @@ const TextPath = (p) => (0, import_react.createElement)("clipPath", p); | ||
Svg, | ||
Symbol, | ||
Symbol: Symbol2, | ||
Text, | ||
@@ -101,0 +101,0 @@ TextPath, |
{ | ||
"name": "@tamagui/react-native-svg", | ||
"version": "1.0.1-beta.157", | ||
"version": "1.0.1-beta.158", | ||
"main": "dist/cjs/index.js", | ||
@@ -16,4 +16,4 @@ "module": "dist/esm/index.js", | ||
"devDependencies": { | ||
"@tamagui/build": "^1.0.1-beta.157" | ||
"@tamagui/build": "^1.0.1-beta.158" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
14736