/LoginScreen

Primary LanguageJavaScriptMIT LicenseMIT

LoginScreen

LoginScreen is a React Native powered app, it only contains a login screen as suggested by the name, it is ordered by components in such a way that you can take it and plug directly into your own custom app.

This UI was heavily inspired by https://www.uplabs.com/posts/login-screen-ui-interface

Screenshot

LoginScreen

Usage

  1. Make sure you've got Node.js v4+ and Yarn(preferred) or NPM installed.
  2. Install the dependencies and start the local server:
$ cd LoginScreen
$ yarn
$ react-native run-android

NOTE: You need to have an actual Android device plugged into your computer, or an emulator.

License

MIT