Skip to content

spencercarli/react-native-meteor-accounts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 

Repository files navigation

React Native Meteor Accounts

The code associated with my React Native Meteor Accounts tutorials.

This is a work in progress. I will be emailing updates to this email list otherwise just check back here.

Facebook OAuth

Please follow this tutorial.

You'll need to create a settings.json file (see MeteorApp/settings.example.js for an example) and add your keys. You can then run the app via meteor --settings settings.json.

You'll have to do the necessary config for React Native (see tutorial) then you can run via the following commands. These should be run from the RNFacebookExample directory.

  • iOS: npm run ios
  • Android: react-native run-around

Email + Password

Please follow this tutorial.

After starting the meteor server run either of the commands in the RNPasswordExample directory.

  • iOS: npm run ios
  • Android: react-native run-around