Skip to content

Commit c8738a7

Browse files
authored
Update README.md
1 parent 212f531 commit c8738a7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
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
9+
## Installation
1010

1111
[![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/)
1212

@@ -17,9 +17,9 @@ npm install --save react-native-responsive-app-modal
1717
## Properties
1818

1919
| Prop | Type | Description |
20-
| :------------ |:---------------:| :---------------:| :-----|
20+
| :------------ | :---------------:| :-----|
2121
| screenHeight| `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) |
22+
| screenWidth| `number` | Used for modal dimensions calculation (Note: users of react-native>=0.43 you don't have to send this property)|
2323
| verticalMargin| `number` | Define spacing between the modal and the screen edges |
2424
| horizontalMargin| `number` | Define spacing between the modal and the screen edges |
2525
| 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)