hirbod/react-native-volume-manager

Seeking Assistance to Implement Notification Volume Adjustment Based on User Settings

zubyrbutt opened this issue · 1 comments

Hi there,

I am currently working on a feature in my app that involves updating the notification volume according to user preferences. I'm seeking guidance and assistance on how to successfully implement this functionality.

The goal is to allow users to customize the notification volume within the app, ensuring a personalized and user-friendly experience. I would appreciate any insights, suggestions, or code snippets that could help me achieve this feature.

Thank you in advance for your support!

Screenshot_1702534584

I've found the solution.
pass this object { type: 'notification' }
await VolumeManager.setVolume(e, { type: 'notification' });
Thanks for the wonderful library.❤️