sanchan / react-native-mailer

An email client application (inspired on Spark) wrote with React Native and Redux just in a weekend πŸš€

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-native-mailer

An email client application (inspired on Spark) wrote with React Native and Redux just in a weekend πŸš€

I'm using react-native-macos which is not ready for production applications yet, this is just an experiment to try new cool stuff 😎

This application is completely dummy. Don't expect to replace your current mail client by this πŸ˜‰

Screenshots

How to run it?

Install react-native-macos in your system if you didn't yet:

npm install react-native-macos-cli -g

Install node packages:

npm install

Open the Xcode's project:

cd react-native-mailer
open macos/Mailer.xcodeproj

Run the app from Xcode:

⌘ + R

or just hitting the Play button.

About

An email client application (inspired on Spark) wrote with React Native and Redux just in a weekend πŸš€


Languages

Language:JavaScript 80.4%Language:Objective-C 19.6%