A parental gate presents an adult-level task that must be completed in order to continue
npm install react-native-parental-gate
import ParentalControl from 'react-native-parental-gate';
// ...
<ParentalControl
isVisible={isOpen}
onSuccess={() => {
//Do Some success actions here
}}
onFailed={() => {
}}
onClose={() => setOpen(false)}
/>
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT