react-native-check-app-tutorial
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

Este es un paquete de aprendizaje.

Nota: No es una versión estable

Step 1: Instalación

# using npm
npm install checkApp

# OR using Yarn
yarn install checkApp

Step 2: Utilizar la librería

import { AppInstalledChecker } from 'checkApp';

AppInstalledChecker
    .isAppInstalled('whatsapp')
    .then((isInstalled) => {
        // isInstalled is true if the app is installed or false if not
    });

Readme

Keywords

none

Package Sidebar

Install

npm i react-native-check-app-tutorial

Weekly Downloads

1

Version

0.0.1

License

none

Unpacked Size

9.57 kB

Total Files

16

Last publish

Collaborators

  • freddcx