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 ๐
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.