Skip to content

Commit

Permalink
Add RNUserAgent to Podfile (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
oshimayoan authored and bebnev committed Nov 9, 2019
1 parent 06a23f7 commit 71d3234
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ yarn add react-native-user-agent

`$ react-native link react-native-user-agent`

After that, add this to your `Podfile` and run `pod install`

```
pod 'RNUserAgent', :path => '../node_modules/react-native-user-agent/ios'
```

### Manual installation


Expand Down

0 comments on commit 71d3234

Please sign in to comment.