react-native-headless
Version:
Headless, Foreground and Background for Reac-native
38 lines (18 loc) • 701 B
Markdown
# 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
- [Android](https://github.com/telefon-one/react-native-foreground-background/blob/master/docs/installation_android.md)
## Usage
```javascript
import {ForegroundBackground} from 'react-native-foreground-background';
let tForegroundBackground = new ForegroundBackground();
ForegroundBackground.toBackground();
ForegroundBackground.toForeground();
```