react-native-headless
v0.0.4
Published
Headless, Foreground and Background for Reac-native
Downloads
165
Maintainers
Readme
react-native-tele
UPDATE: Now is compatible with RN 0.60+ (AndroidX)
Support
- Currently support for Android.
To do
- [ ] Add ToDo
Examples
- [Android]Simple example (https://github.com/telefon-one/react-native-foreground-background/blob/master/examples/)
- [Google.Play] TODO
Installation
Usage
import {ForegroundBackground} from 'react-native-foreground-background';
let tForegroundBackground = new ForegroundBackground();
ForegroundBackground.toBackground();
ForegroundBackground.toForeground();