Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Ritesh Shukla2 authored and Ritesh Shukla2 committed Jun 1, 2024
1 parent 965477f commit 7b8e3d1
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# react-native-kiosk

A Library for setting up kiosk mode with react native
A Library for setting up kiosk mode on Android with react native

## Installation

Expand All @@ -11,16 +11,17 @@ npm install react-native-kiosk
## Usage

```js
import { multiply } from 'react-native-kiosk';
import { enableKioskMode, disableKioskMode } from 'react-native-kiosk';

// ...
// Enable Kiosk Mode
enableKioskMode();

// Disable Kiosk Mode
disableKioskMode();

const result = await multiply(3, 7);
```

## Contributing

See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.

## License

Expand Down

0 comments on commit 7b8e3d1

Please sign in to comment.