Expo Incoming Call Hook and Native Permissions

Please provide the following:

  1. SDK Version: 44
  2. Platforms(Android/iOS/web/all): Android
  3. Add the appropriate “Tag” based on what Expo library you have a question on.

I am trying to listen to incoming/outgoing phone call events, found CallKeep library for react-native but doesn’t seem to work with Expo.

I know that following intent is responsible for outgoing calls but not sure how to listen to it in expo android.intent.action.NEW_OUTGOING_CALL

Also i know that i need following permissions READ_PHONE_STATE , PROCESS_OUTGOING_CALL but not sure how to call them.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.