Bug on Haptic.notification(Haptic.NotificationFeedbackType.Error)

Hello

The following code imply an error

Platform.OS === "ios" &&
        Haptic.notification(Haptic.NotificationFeedbackType.Error);

=>

Error: The method or property Haptic.notification is not available on this platform, are you sure you ve linked all the native dependencies properly?
  • SDK : 32
  • Device : iPhone X

Hey @softhib,

I reproduced this on my end so it seems to be a bug. Do you think you could create a github issue for this here: Issues · expo/expo · GitHub that has a way to reproduce the error either via github repo or more ideally a Snack?

Cheers,

Adam

Done: Bug on Haptic.notification(Haptic.NotificationFeedbackType.Error) · Issue #3224 · expo/expo · GitHub

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