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

[chore] Update registry link and docs #12

Merged
merged 2 commits into from
Mar 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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