General purpose messaging app built with react native. Created this to learn react native. The app uses the following dependencies,
- Twitter Digits - for login using phone number
- Firebase - for backend
- AWS S3 for media storage
https://itunes.apple.com/us/app/stitchchat/id1124511781?mt=8
- Install cocoapods
- npm install
- Install twitter fabric as detailed here, https://docs.fabric.io/ios/fabric/cocoapods.html
- Update Fabric consumer key and secret in Info.plist
- (optional) specify Microsoft code push key in Info.plist for remote updates.
- Update server url in source/AppConstants.js.
- The compose message action will show all contacts instead of registered contacts(for testing purpose). You can easily change this by setting showRegistered = true in line#20 of app/container/ContactsPage.js