@tansuk/react-native-obfuscator

A React Native library for code obfuscation using javascript-obfuscator


Keywords
react-native, ios, android
License
MIT
Install
npm install @tansuk/react-native-obfuscator@0.1.1

Documentation

@tansuk/react-native-obfuscator

A React Native library for code obfuscation using javascript-obfuscator

Installation

npm install @tansuk/react-native-obfuscator

Usage

import { multiply } from '@tansuk/react-native-obfuscator';

// ...

const result = multiply(3, 7);

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