-
Notifications
You must be signed in to change notification settings - Fork 876
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(update): update react native (#444)
* chore(update): update react native * chore(update): update react native * chore(update): update deps * feat: 🔖 update react native deps and improve code structure * feat: 🎨 improve code structure * chore: remove unused devDependencies * remove cache * feat: Add .yarnrc.yml and update yarn version Add .yarnrc.yml file with nodeLinker and yarnPath configurations. Also, update the yarn version to 4.5.0. * Update react-native version to 0.75.4 * chore: update yarn to v4 * chore: Update yarn to v4 and add Yarn v4 installation step - 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 * chore: Update yarn installation command to use Yarn v4 * chore: Update yarn installation command to use Yarn v4 and setup Node.js * chore: Update yarn installation command to use Yarn v4 and add Yarn v4 installation step * chore: Update yarn installation command to use Yarn v4.5.0 * chore: Update dependencies and remove unused code * chore: Refactor prompts.js and index.js 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. * chore: Update TypeScript and ESLint versions in compile-js plugin * chore: Update TypeScript and ESLint versions in compile-js plugin * chore: Update TypeScript and ESLint versions in compile-js plugin 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 * Remove unused launch configuration file * Refactor image and icon loading logic * Refactor image and icon loading error handling * Update .github/actions/deps-setup/action.yml
- Loading branch information
1 parent
f9c9b48
commit 4c825d5
Showing
135 changed files
with
7,849 additions
and
7,378 deletions.
There are no files selected for viewing
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,3 +19,4 @@ package-lock.json | |
|
||
node_modules | ||
template/js | ||
template/.eslintcache |
Binary file not shown.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
nodeLinker: node-modules |
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
Binary file not shown.
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
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
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
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
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
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
Oops, something went wrong.