# Install dependancies
yarn install
cd ios
pod install
# Start metro bundler
yarn start
# Start the application (in another term)
yarn android # or yarn ios
expo init CallKeepDemo
expo eject
yarn add react-native-callkeep
./node_modules/.bin/react-native link react-native-callkeep