Installation

Install

npm install react-native-watch-connectivity --save
# or
yarn add react-native-watch-connectivity

Autolinking is the preferred installation method

cd ios
pod install

CLI

Use for React Native <0.60

react-native link

Add the following to your ios/Podfile

pod 'RNWatch', :path => '../node_modules/react-native-watch-connectivity'

And then run:

pod install