Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 428 Bytes

File metadata and controls

17 lines (10 loc) · 428 Bytes

react-native-meteor-basic-auth

This is my internship task. I was asked to create mobile app in React Native and server in Meteor.

To run React Native app, change METEOR URL in taskSaccess/meteor/connect.js;

React Native components:

  • AuthLoading
  • Login and Registration
  • Navigation Drawer (Home, Control Panel)

Meteor databases:

  • User default database (email, password)
  • Texts database (text, owner (user_id))