Skip to content

Commit 6b128b9

Browse files
Updated postinstall script in README.md.
1 parent 1f07ab6 commit 6b128b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ react-native link react-native-randombytes
4646
Add the following to your script in package.json:
4747

4848
``` javascript
49-
"postinstall": "rn-nodeify --install buffer,stream,assert,events,crypto,vm --hack"
49+
"postinstall": "rn-nodeify --install buffer,stream,assert,events,crypto,vm --hack && cd node_modules/bs58 && yarn add base-x@3.0.4 && cd ../../"
5050
```
5151

5252
Install any remaining dependencies and run postinstall.

0 commit comments

Comments
 (0)