Skip to content

Commit

Permalink
chore(dep): export animated checkbox as an npm module
Browse files Browse the repository at this point in the history
it's published as `react-native-checkbox-reanimated`
  • Loading branch information
craftzdog committed Nov 14, 2021
1 parent 447e619 commit 7dc0833
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 140 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"react": "17.0.1",
"react-dom": "17.0.1",
"react-native": "0.64.3",
"react-native-checkbox-reanimated": "^0.1.0",
"react-native-gesture-handler": "^1.10.3",
"react-native-reanimated": "^2.2.4",
"react-native-safe-area-context": "^3.3.2",
Expand Down
105 changes: 0 additions & 105 deletions src/components/animated-checkbox.tsx

This file was deleted.

34 changes: 0 additions & 34 deletions src/components/animated-stroke.tsx

This file was deleted.

2 changes: 1 addition & 1 deletion src/components/task-item.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import {
Icon,
Input
} from 'native-base'
import AnimatedCheckbox from './animated-checkbox'
import AnimatedCheckbox from 'react-native-checkbox-reanimated'
import AnimatedTaskLabel from './animated-task-label'
import SwipableView from './swipable-view'
import { Feather } from '@expo/vector-icons'
Expand Down
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5708,6 +5708,11 @@ react-is@^17.0.1:
resolved "https://registry.yarnpkg.com/react-is/-/react-is-17.0.2.tgz#e691d4a8e9c789365655539ab372762b0efb54f0"
integrity sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==

react-native-checkbox-reanimated@^0.1.0:
version "0.1.0"
resolved "https://registry.yarnpkg.com/react-native-checkbox-reanimated/-/react-native-checkbox-reanimated-0.1.0.tgz#d69257e662ecb3429df564a11fdef7d166de7aa2"
integrity sha512-WnUPXJ7v9V8HzSAEM9JXhZ7ezmTZK9z3u9IFoC4XHf3s97rjLvhdhYpSQjhdMaL0d2/RglaNwVHaf/IMHRVWqw==

react-native-codegen@^0.0.6:
version "0.0.6"
resolved "https://registry.yarnpkg.com/react-native-codegen/-/react-native-codegen-0.0.6.tgz#b3173faa879cf71bfade8d030f9c4698388f6909"
Expand Down

0 comments on commit 7dc0833

Please sign in to comment.