react-native-starter-kit
react-native-starter-kit copied to clipboard
react-native-firebase:compileDebugJavaWithJavac'
I have not changed anything but i get this error and i cant wrap my head around it
Task :react-native-firebase:compileDebugJavaWithJavac C:\Users\kisaa\Desktop\SPEDRIVER\node_modules\react-native-firebase\android\src\main\java\io\invertase\firebase\notifications\RNFirebaseNotificationManager.java:231: error: cannot find symbol return createChannelGroupMap(notificationManager.getNotificationChannelGroup(channelGroupId)); ^ symbol: method getNotificationChannelGroup(String) location: variable notificationManager of type NotificationManager C:\Users\kisaa\Desktop\SPEDRIVER\node_modules\react-native-firebase\android\src\main\java\io\invertase\firebase\notifications\RNFirebaseNotificationManager.java:331: error: cannot find symbol notificationChannelGroup.setDescription(description); ^ symbol: method setDescription(String) location: variable notificationChannelGroup of type NotificationChannelGroup C:\Users\kisaa\Desktop\SPEDRIVER\node_modules\react-native-firebase\android\src\main\java\io\invertase\firebase\notifications\RNFirebaseNotificationManager.java:407: error: cannot find symbol writableMap.putString("description", notificationChannelGroup.getDescription()); ^ symbol: method getDescription() location: variable notificationChannelGroup of type NotificationChannelGroup Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. 3 errors
What went wrong: Execution failed for task ':react-native-firebase:compileDebugJavaWithJavac'.
Compilation failed; see the compiler error output for details.
@16isaac89 Did you manage to run this project?