Skip to content

Commit 69f6f1e

Browse files
committed
add example image
1 parent cd42749 commit 69f6f1e

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

lib/README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
1-
# react-native-simple-layout
1+
# react-native-simple-layout
2+
3+
A simple Semantic layout for react-native layout.
4+
5+
## Example
6+
7+
![ios](../assets/ios.png)

lib/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"repository": {
1010
"type": "git",
11-
"url": "git+https://github.com/hellowupeng/react-native-layout.git"
11+
"url": "git+https://github.com/hellowupeng/react-native-simple-layout"
1212
},
1313
"keywords": [
1414
"react native",
@@ -20,7 +20,7 @@
2020
"author": "hellowupeng",
2121
"license": "ISC",
2222
"bugs": {
23-
"url": "https://github.com/hellowupeng/react-native-layout/issues"
23+
"url": "https://github.com/hellowupeng/react-native-simple-layout/issues"
2424
},
25-
"homepage": "https://github.com/hellowupeng/react-native-layout#readme"
26-
}
25+
"homepage": "https://github.com/hellowupeng/react-native-simple-layout#readme"
26+
}

0 commit comments

Comments
 (0)