0.1.1-beta • Published 1 year ago
@fireblocks/test-react-native-ncw-sdk v0.1.1-beta
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
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