Module for supporting DataDome in React Native applications.
Use the package manager npm to install react-native-datadome.
npm install @datadome/react-native-datadome --save
There is 3 peer dependencies for DataDome react native module:
If you see a message from npm during the installation of datadome module about peer dependencies, you have to install it yourself.
npm install --save @datadome/react-native-datadome @react-native-async-storage/async-storage react-native-webview
For usage of the datadome module, see documentation here: Documentation
Changelog is available here: Changelog