Skip to content

Commit

Permalink
chore: add clipboard lib to dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
njokuScript committed Mar 24, 2022
1 parent f4ef348 commit 6c7b5a5
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 3 deletions.
23 changes: 21 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@
"react-native": "0.63.4",
"react-native-builder-bob": "^0.18.0",
"release-it": "^14.2.2",
"typescript": "^4.1.3"
"typescript": "^4.1.3",
"@react-native-clipboard/clipboard": "^1.8.5"
},
"peerDependencies": {
"react": "*",
Expand Down

1 comment on commit 6c7b5a5

@vercel
Copy link

@vercel vercel bot commented on 6c7b5a5 Mar 24, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.