Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 1.41 KB

README.md

File metadata and controls

39 lines (25 loc) · 1.41 KB

React Native Datadome

Module for supporting DataDome in React Native applications.

npm GitHub license

Installation

Use the package manager npm to install react-native-datadome.

npm install @datadome/react-native-datadome --save

Peer Dependencies

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.

For a complete install with dependencies:

npm install --save @datadome/react-native-datadome @react-native-async-storage/async-storage async-barrier react-native-webview

Usage

For usage of the datadome module, see documentation here: Documentation

Changelog

Changelog is available here: Changelog