Installation
Install
npm install react-native-watch-connectivity --save
# or
yarn add react-native-watch-connectivity
Link
Autolinking is the preferred installation method
Autolink
cd ios
pod install
CLI
Use for React Native <0.60
react-native link
Manual link
Add the following to your ios/Podfile
pod 'RNWatch', :path => '../node_modules/react-native-watch-connectivity'
And then run:
pod install