expo-permissions returning Unrecognized Permission error for everything

  1. SDK Version: 36
  2. Platforms(Android/iOS/web/all): Android and iOS

I’ve recently updated my app from expo 34 to expo 36, and since then, permissions no longer work. I am aware that there were alterations in how expo-permissions work, but this line of code of mine seems to checkout according to notification, so I’m not understanding what is going wrong

const { status: existingStatus } = await Permissions.askAsync(Permissions.NOTIFICATIONS);

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