Textly is a modern React Native SMS management application built for Android.
It allows users to view, manage, and interact with their text messages in a clean and intuitive interface.
- 📩 View all SMS conversations
- 💬 Open detailed chat threads
- 🗑 Delete messages
- 🔔 Local notification support
- ⚙ Settings screen customization
- 📲 Background message listening support
- 🔐 SMS permissions handling
- React Native
- TypeScript
- Native Android Modules (for SMS access)
- Content Resolver (Android)
- React Native Vector Icons
- Local Notifications
Displays all SMS conversations in a clean list view.
View full conversation history with a selected contact.
Customize your application settings.
More configuration options and preferences.
Textly requires the following Android permissions:
- READ_SMS
- SEND_SMS
- RECEIVE_SMS
These permissions are required to access and manage SMS messages securely on the device.
git clone https://github.com/yaftes/textly.git
cd textly
npm install
npx react-native run-android


