Commit 327e1d02 authored by Gant Laborde's avatar Gant Laborde Committed by GitHub

Merge pull request #51 from dominhhai/master

Install with rnpm
parents 31ff0194 8d84cccf
...@@ -4,6 +4,14 @@ ...@@ -4,6 +4,14 @@
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