Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 360 Bytes

File metadata and controls

17 lines (11 loc) · 360 Bytes

react-native-screen-status-detect

Getting started

$ npm install react-native-screen-status-detect --save

Mostly automatic installation

$ react-native link react-native-screen-status-detect

Usage

import ScreenStatusDetect from 'react-native-screen-status-detect';

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