-
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
23 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,36 @@ | ||
# @mj-studio/react-native-naver-map | ||
- [English Documentation(WIP)](/doc/en.md) | ||
|
||
Naver Map Component for React Native | ||
--- | ||
|
||
## Installation | ||
리액트 네이티브 [Naver Map](https://www.ncloud.com/product/applicationService/maps) 컴포넌트입니다. | ||
|
||
```sh | ||
npm install @mj-studio/react-native-naver-map | ||
``` | ||
이 프로젝트는 다음과 같은 목적을 가집니다. | ||
|
||
1. 더 이상 관리되지 않는 기존 라이브러리 대체 | ||
2. New Architecture Renderer Fabric 지원 | ||
|
||
## Usage | ||
>[!NOTE] | ||
>Fabric을 지원한다고 Old Architecture를 지원하지 않는 것이 아닌 두 Architecture모두에서 작동하는 컴포넌트를 제작합니다. | ||
```js | ||
import { NaverMapView } from "@mj-studio/react-native-naver-map"; | ||
## Supporting Table | ||
|
||
// ... | ||
| | iOS | Android | Web | | ||
|--------|------------------------|------------------------|------------| | ||
| Bridge | Working In Progress ⚒️ | Working In Progress ⚒️ | Planned 📦 | | ||
| Fabric | Planned 📦 | Planned 📦 | Planned 📦 | | ||
|
||
<NaverMapView color="tomato" /> | ||
|
||
## Installation | ||
|
||
```sh | ||
npm install @mj-studio/react-native-naver-map | ||
``` | ||
|
||
|
||
## Contributing | ||
|
||
See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow. | ||
|
||
## License | ||
|
||
MIT | ||
|
||
--- | ||
|
||
Made with [create-react-native-library](https://github.com/callstack/react-native-builder-bob) | ||
MIT |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters