Skip to content

Commit 90ccf3c

Browse files
committed
🌹 Add "pod install" step to readme
1 parent 3e21ca4 commit 90ccf3c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

readme.md

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ A small implementation of `getRandomValues` for React Native.
66

77
```sh
88
npm install --save react-native-get-random-values
9+
cd ios && pod install && cd ..
910
```
1011

1112
## Usage

0 commit comments

Comments
 (0)