react-native-foreground-background

0.0.2 • Public • Published

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-replace-dialer/blob/master/examples/)
  • [Google.Play] TODO

Installation

Usage

    import {ReplaceDialer} from 'react-native-replace-dialer';
 
    let tReplaceDialer = new ReplaceDialer();
 
    if (!tReplaceDialer.isDefault()) {
      console.log('Is NOT default dialer, try to set.');
      if (tReplaceDialer.setDefault()) {
        console.log('Default dialer sucessfully set.');
      } else {
        console.log('Default dialer NOT set');
      }
    }
    

Package Sidebar

Install

npm i react-native-foreground-background

Weekly Downloads

23

Version

0.0.2

License

ISC

Unpacked Size

110 MB

Total Files

1620

Last publish

Collaborators

  • cpodimas