0.0.4 • Published 4 years ago

react-native-headless v0.0.4

Weekly downloads
2
License
ISC
Repository
github
Last release
4 years ago

react-native-tele

UPDATE: Now is compatible with RN 0.60+ (AndroidX)

Support

  • Currently support for Android.

To do

  • Add ToDo

Examples

Installation

Usage

    import {ForegroundBackground} from 'react-native-foreground-background';

    let tForegroundBackground = new ForegroundBackground();

    ForegroundBackground.toBackground();
    ForegroundBackground.toForeground();