UPDATE: Now is compatible with RN 0.60+ (AndroidX)
- Currently support for Android.
- Add ToDo
- [Android]Simple example (https://github.com/telefon-one/react-native-foreground-background/blob/master/examples/)
- [Google.Play] TODO
import {ForegroundBackground} from 'react-native-foreground-background';
let tForegroundBackground = new ForegroundBackground();
ForegroundBackground.toBackground();
ForegroundBackground.toForeground();