Skip to content

Commit

Permalink
fix: use new package name for clipboard
Browse files Browse the repository at this point in the history
  • Loading branch information
amerllica committed Sep 16, 2024
1 parent c8359ac commit 43a0e18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import { InputProps, OTPInputViewState } from '@twotalltotems/react-native-otp-input';
import React, { Component } from 'react'
import { View, TextInput, TouchableWithoutFeedback, Keyboard, Platform, I18nManager, EmitterSubscription, } from 'react-native'
import Clipboard from '@react-native-community/clipboard';
import Clipboard from '@react-native-clipboard/clipboard';
import styles from './styles'
import { isAutoFillSupported } from './helpers/device'
import { codeToArray } from './helpers/codeToArray'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,6 @@
"typescript": "^3.8.3"
},
"dependencies": {
"@react-native-community/clipboard": "^1.2.2"
"@react-native-clipboard/clipboard": "^1.14.1"
}
}

0 comments on commit 43a0e18

Please sign in to comment.