expo notification category methods do not exist but is available in the docs!

Please provide the following:

  1. SDK Version: 38
  2. Platforms(Android/iOS/web/all): IOS

using :

"expo-notifications": "~0.3.3",

These methods are not available.

Notifications - Expo Documentation

for example using:

import {getNotificationCategoriesAsync} from "expo-notifications";

getNotificationCategoriesAsync does not exist!

Hey @stevemoretz,

It sounds like you’re looking at the wrong documentation. Those methods were added in SDK39 so they’ll be present in the link you pasted (that points to latest). If you switch to SDK38 in the docs, you’ll find those methods are not shown.

Cheers,
Adam

Wow I had no idea that has happened in one sdk update sdk 39 came pretty recently still didn’t have a chance to update to it but will soon sounds perfect.

Thank you expo team keep up the amazing work.

By the way, the big picture notification for Android sounds to be missing is it planned?

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