react-native-login-screen
Version:
Fully Customizable & Ready to use Login Screen for React Native
8 lines (6 loc) • 314 B
text/typescript
import LoginScreen from "./LoginScreen";
import SocialButton from "./components/social-button/SocialButton";
import emailValidator from "./helpers/emailValidator";
import passwordValidator from "./helpers/passwordValidator";
export default LoginScreen;
export { SocialButton, emailValidator, passwordValidator };