Skip to content

meteor-factory/react-native-meteor-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A boilerplate / example app app for Meteor + React Native

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published