Socket
Book a DemoInstallSign in
Socket

@fireblocks/test-react-native-ncw-sdk

Package Overview
Dependencies
Maintainers
10
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@fireblocks/test-react-native-ncw-sdk

Fireblocks NCW SDK bridge for React Native

unpublished
latest
Source
npmnpm
Version
0.1.1-beta
Version published
Maintainers
10
Created
Source

react-native-ncw-sdk

Fireblocks NCW SDK bridge for React Native

Installation

npm install @fireblocks/react-native-ncw-sdk

iOS additional setup

  • Edit the following line to your app's Podfile
  post_install do |installer|
    $RNNCWSDK.post_install(installer) # <--- add this line
  • Install pod dependencies:
cd example/ios && bundle exec pod install

Usage

import { FireblocksNCWFactory } from "react-native-ncw-sdk";

// ...

const fireblocksNCW = await FireblocksNCWFactory({
    env: "sandbox", // or "prod" etc
    logLevel: "INFO",
    deviceId,
    messagesHandler,
    eventsHandler,
    secureStorageProvider,
});

Example

Example Project

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT

Made with create-react-native-library

Keywords

react-native

FAQs

Package last updated on 08 Apr 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts