Skip to content

Commit

Permalink
docs: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mym0404 committed Apr 24, 2024
1 parent d72a0cd commit d6a147d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions docs/docs/intro.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,8 @@ sidebar_position: 1

다음과 같은 목적을 가지고 제작되었습니다.

- 로그인, 공유, 지도 등 따로 관리되고 있거나 아예
존재하지 않는 Kakao SDK기능들을 리액트 네이티브에서 쉽게 사용할 수 있게
하자는 생각에서 탄생했습니다.
- 로그인, 공유, 지도 등 따로 관리되고 있는 SDK들로부터의 버전 충돌을 완벽히 해결합니다.
또한, 누락된 API나 미구현 기능들을 포함합니다.

- 모노레포로 구성된 프로젝트와 패키지는 각각의 역할을 담당하고 사용자는
자신이 필요한 기능만 설치하여 번들 사이즈 최적화 및 필요한 기능에만
Expand Down
4 changes: 2 additions & 2 deletions docs/src/components/HomepageFeatures/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ const FeatureList: FeatureItem[] = [
Svg: require('@site/static/img/finding-topics.svg').default,
description: (
<>
React Native Kakao는 로그인, 공유, 지도 등 따로 관리되고 있거나 아예 존재하지 않는 Kakao
SDK기능들을 리액트 네이티브에서 쉽게 사용할 수 있게 하자는 생각에서 탄생했습니다.
로그인, 공유, 지도 등 따로 관리되고 있는 SDK들로부터의 버전 충돌을 완벽히 해결합니다. 또한,
누락된 API나 미구현 기능들을 포함합니다.
</>
),
},
Expand Down

0 comments on commit d6a147d

Please sign in to comment.