Skip to content

Commit

Permalink
Simplify rnpm setup instruction (aksonov#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgruebl authored and cbrevik committed May 29, 2016
1 parent c0a539b commit dcf3734
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ GoogleAnalytics.trackEvent('testcategory', 'testaction');
```

## Installation with rnpm
1. `npm install --save react-native-google-analytics-bridge`
2. `rnpm link react-native-google-analytics-bridge`
`rnpm install react-native-google-analytics-bridge`

With this, [rnpm](https://github.com/rnpm/rnpm) will do most of the heavy lifting for linking, **but** for iOS you will still need to do step 5 from the manual installation guide below.

Expand Down

0 comments on commit dcf3734

Please sign in to comment.