Installation.md 381 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12
Install the `rn-apple-healthkit` npm package

- Run `npm install rn-apple-healthkit --save`
- Run `react-native link rn-apple-healthkit`

Update `info.plist` in your React Native project
```
<key>NSHealthShareUsageDescription</key>
<string>Read and understand health data.</string>
<key>NSHealthUpdateUsageDescription</key>
<string>Share workout data with other apps.</string>
```