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 ``` NSHealthShareUsageDescription Read and understand health data. NSHealthUpdateUsageDescription Share workout data with other apps. ```