Skip to content

Commit

Permalink
fix image preview gallery for few libraries (#407)
Browse files Browse the repository at this point in the history
  • Loading branch information
Simek authored Jul 24, 2020
1 parent 9ea6ea2 commit 55e5761
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions react-native-libraries.json
Original file line number Diff line number Diff line change
Expand Up @@ -407,6 +407,9 @@
},
{
"githubUrl": "https://github.com/prscX/react-native-material-showcase-ios",
"images": [
"https://raw.githubusercontent.com/aromajoin/material-showcase-ios/master/art/material-showcase.gif"
],
"ios": true,
"android": false,
"web": false,
Expand All @@ -422,6 +425,9 @@
},
{
"githubUrl": "https://github.com/prscX/react-native-taptargetview",
"images": [
"https://github.com/KeepSafe/TapTargetView/raw/master/.github/video.gif"
],
"ios": false,
"android": true,
"web": false,
Expand Down Expand Up @@ -627,6 +633,9 @@
},
{
"githubUrl": "https://github.com/oblador/react-native-vector-icons",
"images": [
"https://cloud.githubusercontent.com/assets/378279/8903470/a9fe6b46-3458-11e5-901f-98b7b676d0d3.png"
],
"ios": true,
"android": true,
"web": true,
Expand Down Expand Up @@ -1864,6 +1873,9 @@
},
{
"githubUrl": "https://github.com/tomauty/react-native-chart",
"images": [
"https://raw.githubusercontent.com/tomauty/react-native-chart/master/screenshots/README.png"
],
"ios": true,
"android": true,
"unmaintained": true
Expand Down Expand Up @@ -2526,6 +2538,9 @@
},
{
"githubUrl": "https://github.com/Nozbe/WatermelonDB",
"images": [
"https://github.com/Nozbe/WatermelonDB/raw/master/assets/watermelon-demo-thumbnail.png"
],
"ios": true,
"android": true,
"web": true,
Expand Down

0 comments on commit 55e5761

Please sign in to comment.