Skip to content

Commit

Permalink
chore: unconscious commit
Browse files Browse the repository at this point in the history
  • Loading branch information
mym0404 committed Jul 5, 2024
1 parent 410a2f7 commit 9a98ca4
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 4 deletions.
13 changes: 9 additions & 4 deletions README-en.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`버전에서도 충분히 필요한 기능들로 지도앱을 구축할 수 있습니다.
Expand Down

0 comments on commit 9a98ca4

Please sign in to comment.