Skip to content

Commit b86adfd

Browse files
committed
Updated
1 parent d2f6a90 commit b86adfd

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

README.md

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@
66
> Beautiful backgrounds shapes to React Native based in flex
77
88
### Examples
9-
![Imgur](https://imgur.com/Dzkd0zB.jpg)
10-
![Imgur](https://imgur.com/i7YfOxK.jpg)
11-
![Imgur](https://imgur.com/m2f78nl.jpg)
12-
![Imgur](https://imgur.com/dNwUJV2.jpg)
9+
10+
![Imgur](https://imgur.com/Dzkd0zB.jpg){:height="50%" width="50%"}
11+
![Imgur](https://imgur.com/i7YfOxK.jpg){:height="50%" width="50%"}
12+
![Imgur](https://imgur.com/m2f78nl.jpg){:height="50%" width="50%"}
13+
![Imgur](https://imgur.com/dNwUJV2.jpg){:height="50%" width="50%"}
1314

1415
### Installation
1516
**Yarn**
@@ -52,14 +53,14 @@ return (
5253
]}
5354
/>
5455
```
55-
**primaryColor**: String, HEX color.
56-
**secondaryColor**: String, HEX color.
57-
**height**: Number, 1 = full screen, default (3.5)
58-
**borderRadius**: Number, default 30
59-
**figures**: Array
60-
* **name**: String = "circle","donut, "triangle", "diamondNarrow", "cutDiamond"
61-
* **position**: String = "flex-start", "center, "flex-end", "baseline", "stretch"
62-
* **axis**: String = "top", "right, "bottom", "left"
56+
* **primaryColor**: String, HEX color.
57+
* **secondaryColor**: String, HEX color.
58+
* **height**: Number, 1 = full screen, default (3.5)
59+
* **borderRadius**: Number, default 30
60+
* **figures**: Array
61+
* * **name**: String = "circle","donut, "triangle", "diamondNarrow", "cutDiamond"
62+
* * **position**: String = "flex-start", "center, "flex-end", "baseline", "stretch"
63+
* * **axis**: String = "top", "right, "bottom", "left"
6364

6465
## License
6566

0 commit comments

Comments
 (0)