Skip to content

Commit

Permalink
update README, update lib main entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
mattiaferrari02 committed Feb 19, 2024
1 parent 4d46402 commit bacb774
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ React Native integration of [Green Development Kit](https://github.com/Blockstre
</h3>

```bash
npm install react-native-gdk
npm install @vulpemventures/react-native-gdk
# or
yarn add react-native-gdk
yarn add @vulpemventures/react-native-gdk
# and then
cd ios && pod install
```
Expand All @@ -20,7 +20,7 @@ cd ios && pod install
</h3>

```bash
yarn add react-native-gdk
yarn add @vulpemventures/react-native-gdk
# and then
expo prebuild
```
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "lib/commonjs/index",
"module": "lib/module/index",
"types": "lib/typescript/src/index.d.ts",
"react-native": "src/index",
"react-native": "lib/commonjs/index",
"source": "src/index",
"files": [
"lib",
Expand Down

0 comments on commit bacb774

Please sign in to comment.