andreyvital / react-native-android-sms-listener

Allows you to listen for incoming SMS messages using React Native
MIT License
358 stars 99 forks source link

Handle multipart messages #51

Closed bartekczyz closed 4 years ago

bartekczyz commented 4 years ago

If incoming message is too long, current version of the library emits multiple events with chunked message body. This PR adds handling multipart messages by combining all parts together. It also adds "timestamp" info to the emitted event