bot-buster-module
v1.1.1
Published
Collect fingerpints and analyze user request
Downloads
1
Readme
bot-buster-module
Collect fingerpints and analyze user request
Installation
npm install bot-buster-module
Important notice
:warning: Warning: This module is relying on React native New Architecture. If you want to use this package, consider to create an app based on
New Architecture
or migrate your app by reading this guide
Note: You have to use Axios package to send API requests so that this package can work and intercept requests
Usage
Put these lines in your index.js
or App.tsx
file
import { configureBotBuster } from 'bot-buster-module';
// ...
configureBotBuster(false);
Use true
as parameter when you are in development mode and false
in production mode.
Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT
Made with create-react-native-library