Skip to content

Commit 8dc70c8

Browse files
authored
fix incorrect entries in libraries file (#1629)
1 parent 7775dfd commit 8dc70c8

File tree

1 file changed

+9
-15
lines changed

1 file changed

+9
-15
lines changed

react-native-libraries.json

Lines changed: 9 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -607,18 +607,6 @@
607607
"https://github.com/wix/react-native-calendars/tree/master/example"
608608
]
609609
},
610-
{
611-
"githubUrl": "https://github.com/oblador/react-native-vector-icons",
612-
"images": [
613-
"https://cloud.githubusercontent.com/assets/378279/8903470/a9fe6b46-3458-11e5-901f-98b7b676d0d3.png"
614-
],
615-
"ios": true,
616-
"android": true,
617-
"web": true,
618-
"expoGo": true,
619-
"macos": true,
620-
"windows": true
621-
},
622610
{
623611
"githubUrl": "https://github.com/expo/vector-icons",
624612
"npmPkg": "@expo/vector-icons",
@@ -1253,12 +1241,18 @@
12531241
"npmPkg": "react-native-calendar-picker"
12541242
},
12551243
{
1256-
"githubUrl": "https://github.com/byteburgers/react-native-autocomplete-input",
1244+
"githubUrl": "https://github.com/byteburgers/react-native-autocomplete-input/tree/main/packages/react-native-autocomplete-input",
1245+
"examples": [
1246+
"https://github.com/byteburgers/react-native-autocomplete-input/tree/main/examples/StarWarsMovieFinder",
1247+
"https://snack.expo.dev/@mrlaessig/rn-autocomplete-input-example"
1248+
],
1249+
"images": [
1250+
"https://raw.githubusercontent.com/mrlaessig/react-native-autocomplete-input/master/example.gif"
1251+
],
12571252
"ios": true,
12581253
"android": true,
12591254
"web": true,
1260-
"expoGo": true,
1261-
"examples": ["https://snack.expo.dev/rJxdeFIIb"]
1255+
"expoGo": true
12621256
},
12631257
{
12641258
"githubUrl": "https://github.com/aksonov/react-native-tabs",

0 commit comments

Comments
 (0)