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)
- Install pod dependencies:
cd example/ios && bundle exec pod install
Usage
import { FireblocksNCWFactory } from "react-native-ncw-sdk";
const fireblocksNCW = await FireblocksNCWFactory({
env: "sandbox",
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