File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed
Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 11example
22node_modules
33dist /example
4+ images /
5+ .DS_STORE
Original file line number Diff line number Diff line change 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" ,
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" ,
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments