Skip to content

Commit

Permalink
chore: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
amper-fb committed Apr 18, 2024
1 parent 8f36f96 commit b32ab68
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ npm install @fireblocks/react-native-ncw-sdk
```sh
cd example/ios && bundle exec pod install
```
3. Open your project's workspace in xcode

4. File > Add Package Dependecies... > https://github.com/fireblocks/ncw-ios-sdk > Add Package > Add to Target: "Your Project" > Add Package

## Usage

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fireblocks/react-native-ncw-sdk",
"version": "0.1.4",
"version": "0.1.5",
"description": "NCW SDK Native bridge",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down

0 comments on commit b32ab68

Please sign in to comment.