react-native-snapchat-clone icon indicating copy to clipboard operation
react-native-snapchat-clone copied to clipboard

Just a simple Snapchat clone made to learn React Native the hard way 🤓

React Native Snapchat Clone

Well actually, very simplified clone , just for fun. This app is backed by the following Ruby on Rails API https://github.com/Michaelvilleneuve/react-native-snapchat-clone-API.

Works and looks the same on Android and iOS.

It features :

  • 📲 Login
  • 👀 Viewing the list of snaps you received (with distinction between those you've already viewed and those you've not)
  • 📸 Sending Snap to another user
  • 👻 Self destruction of snaps after 10 seconds

📲 Login

It uses Rails's devise token Gem to handle connection, and React Native storage to persist token.

👀 Viewing the list

You can only click the snaps you have not already viewed.

👻 Viewing single snapp (before self destruction)

Nothing to say here, just view the snap before it disappears.

📸 Capturing a snapp

Uses front cam as default, then base64 encode the image

📸 Choosing a recipient

Pick a recipient, and the base64 image is uploaded to the API

That's it !

Do whatever you want with, it. It is too late to compete with SnapChat anyway 😉