Skip to content

mustafadede/SharePal-Mobile

Repository files navigation

SharePal Mobile

Expo TailwindCSS Redux React Hook Form

Frame 1

Get started

  1. Install dependencies

    npm install
  2. Change the input sections

    Delete app/index.tsx email and password default values.

    const [email, setEmail] = useState(process.env.EXPO_PUBLIC_EMAIL);
    const [password, setPassword] = useState(process.env.EXPO_PUBLIC_PASSWORD);
  3. Start the app

     npx expo start
  4. Cannot find module 'metro/src/lib/TerminalReporter'

  # If you encounter this error when app loaded. Open the terminal and paste this

   npm install --save-dev metro
Disclaimer : If you don't have .env file this project don't run in your local machine. If you want to run locally contact this address [email protected]

⚠️ License Notice

This project was previously distributed under the MIT License.
However, as of the current version, all rights are reserved.

You are not permitted to copy, distribute, modify, or use this software without explicit written permission from the author.

Unauthorized use, reproduction, or redistribution of any part of this codebase is strictly prohibited.

For licensing inquiries, please contact the repository owner.

About

This is a film/series social media mobile app. Currently under development.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published