npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@coolwallet-app/react-native-keychain

v10.0.0-cbx.2

Published

Keychain Access for React Native

Readme

React Native Keychain

關於分支管理

Main 分支

  • main 分支表示我們 repo 追蹤的主要分支
  • 我們自己的最新改動都合併至 main 分支

Master 分支

  • master 分支表示 upstream 追蹤的主要分支
  • 可以在 Github 的介面找到 Sync fork 按鈕
  • 點擊 discard {n} commits 來同步 upstream

建置專案

  1. Clone 專案

    git clone https://github.com/CoolBitX-Technology/react-native-keychain.git
  2. 檢查 Yarn 版本

    yarn -v

    確保 yarn 版本和 package.json 內指定的相同

  3. 安裝依賴

    yarn install
  4. 部署至 npm(可選)

如果有相關改動需要發布:

  • 修改 package.json 版本號碼,通常是把 x.x.x-cbx.0 往上加一版 變成 x.x.x-cbx.1
  • 部署至 npm
    yarn run deploy

    ⚠️ 注意: 需要登入 npm。登入資料可以在 1Password 查看。

在本地 App 專案進行測試

  1. 複製本地路徑

    複製本地 react-native-keychain 的路徑,例如:

    /Users/kimlai/react-native-keychain
  2. 更新 package.json

    將路徑貼到 app 專案的 package.json

    {
      "dependencies": {
        "react-native-keychain": "/Users/kimlai/react-native-keychain"
      }
    }
  3. 安裝依賴

    yarn install
  4. 開啟 App 進行測試

    完成設定後即可開啟 App 進行測試