ice-chillios
released this
09 Jul 08:40
·
36 commits
to master
since this release
Changelog
v6.0.0 (04/07/2020)
BREAKING CHANGE
autofillFromClipboard
is now required propClipboard
has been extracted fromreact-native
core as part of Lean Core. Now this module uses Community Clipboard. Additional steps needed are:
$ yarn add @react-native-community/clipboard
$ npx pod-install
For android, the package will be linked automatically on build.
For React Native version 0.59 or older
React Native <= 0.59
run the following command to link the package:
$ react-native link @react-native-community/clipboard
For iOS, make sure you install the pod file.
cd ios && pod install && cd ..
or you could follow the instructions to manually link the project