Managed the authentication flow and worked on the overall UI design.
This commit is contained in:
10
src/auth/Login.tsx
Normal file
10
src/auth/Login.tsx
Normal file
@@ -0,0 +1,10 @@
|
||||
import React from "react";
|
||||
import { View } from "react-native";
|
||||
|
||||
export const Login: React.FC = () => {
|
||||
return (
|
||||
<View style={{ flex: 1, justifyContent: "center", alignItems: "center" }}>
|
||||
{/* Implement your login form here */}
|
||||
</View>
|
||||
);
|
||||
};
|
||||
Reference in New Issue
Block a user