After update react-native to 0.75.1 – react-native-fast-image gives error while running app on android

I have updated react-native to the latest 0.75.1 version and now have got the below error after running the application on Android.

node_modules/react-native-fast-image/android/src/main/java/com/dylanvann/fastimage/FastImageSource.java:14:
error: cannot inherit from final ImageSource public class
FastImageSource extends ImageSource {

Below are the versions used in the application

 "react": "18.3.1",
 "react-native": "0.75.1",
 "react-native-fast-image": "^8.6.3",