Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Update README (#46)
Browse files Browse the repository at this point in the history
Update README with Android installation instructions.
  • Loading branch information
yuga-cb authored Jul 13, 2023
1 parent 6aa53ab commit fcd1722
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,17 @@ With `yarn`:
yarn add @coinbase/waas-sdk-react-native
```

### Android

In your Android application's `settings.gradle` file, make sure to add the following:

```gradle
include(':go-internal-sdk')
project(':go-internal-sdk').projectDir = new File(settingsDir, '../node_modules/@coinbase/waas-sdk-react-native/android/go-internal-sdk')
include(':mpc-sdk')
project(':mpc-sdk').projectDir = new File(settingsDir, '../node_modules/@coinbase/waas-sdk-react-native/android/mpc-sdk')
```

## Usage

See [index.tsx](./src/index.tsx) for the list of supported APIs.
Expand Down

0 comments on commit fcd1722

Please sign in to comment.