Commit 8d84cccf authored by Do Minh Hai's avatar Do Minh Hai Committed by GitHub

Install with rnpm

Add instruction of installing via `rnpm`
parent 6a202768
...@@ -8,6 +8,14 @@ Unfortunately, I don't have the time to continue maintaining this module. If you ...@@ -8,6 +8,14 @@ Unfortunately, I don't have the time to continue maintaining this module. If you
Device Information for react-native Device Information for react-native
## Installation via [`rnpm`](https://github.com/rnpm/rnpm)
```shell
rnpm install react-native-device-info
```
`rnpm` will install (--save) this module then linking for react-native, so you don't have to link for each platforms maually as the following.
## Installation ## Installation
First you need to install react-native-device-info: First you need to install react-native-device-info:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment