0.1.4 • Published 4 years ago

react-native-todorant-widget v0.1.4

Weekly downloads
43
License
-
Repository
github
Last release
4 years ago

React Native Todorant Widget

Todorant widget on Android

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

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago