|
27 | 27 | ---
|
28 | 28 |
|
29 | 29 | <!-- toc -->
|
| 30 | +## Table of Contents |
30 | 31 |
|
31 | 32 | * [Features](#features)
|
| 33 | +* [Compatibility](#compatibility) |
32 | 34 | * [Sample](#sample)
|
33 | 35 | * [Usage](#usage)
|
34 | 36 | * [Text background fit](#text-background-fit)
|
|
76 | 78 | * [Transparent icon](#transparent-icon)
|
77 | 79 | * [Sample](#sample-13)
|
78 | 80 | * [Example](#example-12)
|
79 |
| -* [Compatibility](#compatibility) |
80 | 81 | * [Installation](#installation)
|
81 | 82 | * [iOS Pod Install (RN version < 0.60.0)](#ios-pod-install-rn-version--0600)
|
82 | 83 | * [API](#api-6)
|
|
108 | 109 | * [Background border radius](https://jimmydaddy.github.io/react-native-image-marker/interfaces/TextBackgroundStyle.html#cornerRadius)
|
109 | 110 | * Compatible with both Android and iOS
|
110 | 111 |
|
| 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 | +
|
111 | 123 | ## Sample
|
112 | 124 |
|
113 | 125 | <p>
|
@@ -713,17 +725,6 @@ Marker.markImage({
|
713 | 725 | });
|
714 | 726 | ```
|
715 | 727 |
|
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 |
| -
|
727 | 728 | ## Installation
|
728 | 729 |
|
729 | 730 | * npm install react-native-image-marker --save
|
|
0 commit comments