From 9a98ca4ebb2b6636bc8e1189c0d4fff0b89899dd Mon Sep 17 00:00:00 2001 From: mym0404 Date: Fri, 5 Jul 2024 18:15:45 +0900 Subject: [PATCH] chore: unconscious commit --- README-en.md | 13 +++++++++---- README.md | 9 +++++++++ 2 files changed, 18 insertions(+), 4 deletions(-) diff --git a/README-en.md b/README-en.md index b36cf3e7..fd68b90c 100644 --- a/README-en.md +++ b/README-en.md @@ -31,12 +31,17 @@ ### 1. New Architecture Fabric +Support Table + +| React Native Naver Map | React Native | Note | +|------------------------|-------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| ≥`2.1.0` | ≥ `0.74` | Drop Bridge Support & `0.74` required | +| ≥`2.x` | New Architecture Only | Drop Old Architecture Support, [**You should turn off bridgeless if want to render http web image marker**](https://github.com/mym0404/react-native-naver-map/discussions/72) | +| <`2.x` | Old Architecture + New Architecture | | + + > [!IMPORTANT] > The `1.x` version supports the Old Architecture (Bridge), but starting from the `2.x` version, support for it will be discontinued. If your project has not transitioned to the New Architecture, please use the [`1.x` version](https://github.com/mym0404/react-native-naver-map/tree/v1.5.6). -> -> The `1.x` version tried to maintain compatibility with both Old/New Architecture, but particularly in iOS, changes in the way Fabric props are passed, returning to a Bridge-compatible method, created performance issues. Moreover, the numerous boilerplates necessary for compatibility with Old Architecture, and the increased maintenance costs and slower development cycle, have ultimately been deemed detrimental to the project's progression. -> -> Still, in the `1.x` version, it continues to provide Props and Commands that lack almost nothing, allowing for the construction of apps that can efficiently utilize the map and satisfy most use cases without any trouble. ### 2. Detailed API Documentation diff --git a/README.md b/README.md index 2e3a8e9d..1bbb41e6 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,15 @@ ### 1. New Architecture Fabric +Support Table + +| React Native Naver Map | React Native | Note | +|------------------------|-------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| ≥`2.1.0` | ≥ `0.74` | Drop Bridge Support & `0.74` required | +| ≥`2.x` | New Architecture Only | Drop Old Architecture Support, [**You should turn off bridgeless if want to render http web image marker**](https://github.com/mym0404/react-native-naver-map/discussions/72) | +| <`2.x` | Old Architecture + New Architecture | | + + > [!IMPORTANT] > `2.x`버전부턴 New Architecture에서만 동작합니다. Fabric을 활성화하지 않은 프로젝트에서는 `1.x` 버전을 사용하시면 됩니다. 자잘한 기능 말고 차이나는 부분은 없고 `1.x`버전에서도 충분히 필요한 기능들로 지도앱을 구축할 수 있습니다.