Is it possible to customize default Sign Up, Sign In screens of aws-amplify-react-native package?
问题 In order to have default auth screen, I can merely do this (https://github.com/aws-samples/aws-mobile-react-native-starter): import { withAuthenticator } from 'aws-amplify-react-native'; export default withAuthenticator(App); And I get pretty ugly default out-of-the-box login screen: Then docs say I can't modify default, I have to create my own (https://github.com/aws-samples/aws-mobile-react-native-starter): You can either use this Higher Order Component, or build your own UI and use the