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

Library doesn't handle UCS-2 encoded messages correctly

开放

#101 创建于 2026年4月2日

 (0 条评论) (0 个反应) (1 位负责人)Java (32 个派生)auto 404
buggood first issue

仓库指标

星标
 (84 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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.

贡献者指南