DEV Community

Discussion on: Authentication 🔐 CUSTOM SETUP / AWS Amplify + React Native

 
serverlesskiy profile image
Server Serverlesskiy

Put the code on github and I'll see.

Thread Thread
 
nihp profile image
nihp • Edited

I have found solution to customize the error message github.com/aws-amplify/amplify-js/...

Thanks

Thread Thread
 
nihp profile image
nihp

Can I override the default screen to my custom screen with the same SignIn, SignUp, ConfirmationScreen and Forgot Password screens.

I am using aws-amplify-react-native package.

If I override like this it not reflected as I expected. It shows all the screens in a single screen. How can I add this?

Already I have all the setup except the custom UI. I have used default screens already. But now I need custom screens alone with the already provided functionality in my UI.

Can you suggest any easy way to refactor only the UI screens?