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

Commit

Permalink
[chore] Update registry link and docs (#12)
Browse files Browse the repository at this point in the history
- Upate registry link to https://registry.npmjs.org
- Fix download link
- Remove incorrect sections of doc
- Add package description
  • Loading branch information
jazz-cb authored Mar 21, 2023
1 parent 0f9e18f commit ba854cc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
registry=https://npm.pkg.github.com
@coinbase:registry=https://npm.pkg.github.com
registry=https://registry.npmjs.org
@coinbase:registry=https://registry.npmjs.org
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,11 @@ For Android development:
- [Android Studio](https://developer.android.com/studio)
- x86_64 Android emulator running Android 30+ (Pixel 5 running S recommended)
- [Android NDK](https://developer.android.com/ndk)
- [Java 8](https://www.java.com/download/ie_manual.jsp)
- [Java 8](https://www.java.com/en/download)
- [Java JDK 17](https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html) (JDK 19 will not work with React Native)

## Installation

1. [Create a personal access token (classic)](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token#creating-a-personal-access-token-classic) with `read:packages:` set.
2. [Authenticate with your personal access token (classic).](https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-npm-registry#authenticating-to-github-packages)
3. [Install the package in your React Native project](https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-npm-registry#installing-a-package)

With `npm`:

```
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@coinbase/waas-sdk-react-native",
"version": "0.1.2",
"description": "test",
"version": "0.1.4",
"description": "Coinbase React Native SDK for Wallet-as-a-Service APIs",
"main": "lib/commonjs/index",
"module": "lib/module/index",
"types": "lib/typescript/index.d.ts",
Expand Down

0 comments on commit ba854cc

Please sign in to comment.