Skip to content

Commit

Permalink
Update package install command in readme (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
bhyoo99 authored Dec 2, 2024
1 parent 7b84e72 commit 1081d60
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,18 @@ Node.js v18을 지원하며, Expo 51.0.38과 react-native-webview 13.8.6 환경
설치합니다.

```shell
expo install @portone/react-native-sdk react-native-webview
npx expo install @portone/react-native-sdk react-native-webview
```

2. TypeScript를 사용하시는 경우 @portone/browser-sdk를 devDependencies에 추가합니다.

```shell
npm install --save-dev @portone/browser-sdk
```
또는
```shell
yarn add -D @portone/browser-sdk
```

3. app.json의 plugin 항목으로 `@portone/react-native-sdk/plugin`를 추가합니다.

Expand Down

0 comments on commit 1081d60

Please sign in to comment.