react-native-full-screen-intent-manager
v0.1.1
Published
A package to manage full screen intents in React Native
Downloads
107
Readme
react-native-full-screen-intent-manager
A package to manage full screen intents in React Native
Installation
npm install react-native-full-screen-intent-manager
Usage
import {
requestFullScreenIntentPermission,
canUseFullScreenIntent,
} from 'react-native-full-screen-intent-manager';
// Check Full Screen Permission
const result = await canUseFullScreenIntent();
//get Full Screen Permission
const result = await requestFullScreenIntentPermission();
Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT
Made with create-react-native-library