react-native-duo-toggle-switch
react-native-duo-toggle-switch copied to clipboard
Fully customizable animated duo toggle switch for React Native
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 18.3.0 to 18.3.1. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [eslint](https://github.com/eslint/eslint) from 8.56.0 to 9.1.1. Release notes Sourced from eslint's releases. v9.1.1 Bug Fixes a26b402 fix: use @eslint/create-config latest (#18373) (唯然) v9.1.0 Features 03068f1 feat: Provide helpful error message...
Bumps [ip](https://github.com/indutny/node-ip) from 1.1.5 to 1.1.9. Commits 1ecbf2f 1.1.9 6a3ada9 lib: fixed CVE-2023-42282 and added unit test 5dc3b2f 1.1.8 8e6f28b lib: even better node 6 support 088c9e5 1.1.7 1a4ca35 lib:...
Bumps [husky](https://github.com/typicode/husky) from 8.0.3 to 9.0.11. Release notes Sourced from husky's releases. v9.0.11 chore: update package-lock.json by @btea in typicode/husky#1383 fix: export HUSKY=0 in init (fixes #1393) by @typicode in...
Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) from 18.5.0 to 19.3.0. Release notes Sourced from @commitlint/cli's releases. v19.3.0 19.3.0 (2024-04-23) Features feat(format): print full commit message for valid commits if -V by @weixinwu in conventional-changelog/commitlint#4026...
Bumps [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional) from 18.5.0 to 19.2.2. Release notes Sourced from @commitlint/config-conventional's releases. v19.2.2 19.2.2 (2024-04-14) Bug Fixes fix(is-ignored): ignore "amend!" commits by @chalkygames123 in conventional-changelog/commitlint#4024 Chore Update circleci ci-setup.md by...
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.4.2 to 5.4.5. Release notes Sourced from typescript's releases. TypeScript 5.4.5 For release notes, check out the release announcement. For the complete list of fixed issues, check...
Bumps [lint-staged](https://github.com/okonet/lint-staged) from 15.2.0 to 15.2.2. Release notes Sourced from lint-staged's releases. v15.2.2 Patch Changes #1391 fdcdad4 Thanks @iiroj! - Lint-staged no longer tries to load configuration from files that...
Bumps [prettier](https://github.com/prettier/prettier) from 3.2.4 to 3.2.5. Release notes Sourced from prettier's releases. 3.2.5 🔗 Changelog Changelog Sourced from prettier's changelog. 3.2.5 diff Support Angular inline styles as single template literal...
If I leave a screen and come back, it would be nice to have the switch in the same state. I know I could create a `toggleSwitch` state property and...