@react-native-firebase\dynamic-links cannot find symbol

Issue I am getting the following error after using npm install @react-native-firebase/dynamic-links. I am not able to solve this issue, any solutions? D:\myapp\node_modules\@react-native-firebase\dynamic-links\android\src\main\java\io\invertase\firebase\dynamiclinks\ReactNativeFirebaseDynamicLinksModule.java:227: error: cannot find symbol Bundle linkUtmParameters = linkData.getUtmParameters(); ^ symbol: method getUtmParameters() location: variable linkData of type

Continue reading