You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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
0 commit comments