https://github.com/daoodaba975/exlogrn
A starter app template for React Native & Expo, featuring a ready-to-use auth screens.
https://github.com/daoodaba975/exlogrn
auth expo login react-native template
Last synced: over 1 year ago
JSON representation
A starter app template for React Native & Expo, featuring a ready-to-use auth screens.
- Host: GitHub
- URL: https://github.com/daoodaba975/exlogrn
- Owner: daoodaba975
- License: mit
- Created: 2022-01-29T21:33:14.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-01-23T13:00:47.000Z (over 1 year ago)
- Last Synced: 2025-03-10T08:56:50.461Z (over 1 year ago)
- Topics: auth, expo, login, react-native, template
- Language: JavaScript
- Homepage:
- Size: 1.38 MB
- Stars: 44
- Watchers: 2
- Forks: 22
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# Exlogrn đ
A starter app template for React Native & Expo, featuring a ready-to-use auth screens.

## About âī¸
What can you do with this template đ¤
- Log in with an email address and password.
- Create an account with a name, email address and password.
- Sign out.
This template is a good way to start an application with a system of connection, disconnection, and creation of an account.
You will just need to adapt it according to your needs.

## Usage âšī¸
Click on the **[Use this template](https://github.com/daoodaba975/exlogrn/generate)** button on this page to clone this respository to your GitHub account or you can clone this respository.
- Install dependencies
```bash
yarn install
```
- Start the app
```bash
npx expo start
```
You can take a look on Expo's [docs](https://docs.expo.dev).
### Licence đ¨
This template is released under the **[MIT License](LICENSE.md)**.
Enjoy âđŊ