briankabiro / react-native-get-sms-android

React Native module to get messages on an Android device
MIT License
135 stars 68 forks source link

Crash App on device samsung #68

Closed huuthinh245 closed 4 years ago

huuthinh245 commented 4 years ago

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

briankabiro commented 4 years ago

Hi

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

huuthinh245 commented 4 years ago

Hi

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

yes sir