/react-native-meteor-starter

A boilerplate / example app app for Meteor + React Native

Primary LanguageJavaScript

Meteor React Native Starter Boilerplate

Helpful examples for using Meteor with React Native written in ES6.

Read about why and how React Native & Meteor work together.

What's in the box

  • Onboarding - swipe through welcome panels
  • Accounts - create accounts & sign up
  • CRUD - (in progress) add, update, items to a collection
  • Tinder - swipe happily through colors
  • Messaging - Actually, it's more like a forum, but you get the point

Meteor + React Native Meteor + React Native Meteor + React Native

Quick Start

0. Prerequisites
1. Start the Meteor backend server

cd meteor && meteor

--> Open a new terminal tab <--

2. Run on iOS (Mac only. Very easy)

cd Starter && npm install && npm run ios then click the 'Play' button on Xcode.

Todos

  • Android support
  • Client-side validation for email (tcomb-form?)
  • Create profile page when click on chat image
  • Improve 'Load new messages' loading experience
  • Globalize some styles e.g. colors
  • Chat doesn't scroll down when you receive a new message
  • Icon font
  • Ensure ES6 throughout
  • Fix menu
  • Visualize matches data
  • Fix tabs styling
  • Implement basic CRUD
  • Add images
  • CONSTANTS for app name etc.
  • Gravatar (npm i gravatar)

Contributors

This repo was inspired by and relies heavily on the code from @spencercarli's awesome Meteor Todos