Skip to content

Commit

Permalink
Update README-en.md [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
mym0404 authored May 12, 2024
1 parent 2b7ebd5 commit dbbf7a0
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README-en.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,12 @@

### 1. New Architecture Fabric

> [!NOTE]
> Supporting Fabric does not mean that we do not support the Old Architecture; rather, we create components that work in both architectures.
> [!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

0 comments on commit dbbf7a0

Please sign in to comment.