Vizir/react-native-simple-login

View on GitHub
Login/constants/defaultLabels.js

Summary

Maintainability
A
0 mins
Test Coverage
export default {
  rememberMe: 'Remember Me',
  userIdentification: 'Email',
  password: 'Password',
  forgotPassword: 'Forgot password',
  loginFormButton: 'Login',
  forgotPasswordFormButton: 'Send',
  back: 'Back'
}