preBuild Error with push notifications both IOS and Android

The process fails during preBuild and have not been able to make the proper correction. any ideas on what I can do?

:heavy_multiplication_x: Config sync failed
Error: [android.dangerous]: withAndroidDangerousBaseMod: An error occurred while configuring Android notifications. Encountered an issue copying Android notification sounds: Error: ENOENT: no such file or directory, copyfile ‘/Users/noahdman/myApps/LangggiddyTap/local/assets/notification-sound.wav’ → ‘/Users/noahdman/myApps/LangggiddyTap/android/app/src/main/res/raw/notification-sound.wav’

Info about my project:

  • Managed Workflow

  • “cli”: {
    “version”: “>= 3.5.2”
    },
    -So far I have tried to remove the notification-sound.wave and the notification-sound-other.wave and still have no success. :

    “plugins”: [
    [
    “expo-notifications”,
    {
    “icon”: “./local/assets/notification-icon.png”,
    “color”: “#ffffff”,
    “sounds”: [
    “./local/assets/notification-sound.wav”,
    “./local/assets/notification-sound-other.wav”
    ]
    }
    ]
    ],