Closed astrahov closed 1 year ago
https://notifee.app/react-native/docs/android/interaction#simple-behaviour
notifee.displayNotification({ title: 'New notification', android: { channelId, pressAction: { id: 'default', }, }, });
TS2322: Type Object literal may only specify known properties, and pressAction does not exist in type
https://notifee.app/react-native/docs/android/interaction#simple-behaviour