Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

react-native-headless

telefon-one181ISC0.0.4

Headless, Foreground and Background for Reac-native

react-component, react-native, android, dialer, telecom

readme

react-native-tele

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

Support

  • Currently support for Android.

To do

  • <input disabled="" type="checkbox"> Add ToDo

Examples

Installation

Usage

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

    let tForegroundBackground = new ForegroundBackground();

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