BlackBerry-Dynamics-for-React-Native-Clipboard
secures Clipboard API v1.11.1
in React Native.
Clipboard API works in combination with Data Leakage Prevention (DLP). More details about DLP on Android can be found here.
NOTE: on iOS Clipboard API is secured by default by Dynamics runtime after
BlackBerry-Dynamics-for-React-Native-Base
module is installed and linked. More details about DLP on iOS can be found here.
- 0.66.x (deprecated)
- 0.67.x (deprecated)
- 0.68.x (deprecated)
- 0.69.x (deprecated)
- 0.70.x
- 0.71.x
- 0.72.x
BlackBerry-Dynamics-for-React-Native-Clipboard
is dependent on BlackBerry-Dynamics-for-React-Native-Base
module.
Please install BlackBerry-Dynamics-for-React-Native-Base
first.
$ yarn add <path>/modules/BlackBerry-Dynamics-for-React-Native-Clipboard
$ cd ios
$ pod install
$ cd ..
$ npx react-native run-ios
$ npx react-native run-android
// ...
import Clipboard from 'BlackBerry-Dynamics-for-React-Native-Clipboard';
// ...
API reference can be found here.
$ cd <appFolder>
$ yarn remove BlackBerry-Dynamics-for-React-Native-Clipboard
$ cd ios
$ pod install
$ cd ..