Skip to content

Commit dbef93e

Browse files
Added react-native-swappable-grid to react-native-libraries.json (#2090)
1 parent 9062e30 commit dbef93e

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

react-native-libraries.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18882,6 +18882,7 @@
1888218882
"ios": true,
1888318883
"android": true,
1888418884
"expoGo": true,
18885+
1888518886
"examples": [
1888618887
"https://github.com/vijaykishan312/react-native-custom-splash/tree/main/example"
1888718888
]
@@ -18893,5 +18894,23 @@
1889318894
"android": true,
1889418895
"expoGo": true,
1889518896
"newArchitecture": true
18897+
},
18898+
{
18899+
"githubUrl": "https://github.com/WilliamDanielsson/react-native-swappable-grid",
18900+
"npmPkg": "react-native-swappable-grid",
18901+
"examples": [
18902+
"https://github.com/WilliamDanielsson/react-native-swappable-grid-example"
18903+
],
18904+
"images": [
18905+
"https://github.com/WilliamDanielsson/react-native-swappable-grid/blob/main/assets/re-order.gif",
18906+
"https://github.com/WilliamDanielsson/react-native-swappable-grid/blob/main/assets/re-size.gif",
18907+
"https://github.com/WilliamDanielsson/react-native-swappable-grid/blob/main/assets/add-items.gif",
18908+
"https://github.com/WilliamDanielsson/react-native-swappable-grid/blob/main/assets/hold-to-delete.gif",
18909+
"https://github.com/WilliamDanielsson/react-native-swappable-grid/blob/main/assets/drag-to-delete.gif"
18910+
],
18911+
"ios": true,
18912+
"android": true,
18913+
"web": true,
18914+
"expoGo": true
1889618915
}
1889718916
]

0 commit comments

Comments
 (0)