Skip to content

Commit af2b1af

Browse files
committed
Update readme.
Add compatable version note.
1 parent 439456b commit af2b1af

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ A react native <Modal> component, easy, fully customizable, implementing the 'sw
1616
## Example
1717
Check [index.js](https://github.com/maxs15/react-native-modalbox/blob/master/Example/index.ios.js) in the Example folder.
1818

19+
## Version note
20+
| react-native | react-native-modalbox |
21+
| <= 0.57 | <= 1.6.0 |
22+
| >= 0.58 | >= 1.6.1 |
23+
1924
## Properties
2025

2126
| Prop | Default | Type | Description |

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-modalbox",
3-
"version": "1.6.0",
3+
"version": "1.6.1",
44
"description": "A <Modal/> component for react-native",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)