Accessibility focused chat app for my sister.
The goal of this project was to make a chat app for my sister who lives with disabilities. Over the last year she has started to love having Siri dictate emails to me. While this is great, there is also the chance that she sends emails to other random people. I don't know if she knows how to send these emails to my other siblings (5 siblings... big family). So my goal was to create a simple chat app for my family (only), with accessibility in mind. So here was my criteria for my Christmas gift to my sister.
- Realtime Chat App
- Dictation
- Text to speech (she has a hard time reading)
- Take/Upload and send photos (she loves taking pictures of our family cat)
- Record/Playback and send audio (This might become the most efficient way for her in the future.)
- Push Notification (So my family members don't forget to reply)
- Cross Platform (Dad has an Android 🙄)
- Realtime Database, File Storage, Auth - Firebase
- Chat UI - React Native Gifted Chat
- Dictation - ✅ Provided by Siri in the native iOS keyboard
- Text to speech - Expo
- Take/Upload and send photos - Expo
- Record/Playback and send audio Expo
- Push Notification Expo
- Cross Platform - ✅ React Native / Expo
git clone
yarn install
(ornpm install
if you are one of those... 😉)- Setup
src/config/settings.js
file by adding in firebase configs. Seesrc/config/settingsExample.js
- Have expo-cli installed and
yarn start
orexpo start