1.1.1 • Published 2 years ago
bot-buster-module v1.1.1
bot-buster-module
Collect fingerpints and analyze user request
Installation
npm install bot-buster-moduleImportant 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 Architectureor migrate your app by reading this guideNote: 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