Skip to content

GM-LockFallback #3

@JasonMun7

Description

@JasonMun7

Create LockFallback Component for Mobile Glimpse Page

Description

We need to create a new LockFallback component for the Mobile Glimpse page. This is what the users see when they don't answer the prompt. Follow the steps below to set up your development environment and create the component.

Steps

  1. Pull the Latest Changes:

    • Make sure your local repository is up to date. Run:
      git pull
  2. Start the Development Server:

    • Navigate to the Glimpse-Mobile directory:
      cd Glimpse-Mobile
    • Run the following command to start the development server and generate a QR code:
      npm run start
    • Scan the QR code with your phone camera to access the page. This will allow you to see a hot-loaded screen.
  3. Create the Lock Fallback Component:

    • In the Glimpse-Mobile directory, navigate to the components folder.
    • Create a new file named LockFallback.tsx.
  4. Implement the LockFallbackComponent:

    • Add the necessary code to define the LockFallback component. Make sure to follow the project's coding standards and practices.
  5. Test the LockFallback Component:

    • You can test your new LockFallback component by importing and using it in app/tabs/index.tsx.

Please make sure to follow the coding guidelines and best practices as specified in our project's documentation. If you have any questions or need further assistance, feel free to reach out to the team.

Thank you!

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions