Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/reactnative/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,13 @@ npm install @pushprotocol/react-native-sdk
#### Install the peer dependencies

```bash
yarn add react-native-randombytes@3.6.1 react-native-webview@13.2.2 react-native-webview-crypto@0.0.25
yarn add react-native-randombytes react-native-webview react-native-webview-crypto react-native-fast-openpgp react-native-get-random-values text-encoding crypto
```

or

```bash
npm install react-native-randombytes@3.6.1 react-native-webview@13.2.2 react-native-webview-crypto@0.0.25
npm install react-native-randombytes react-native-webview react-native-webview-crypto react-native-fast-openpgp react-native-get-random-values text-encoding crypto
```

#### Nodeify the crypto packages
Expand Down