Skip to content

Commit dd062ea

Browse files
committed
2 parents 3d22dbe + c8738a7 commit dd062ea

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

+7-5
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,24 @@
22
[![Codelab](http://www.codelabsys.com/images/logo.png)](http://www.codelabsys.com/)
33

44
Create responsive modals easily by auto injecting it to the app root.
5-
##Dependencies
5+
## Dependencies
66
* [react-native-modalbox](https://github.com/maxs15/react-native-modalbox)
77
* [react-native-root-siblings](https://github.com/magicismight/react-native-root-siblings)
88

9-
##Installation
10-
[![NPM](https://nodei.co/npm/react-native-responsive-app-modal.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/react-native-responsive-app-modal/)
9+
## Installation
10+
11+
[![NPM](https://nodei.co/npm/react-native-responsive-app-modal.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/react-native-responsive-app-modal/)
12+
1113
```
1214
npm install --save react-native-responsive-app-modal
1315
```
1416

1517
## Properties
1618

1719
| Prop | Type | Description |
18-
| :------------ |:---------------:| :---------------:| :-----|
20+
| :------------ | :---------------:| :-----|
1921
| screenHeight| `number` | Used for modal dimensions calculation (Note: users of react-native>=0.43 you don't have to send this property) |
20-
| screenWidth| `number` | Used for modal dimensions calculation (Note: users of react-native>=0.43 you don't have to send this property) |
22+
| screenWidth| `number` | Used for modal dimensions calculation (Note: users of react-native>=0.43 you don't have to send this property)|
2123
| verticalMargin| `number` | Define spacing between the modal and the screen edges |
2224
| horizontalMargin| `number` | Define spacing between the modal and the screen edges |
2325
| sizeMatching| `string`('content' or 'screen') | define if the modal size should match the screen size or the size of its content |

0 commit comments

Comments
 (0)