Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: thecodingmachine/react-native-boilerplate

Tags

4.6.2

Toggle 4.6.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(deps): bump @babel/helpers from 7.26.0 to 7.27.0 in /template (#…

…473)

* chore(deps): bump @babel/helpers from 7.26.0 to 7.27.0 in /template

Bumps [@babel/helpers](https://github.com/babel/babel/tree/HEAD/packages/babel-helpers) from 7.26.0 to 7.27.0.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.27.0/packages/babel-helpers)

---
updated-dependencies:
- dependency-name: "@babel/helpers"
  dependency-version: 7.27.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore(deps): bump @babel/helpers from 7.26.0 to 7.27.0 in /template

Bumps [@babel/helpers](https://github.com/babel/babel/tree/HEAD/packages/babel-helpers) from 7.26.0 to 7.27.0.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.27.0/packages/babel-helpers)

---
updated-dependencies:
- dependency-name: "@babel/helpers"
  dependency-version: 7.27.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: jeremydolle <[email protected]>

4.6.1

Toggle 4.6.1's commit message
fix: resolve npm conflict

4.6.0

Toggle 4.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(deps): bump image-size from 1.1.1 to 1.2.1 in /template (#469)

Bumps [image-size](https://github.com/image-size/image-size) from 1.1.1 to 1.2.1.
- [Release notes](https://github.com/image-size/image-size/releases)
- [Commits](image-size/image-size@v1.1.1...v1.2.1)

---
updated-dependencies:
- dependency-name: image-size
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

4.5.1

Toggle 4.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix eslint peerDependencies (#452)

* fix eslint peerDependencies

4.5.0

Toggle 4.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(rn): update to latest react native version (#449)

* chore(rn): update to latest react native version
* fix(lint): replace unmaintained sort keys with stable sort
* chore(deps): update deps
* update testing

4.4.4

Toggle 4.4.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add component doc + add eslint flat config (#447)

* refactor: Update TypeScript version to 5.6.3 and improve build process

* refactor: Rename onErrorReportCrashlytics to onErrorReport in ErrorBoundary component and remove useless component

* refactor: Rename navigations to navigation in file paths

* refactor: Update imports in Example and Startup screens

* feat: use eslint flat config

* feat: Add components section

* refactor: Remove unused ErrorBoundary component and update imports in Example and Startup screens

* refactor: Update eslint command in boilerplate-checks.yml

4.3.3

Toggle 4.3.3's commit message
Merge branch 'main' of github.com:thecodingmachine/react-native-boile…

…rplate

4.3.2

Toggle 4.3.2's commit message
Merge branch 'main' of github.com:thecodingmachine/react-native-boile…

…rplate

4.3.1

Toggle 4.3.1's commit message
fix: Remove unnecessary conditional statement in boilerplate-release.yml

4.3.0

Toggle 4.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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