Logo

React-Native-Expo-with-Auth

A small react native project with Authentication that use Expo CLI

Project Visitor Count

Contributors Forks Stargazers Issues MIT License

Getting Started

This is the instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.

Installation

  1. Install Expo CLI Global

    npm install -g expo-cli
  2. Clone the repo

    git clone https://github.com/mashwishi/React-Native-Expo-with-Auth.git
  3. Install NPM packages [Recommended: npm install]

    npm install
    or
    yarn install
  4. Update the environment file .env, Check sample at .sample-env

    
    
  5. Run on your terminal to test

    npx expo start

Built With

This section list of major things that we used to this project.

React Native NativeWind Tailwind Expo planetscale MySQL Prisma Typescript Javascript Yarn

Roadmap

  • Clone React-Native-Expo-with-TailwindCSS
  • Login UI
  • Registration UI
  • Profile UI
  • Setup Database
  • Setup Prisma
  • Registration API
  • Login API
  • Profile API
  • Protected Page
  • Profile Settings API

See the open issues for a full list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag “enhancement”. Don’t forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

GitHub

View Github