meteor-react-native-starter

Boilerplate with auth, backend, db and many more! Clone, install, start coding!

MIT License

Stars
20
Committers
2

Bot releases are hidden (Show)

meteor-react-native-starter - 2.0.0 Latest Release

Published by jankapunkt over 1 year ago

  • added full test-stack for backend, 100% coverage
  • added full test-stack for app, initial tests added
  • added jsdoc for backend and app
  • updated README, where necessary
  • correct a few links
  • add full GitHub actions CI suite for backend and app

Full Changelog: https://github.com/jankapunkt/meteor-react-native-starter/compare/1.2.1...v2.0.0

meteor-react-native-starter - 1.2.1

Published by jankapunkt over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/jankapunkt/meteor-react-native-starter/compare/v1.2.0...1.2.1

meteor-react-native-starter - v.1.2.0

Published by jankapunkt almost 2 years ago

  • optimized a few parts of the code
  • implemented simple todos

Full Changelog: https://github.com/jankapunkt/meteor-react-native-workshop/compare/v1.1.0...v1.2.0

meteor-react-native-starter - v1.1.0

Published by jankapunkt almost 2 years ago

This is now a full-scale starter project that you can use as template to create a Meteor+RN app.

It now includes:

  • complete authentication workflow (signIn, signUp, signOut, deleteAccount)
  • Profile page + updating profile fields (updateProfile)
  • minimal component / container styling, easily extendable
  • standard lint

Full Changelog: https://github.com/jankapunkt/meteor-react-native-workshop/compare/v1.0.0...v1.1.0

meteor-react-native-starter - v1.0.0

Published by jankapunkt about 2 years ago

First stable release with full working auth system:

  • auto sign in
  • sign in manually
  • register new account