0.3.0-beta.1 • Published 3 years ago

@upacyxou/react-native-todorant-widget v0.3.0-beta.1

Weekly downloads
107
License
ISC
Repository
github
Last release
3 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.3.0-beta.1

3 years ago

0.3.0

3 years ago

0.2.89

3 years ago

0.2.88

3 years ago

0.2.87

3 years ago

0.2.85

3 years ago

0.2.84

3 years ago

0.2.86

3 years ago

0.2.83

3 years ago

0.2.82

3 years ago

0.2.81

3 years ago

0.2.8

3 years ago

0.2.7

3 years ago

0.2.6

3 years ago

0.2.5

3 years ago

0.2.4

3 years ago

0.2.3

3 years ago

0.2.2

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.1.9

3 years ago

0.1.8

3 years ago

0.1.7

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago