Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 314 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 314 Bytes

react-native-screen-time

Getting started

$ npm install react-native-screen-time --save

Mostly automatic installation

$ react-native link react-native-screen-time

Usage

import ScreenTime from '@wcwh/react-native-screen-time';

// TODO: What to do with the module?
ScreenTime;