briankabiro/react-native-get-sms-android

Crash App on device samsung

huuthinh245 opened this issue · 2 comments

let filter = {
box: 'all',
minDate: date.valueOf(), // timestamp (in milliseconds since UNIX epoch)
indexFrom: 0, // start from index 0
maxCount: 500, // count of SMS to return each time
};
I use like this. Maybe samsung doesn't support get all sms

Hi

Are you able to at least get back a message when using the package?

Hi

Are you able to at least get back a message when using the package?

yes sir