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' }, };
Cuando cambio la sound a mi ruta donde se encuentra el sonido, no llega ni la notificacion, pero ya probe aparte que si funcione mi archivo de sonido.