react-native-todorant-widget
TypeScript icon, indicating that this package has built-in type declarations

0.1.4 • Public • Published

React Native Todorant Widget

Todorant widget on Android

npm version

Install

npm install react-native-todorant-widget --save

Setup

  • In android/settings.gradle
//...
include ':react-native-todorant-widget'
  • In android/app/build.gradle
dependencies {
    //...
    implementation project(":react-native-todorant-widget")
    //...
}

Usage

Import

import TodorantWidget from 'react-native-todorant-widget';

Enable/disable widgets for user at all

TodorantWidget.toggle(true);

Force update all widgets on user's home screen

TodorantWidget.forceUpdateAll();

Credits

Author Vlad Kalyuzhnyu

Package Sidebar

Install

npm i react-native-todorant-widget

Weekly Downloads

1

Version

0.1.4

License

none

Unpacked Size

120 kB

Total Files

39

Last publish

Collaborators

  • androidovshchik