1.0.4 • Published 5 months ago

react-native-app-locker v1.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
5 months ago
# React Native App Locker

Lock and secure apps on users' devices using this React Native library. Protect sensitive data and enhance user privacy by allowing developers to easily implement app locking functionality.

## Features

- Lock and unlock apps programmatically.
- Support for both Android and iOS platforms.
- Abstracted API for easy integration.
- Fine-tuned control over locked apps.
- Thoroughly tested and actively maintained.

## Installation

Install the package via npm:

```bash
npm install react-native-app-locker

Usage

import AppLocker from 'react-native-app-locker';

// Lock Facebook app
AppLocker.lockApp('com.facebook.katana')
  .then(() => {
    console.log('Facebook app locked successfully.');
  })
  .catch((error) => {
    console.error('Error locking Facebook app:', error);
  });

// Unlock Facebook app
AppLocker.unlockApp('com.facebook.katana')
  .then(() => {
    console.log('Facebook app unlocked successfully.');
  })
  .catch((error) => {
    console.error('Error unlocking Facebook app:', error);
  });

Documentation

For detailed instructions and API reference, visit the documentation.

License

This library is open-source and available under the MIT License.

Contributions

Contributions are welcome! If you encounter any issues or have suggestions, please submit an issue.

Author

Maintained with ❤️ by MUBBITS.


npm version

Replace the placeholders with actual links, information, and content specific to your library. This template covers the key sections needed to convey information about your library's purpose, features, installation, usage, documentation, licensing, and authorship.
1.0.4

5 months ago

1.0.3

9 months ago

1.0.2

9 months ago

1.0.1

9 months ago

1.0.0

9 months ago