srtucker22 / chatty

A WhatsApp clone with React Native and Apollo (Tutorial)
https://medium.com/@simontucker/building-chatty-a-whatsapp-clone-with-react-native-and-apollo-part-1-setup-68a02f7e11
MIT License
500 stars 110 forks source link

Android support #14

Open srtucker22 opened 7 years ago

srtucker22 commented 7 years ago

How should this get added to the tutorial?

Implementation at every substep would be really arduous, but we do want to end up with one codebase. I think the issue here is that it would make the tutorial code very long and might require additional explanation at every step.

Might make more sense to have an extra sub step at the end of each main step that applies any additional changes to support Android.

The best test here is to first see how many edits are needed if just updating code from the latest step.

srtucker22 commented 6 years ago

note -- will be much easier after #19