Skip to content

Commit c9624c5

Browse files
author
PierreCapo
committed
fix: add better play image
1 parent 62463d2 commit c9624c5

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

.npmignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
example
22
node_modules
33
dist/example
4+
images/
5+
.DS_STORE

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-socials",
3-
"version": "0.0.18",
3+
"version": "0.0.19",
44
"description": "A react-native library which displays content from popular social networks",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",
@@ -10,7 +10,6 @@
1010
"type": "git",
1111
"url": "git://github.com/PierreCapo/react-native-socials.git"
1212
},
13-
"prepublish": "tsc --p ./tsconfig.json",
1413
"dependencies": {
1514
"@babel/runtime": "^7.9.2",
1615
"@types/react-native": "^0.62.1",

src/Instagram/Video.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ export const InstagramVideo = (props: PropsType) => {
4646
style={{
4747
opacity: isPaused ? 1 : 0,
4848
width: 50,
49-
height: 50,
5049
}}
5150
source={require("./assets/play.png")}
51+
resizeMode="contain"
5252
/>
5353
</View>
5454
</View>

src/Instagram/assets/play.png

-120 Bytes
Loading

0 commit comments

Comments
 (0)