briankabiro / react-native-get-sms-android

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

Filter by minDate #80

Open Pradye opened 3 years ago

Pradye commented 3 years ago

{ "_id": 1234, "thread_id": 3, "address": "2900", "person": -1, "date": 1365053816196,
}

Will the date attribute be unique (even diff in ms). Asking this because to fetch sms based on date filter by setting "minDate": lastReadDate +1

Please advise if this would work.