-
-
Notifications
You must be signed in to change notification settings - Fork 630
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
feat: add react-native and metro icons #2171
base: main
Are you sure you want to change the base?
feat: add react-native and metro icons #2171
Conversation
PreviewThank you for creating a pull request. This preview shows you how your changes will look on the different themes: You can find more information how to contribute in the contribution guidelines. |
icons/react-native.svg
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks very similar to the already existing react logo, why don't we reuse it?
https://github.com/PKief/vscode-material-icon-theme/blob/main/icons/react.svg
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Okay, we can use react
icons/metro.svg
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add some spacing around the icon pls:
https://github.com/PKief/vscode-material-icon-theme/blob/main/CONTRIBUTING.md#icon-spacing
'metro.config.js', | ||
'metro.config.mjs', | ||
'metro.config.cjs', | ||
'metro.config.ts' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
File is not formatted via prettier
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Okay I'll format
eeb4f0e
to
b2e0fe4
Compare
2ff604a
to
b1ad1d2
Compare
ed9ed26
to
55e5e9c
Compare
I saw the need to add icons to the facebook/metro config and react-native cli configuration file
Features