invertase / notifee

⚛️ A feature rich notifications library for React Native.
https://notifee.app
Apache License 2.0
1.88k stars 228 forks source link

Got limited character on body #952

Closed yvza closed 9 months ago

yvza commented 10 months ago

This is my code

const test = {
            notificationId: '287342384*(#&$*@492',
            title: 'Some title here',
            body: 'Its a very long descriptionnn, Its a very long descriptionnn, Its a very long descriptionnn, Its a very long descriptionnn.'
        };
        await notifee.displayNotification({
            id: test.notificationId,
            title: test.title,
            body: test.body,
            android: {
                channelId: 'notification_chnl',
                pressAction: {
                    id: 'default',
                    launchActivity: 'default'
                },
                showTimestamp: true,
                autoCancel: true,
                importance: AndroidImportance.HIGH
            },
            ios: {
                foregroundPresentationOptions: {
                    alert: true,
                    badge: true,
                    sound: true
                }
            }
        });

Result

Screenshot 2024-01-09 at 11 54 58

Environment

"@notifee/react-native": "^7.0.0", "react": "16.13.1", "react-native": "0.63.3",

Expected Result

All character inside body displayed when user expand the notif

Kathir2002 commented 10 months ago

i also having the similar issue, does you found any solution?

yvza commented 10 months ago

i also having the similar issue, does you found any solution?

not yet :/

github-actions[bot] commented 9 months ago

Hello 👋, to help manage issues we automatically close stale issues.

This issue has been automatically marked as stale because it has not had activity for quite some time.Has this issue been fixed, or does it still require attention?

This issue will be closed in 15 days if no further activity occurs.

Thank you for your contributions.