Create a simple react-native project - [ ] Login - user login with email and password > - [ ] - Two textfields Email and Password with Submit button > - [ ] - Validate Inputs - [ ] Profile > - [ ] - first name, last name, phone number, Address, > - [ ] - Submit button validate Inputs and redirect to new screen where pass all this data - [ ] profile detail > - [ ] - show all data added in the previous screen profile Note: - user react-navigation - ensure email and password must be validated - in profile screen pickup image in gallery - all screens must use in class component
Create a simple react-native project