Merge pull request #24 from the-ress/patch-1

update linking instructions
This commit is contained in:
Mark Vayngrib 2016-09-14 17:23:26 -04:00 committed by GitHub
commit a153fb5cc3
1 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,8 @@ npm install --save react-native-udp
## Link in the native dependency
```
react-native link react-native-udp
# OR, if you're using react-native older than 0.31:
rnpm link react-native-udp
```