splash screen and redux

This commit is contained in:
2025-06-25 13:19:04 +05:30
parent addd221003
commit a4f56a2576
15 changed files with 232 additions and 12 deletions
+12
View File
@@ -0,0 +1,12 @@
import { View, Text } from 'react-native'
import React from 'react'
const Login = () => {
return (
<View>
<Text>Login</Text>
</View>
)
}
export default Login