Notification Sound, Expo React Native Ios

I am using React Native with Expo and I am trying to configure custom sounds for IOS, when I use the default type in the sound key, it works perfectly with the default sound for push notifications, but when I change that key to the path where it is located my custom sound doesn’t work. Has this ever happened to you?

const message = { to: device, sound: ‘default’, title: ‘Original Test’, body: ‘And here is the body!’, data: { someData: ‘goes here’ }, };

When I change the sound to my route where the sound is located, not even the notification arrives, but I already tried separately that my sound file works.