forked from wassgha/react-native-fullwidth-image
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·33 lines (33 loc) · 817 Bytes
/
package.json
File metadata and controls
executable file
·33 lines (33 loc) · 817 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "react-native-fullwidth-image",
"version": "0.1.0",
"description": "A responsive Image element that takes the full width of its parent element while maintaining aspect ratio.",
"main": "index.js",
"keywords": [
"react-native",
"react-component",
"react-native-component",
"react",
"mobile",
"ios",
"android",
"ui",
"full-width",
"width",
"100%",
"square",
"image"
],
"repository": {
"type": "git",
"url": "https://github.com/wassgha/react-native-fullwidth-image.git"
},
"author": "Wassim Gharbi <wassgha@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/wassgha/react-native-fullwidth-image/issues"
},
"homepage": "https://github.com/wassgha/react-native-fullwidth-image",
"dependencies": {
}
}