Skip to content

Commit

Permalink
fix: add better play image
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreCapo committed Apr 25, 2020
1 parent 62463d2 commit c9624c5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .npmignore
@@ -1,3 +1,5 @@
example
node_modules
dist/example
images/
.DS_STORE
3 changes: 1 addition & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "react-native-socials",
"version": "0.0.18",
"version": "0.0.19",
"description": "A react-native library which displays content from popular social networks",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand All @@ -10,7 +10,6 @@
"type": "git",
"url": "git://github.com/PierreCapo/react-native-socials.git"
},
"prepublish": "tsc --p ./tsconfig.json",
"dependencies": {
"@babel/runtime": "^7.9.2",
"@types/react-native": "^0.62.1",
Expand Down
2 changes: 1 addition & 1 deletion src/Instagram/Video.tsx
Expand Up @@ -46,9 +46,9 @@ export const InstagramVideo = (props: PropsType) => {
style={{
opacity: isPaused ? 1 : 0,
width: 50,
height: 50,
}}
source={require("./assets/play.png")}
resizeMode="contain"
/>
</View>
</View>
Expand Down
Binary file modified src/Instagram/assets/play.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c9624c5

Please sign in to comment.