frontend client for gemstone. decentralised workplace app
at main 135 B view raw
1import { Text } from "react-native"; 2 3export const Login = () => { 4 return <Text>Login not implemented for native yet :(</Text>; 5};