0.1.1-beta • Published 1 year ago

@fireblocks/test-react-native-ncw-sdk v0.1.1-beta

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

react-native-ncw-sdk

Fireblocks NCW SDK bridge for React Native

Installation

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

iOS additional setup

  1. Edit the following line to your app's Podfile
  post_install do |installer|
    $RNNCWSDK.post_install(installer) # <--- add this line
  1. 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

0.1.1-beta

1 year ago

0.1.0

1 year ago