Skip to content

Commit 1ea757e

Browse files
committed
do not include docs in examples for tamagui
1 parent 0cb19dc commit 1ea757e

File tree

1 file changed

+1
-23
lines changed

1 file changed

+1
-23
lines changed

react-native-libraries.json

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -12672,7 +12672,6 @@
1267212672
},
1267312673
{
1267412674
"githubUrl": "https://github.com/tamagui/tamagui/tree/master/code/ui/tamagui",
12675-
"npmPkg": "tamagui",
1267612675
"examples": ["https://tamagui.dev"],
1267712676
"images": [
1267812677
"https://raw.githubusercontent.com/tamagui/tamagui/master/code/tamagui.dev/public/social.png"
@@ -12685,10 +12684,6 @@
1268512684
},
1268612685
{
1268712686
"githubUrl": "https://github.com/tamagui/tamagui/tree/main/code/core/animations-moti",
12688-
"npmPkg": "@tamagui/animations-moti",
12689-
"examples": [
12690-
"https://tamagui.dev/docs/core/animations"
12691-
],
1269212687
"ios": true,
1269312688
"android": true,
1269412689
"web": true,
@@ -12697,10 +12692,6 @@
1269712692
},
1269812693
{
1269912694
"githubUrl": "https://github.com/tamagui/tamagui/tree/main/code/core/animations-react-native",
12700-
"npmPkg": "@tamagui/animations-react-native",
12701-
"examples": [
12702-
"https://tamagui.dev/docs/core/configuration"
12703-
],
1270412695
"ios": true,
1270512696
"android": true,
1270612697
"web": true,
@@ -12709,10 +12700,6 @@
1270912700
},
1271012701
{
1271112702
"githubUrl": "https://github.com/tamagui/tamagui/tree/main/code/core/config",
12712-
"npmPkg": "@tamagui/config",
12713-
"examples": [
12714-
"https://tamagui.dev/docs/core/configuration"
12715-
],
1271612703
"ios": true,
1271712704
"android": true,
1271812705
"web": true,
@@ -12721,10 +12708,6 @@
1272112708
},
1272212709
{
1272312710
"githubUrl": "https://github.com/tamagui/tamagui/tree/main/code/core/shorthands",
12724-
"npmPkg": "@tamagui/shorthands",
12725-
"examples": [
12726-
"https://tamagui.dev/docs/core/configuration#shorthands"
12727-
],
1272812711
"ios": true,
1272912712
"android": true,
1273012713
"web": true,
@@ -12733,10 +12716,6 @@
1273312716
},
1273412717
{
1273512718
"githubUrl": "https://github.com/tamagui/tamagui/tree/main/code/core/themes",
12736-
"npmPkg": "@tamagui/themes",
12737-
"examples": [
12738-
"https://tamagui.dev/docs/intro/themes"
12739-
],
1274012719
"ios": true,
1274112720
"android": true,
1274212721
"web": true,
@@ -12745,9 +12724,8 @@
1274512724
},
1274612725
{
1274712726
"githubUrl": "https://github.com/tamagui/tamagui/tree/main/code/ui/toast",
12748-
"npmPkg": "@tamagui/toast",
1274912727
"examples": [
12750-
"https://tamagui.dev/ui/toast"
12728+
"https://github.com/tamagui/tamagui/blob/main/code/demos/src/ToastDemo.tsx"
1275112729
],
1275212730
"ios": true,
1275312731
"android": true,

0 commit comments

Comments
 (0)