Skip to content

files updated#1

Open
ampeace wants to merge 3 commits intoshitcodebykaushik:masterfrom
ampeace:master
Open

files updated#1
ampeace wants to merge 3 commits intoshitcodebykaushik:masterfrom
ampeace:master

Conversation

@ampeace
Copy link
Copy Markdown

@ampeace ampeace commented Apr 22, 2026

Fix Input Focus Issues and Update Authentication Flow

Changes Made:

Signup Screen (Signup.jsx):

Fixed a bug where input fields were unclickable by removing the problematic TouchableWithoutFeedback wrapper.
Added state management to properly capture user inputs (Name, Email, Phone, Password).
Added form validation to ensure no fields are left blank.
Configured the submit button to show a success message and automatically redirect to the Login page.
Login Screen (Login.jsx):

Fixed the same unclickable input bug by removing the TouchableWithoutFeedback wrapper.
Removed the hardcoded dummy credential requirements.
Updated the login button logic to bypass the dummy checks and navigate directly to the Home page after entering details.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant