Skip to content

Commit 69f58f7

Browse files
authored
docs: update README.MD (#182)
1 parent 7f86b22 commit 69f58f7

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
@@ -27,8 +27,10 @@
2727
---
2828

2929
<!-- toc -->
30+
## Table of Contents
3031

3132
* [Features](#features)
33+
* [Compatibility](#compatibility)
3234
* [Sample](#sample)
3335
* [Usage](#usage)
3436
* [Text background fit](#text-background-fit)
@@ -76,7 +78,6 @@
7678
* [Transparent icon](#transparent-icon)
7779
* [Sample](#sample-13)
7880
* [Example](#example-12)
79-
* [Compatibility](#compatibility)
8081
* [Installation](#installation)
8182
* [iOS Pod Install (RN version < 0.60.0)](#ios-pod-install-rn-version--0600)
8283
* [API](#api-6)
@@ -108,6 +109,17 @@
108109
* [Background border radius](https://jimmydaddy.github.io/react-native-image-marker/interfaces/TextBackgroundStyle.html#cornerRadius)
109110
* Compatible with both Android and iOS
110111

112+
## Compatibility
113+
114+
| React Native Version | react-native-image-marker Version |
115+
| ---------------------| --------------------------------- |
116+
| < 0.60.0 | v0.5.2 or earlier |
117+
| >= 0.60.0, ***iOS < 13, Android < N(API Level 24)*** | v1.0.x |
118+
| 0.60.0 <= rn version < 0.73.0 | v1.1.x |
119+
| >= 0.73.0, other cases | v1.2.0 or later |
120+
121+
> ***Note: This table is only applicable to major versions of react-native-image-marker. Patch versions should be backwards compatible.***
122+
111123
## Sample
112124

113125
<p>
@@ -713,17 +725,6 @@ Marker.markImage({
713725
});
714726
```
715727

716-
## Compatibility
717-
718-
| React Native Version | react-native-image-marker Version |
719-
| ---------------------| --------------------------------- |
720-
| < 0.60.0 | v0.5.2 or earlier |
721-
| >= 0.60.0, ***iOS < 13, Android < N(API Level 24)*** | v1.0.x |
722-
| 0.60.0 <= rn version < 0.73.0 | v1.1.x |
723-
| >= 0.73.0, other cases | v1.2.0 or later |
724-
725-
> ***Note: This table is only applicable to major versions of react-native-image-marker. Patch versions should be backwards compatible.***
726-
727728
## Installation
728729

729730
* npm install react-native-image-marker --save

0 commit comments

Comments
 (0)