/WeVoteReactNative

We Vote's iOS and Android versions.

Primary LanguageJavaScriptMIT LicenseMIT

We Vote React Native - README Home

This repository contains We Vote's iOS and Android versions built with ReactNative. It is being built based on specifications created and tested in the We Vote WebApp Using data we have gathered in our API Server from Google Civic API, Vote Smart, MapLight, TheUnitedStates.io and the Voting Information Project. We give voters a social way to interact with ballot data.

Interested in volunteering? Starting presentation here. Please also read about our values and see our Code of Conduct

You can see our current wireframe mockup for a San Francisco ballot here: http://start.wevoteusa.org/

And finally, the current live demo version of the mobile website version is here: https://wevote.me (Our iPhone and Android versions are not available to the public yet.)

Learn about React Native

Some articles to orient you:

Writing Cross-Platform Apps with React Native

Our commentary: If you know ReactJS, the transition to React Native is very logical -- BUT we are finding that all rendering is new code, and we are not able to bring over too much from our wevote/WebApp repo. We believe that we will be able to use the same data Store and Action code.

These are some videos we suggest to get you started.

React.js Conf 2015 Keynote - Introducing React Native (32 minutes)

React.js Conf 2015 Keynote 2 - A Deep Dive into React Native (30 minutes)

Installing WeVoteReactNative

  1. Preparing the Environment on Your Machine

  2. Bringing Code to Your Machine

  3. Running WeVoteReactNative for the First Time

Working with WeVoteReactNative

  1. Working with WeVoteReactNative Day-to-Day

  2. Debugging Tools and Tips

  3. Issues and Reporting Bugs

Contributing to the Project

Please read the following before you start contributing to the project. Thank you!

Coding Standards and Best Practices

How to Submit Code / Pull Requests

  1. What the Heck is a Pull Request?

  2. Before Your First Pull Request

  3. Creating a Pull Request

  4. Pull Request Advanced Tips & Tricks

  5. Troubleshooting Pull Request Problems

  6. Approving Pull Requests