maniac-tech/react-native-expo-read-sms

Library doesn't handle UCS-2 encoded messages correctly

Ouverte

#101 ouverte le 2 avr. 2026

 (0 commentaire) (0 réaction) (1 personne assignée)Java (32 forks)auto 404
buggood first issue

Métriques du dépôt

Stars
 (84 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

Description

Any messages received with UCS-2 encoding will only return the final part of the message in the callback to startReadSMS.

Send an SMS that triggers UCS-2 encoding with multiple segments (e.g. Hello 👋 so nice to to meet you today - we should continue our discussion over lunch.) and observe how only the end of the message is shown.

Guide contributeur