How to ask for native permissions such as READ_CALL_LOG for Android?

I am trying to build an app which requires the call logs of the users phone. How can I ask for native permissions such as READ_CALL_LOG with expo for android to request this data from the PermissionsAndroid library.