diff --git a/test/App.tsx b/test/App.tsx index 3d05ad1..5ad538a 100644 --- a/test/App.tsx +++ b/test/App.tsx @@ -7,8 +7,12 @@ export default function App() { return ( diff --git a/test/components/Form/EarthForm.tsx b/test/components/Form/EarthForm.tsx new file mode 100644 index 0000000..b330df7 --- /dev/null +++ b/test/components/Form/EarthForm.tsx @@ -0,0 +1,86 @@ +import { + View, + Text, + TextInput, + TouchableOpacity, + ScrollView, +} from "react-native"; + +const EarthForm = () => { + return ( + + + + + Earth Form + + + + + + FullName * + + + + + + + Your Email * + + + + + + + Password * + + + + + + + Confirm Password * + + + + + + + Create Account + + + + + {/* Footer */} + + Already have an account?{" "} + Login + + + + © Copyright 2025{" "} + AlienUI Org.{" "} + All Rights Reserved. + + + + + ); +}; + +export default EarthForm; \ No newline at end of file diff --git a/test/components/Form/GalaxyForm.tsx b/test/components/Form/GalaxyForm.tsx index aea02ed..8e9eaf0 100644 --- a/test/components/Form/GalaxyForm.tsx +++ b/test/components/Form/GalaxyForm.tsx @@ -69,7 +69,7 @@ const Signup = () => { {/* Footer */} Already have an account?{" "} - Login + Login