react-native-parental-gate
TypeScript icon, indicating that this package has built-in type declarations

0.1.1 • Public • Published

react-native-parental-gate

A parental gate presents an adult-level task that must be completed in order to continue

Installation

npm install react-native-parental-gate

Screenshot

Image

Usage

import ParentalControl from 'react-native-parental-gate';

// ...

<ParentalControl 
    isVisible={isOpen}
    onSuccess={() => {
        //Do Some success actions here
    }}
    onFailed={() => {
        
    }}
    onClose={() => setOpen(false)}
/>

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT

Package Sidebar

Install

npm i react-native-parental-gate

Weekly Downloads

0

Version

0.1.1

License

MIT

Unpacked Size

41.9 kB

Total Files

22

Last publish

Collaborators

  • sufyan297