-
Notifications
You must be signed in to change notification settings - Fork 870
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
chore(update): update react native #444
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add .yarnrc.yml file with nodeLinker and yarnPath configurations. Also, update the yarn version to 4.5.0.
- Update the yarn version to v4 in the dependencies setup action.yml file - Add a new step to install Yarn v4 using corepack in the dependencies setup action.yml file - Update the lint and type-check commands in the boilerplate-checks.yml file to use the correct yarn scripts - Add a new step to run Prettier code formatting in the boilerplate-checks.yml file
…4 installation step
Refactor the prompts.js and index.js files in the template/plugins/compile-js directory. The changes include fixing indentation and formatting issues, as well as updating variable names and adding comments for clarity.
Refactor prompts.js and index.js Update dependencies and remove unused code Update yarn installation command to use Yarn v4.5.0 Remove unused declaration for '*.png' module Add .vscode/launch.json Add IconByVariant component to atoms Add send.svg to theme/assets/icons Update getAssetsContext.ts to handle .svg files Add '*.svg' module declaration Add language.svg to theme/assets/icons Update metro.config.js to include .svg files Update package.json dependencies Add IconByVariant component Update Example screen to use IconByVariant component Update Example screen to use IconByVariant component for buttons
JeremyDolle
commented
Oct 9, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.