Skip to content
This repository has been archived by the owner on Sep 24, 2021. It is now read-only.

Build Issue: Cannot find symbol .cancelAllNotifictions (mistyped?) #3

Closed
tad3j opened this issue Jan 27, 2020 · 1 comment
Closed

Comments

@tad3j
Copy link

tad3j commented Jan 27, 2020

I've created my project off of @react-native-firebase/template and I've installed notifee with yarn add @notifee/react-native (running this on Windows, Node v12.14.1, react-native v0.61.5).

When I run react-native run-android the build fails with exception:

Execution failed for task ':@notifee_react-native:compileDebugJavaWithJavac'.

....

...\node_modules\@notifee\react-native\android\src\main\java\io\invertase\notifee\NotifeeApiModule.java:45: error: cannot find symbol
      .cancelAllNotifictions((e, aVoid) -> NotifeeReactUtils.promiseResolver(promise, e));
      ^
  symbol:   method cancelAllNotifictions((e,aVoid)-[...]e, e))
  location: class Notifee

It seems like there is a typo in cancelAllNotifictions, should be cancelAllNotificAtions.

@tad3j tad3j changed the title Build Issue: Cannot find symbol .cancelAllNotifictions Build Issue: Cannot find symbol .cancelAllNotifictions (mistyped?) Jan 27, 2020
@Salakar
Copy link
Member

Salakar commented Jan 27, 2020

Thank you for flagging - 0.0.3 is up on NPM now with this fixed.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants