Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add logo to Login/Register Screen #23

Open
cgalo opened this issue Feb 20, 2022 · 0 comments
Open

Add logo to Login/Register Screen #23

cgalo opened this issue Feb 20, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@cgalo
Copy link
Member

cgalo commented Feb 20, 2022

Overview

UI improvement could be done by adding a logo/SVG to the AuthScreen.tsx to display above the login/register forms. The issue is that if we decide to utilize SVG (which is prefer since they scale better), we need to import a library, like react-native-svg-uri, to convert a SVG and use it as a component.

Details

If we do use react-native-svg-uri then just run the following commands to add it to the library

yarn add react-native-svg-uri && yarn add - D @types/react-native-svg-uri

References

@cgalo cgalo added the enhancement New feature or request label Feb 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant