# iOS Installation with `react-native link`

```shell
$ npm install react-native-background-fetch --save

$ react-native link react-native-background-fetch
```

Easy.

