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 de403db
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
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
4 changes: 2 additions & 2 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ PODS:
- GoogleUtilities/Environment (~> 7.8)
- GoogleUtilities/UserDefaults (~> 7.8)
- PromisesObjC (~> 2.1)
- fireblocks-react-native-ncw-sdk (0.1.0):
- fireblocks-react-native-ncw-sdk (0.1.4):
- glog
- RCT-Folly (= 2022.05.16.00)
- React-Core
Expand Down Expand Up @@ -1545,7 +1545,7 @@ SPEC CHECKSUMS:
FirebaseCore: 28045c1560a2600d284b9c45a904fe322dc890b6
FirebaseCoreInternal: bca337352024b18424a61e478460547d46c4c753
FirebaseInstallations: 763814908793c0da14c18b3dcffdec71e29ed55e
fireblocks-react-native-ncw-sdk: f6dc9ef0096ac6a82b649cf5567313e3dc066739
fireblocks-react-native-ncw-sdk: d7c6de799276f8bb0141fa4f4523610d7457c63b
Flipper: c7a0093234c4bdd456e363f2f19b2e4b27652d44
Flipper-Boost-iOSX: fd1e2b8cbef7e662a122412d7ac5f5bea715403c
Flipper-DoubleConversion: 2dc99b02f658daf147069aad9dbd29d8feb06d30
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 de403db

Please sign in to comment.