0.3.0-beta.1 • Published 4 years ago
@upacyxou/react-native-todorant-widget v0.3.0-beta.1
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
4 years ago
0.3.0
5 years ago
0.2.89
5 years ago
0.2.88
5 years ago
0.2.87
5 years ago
0.2.85
5 years ago
0.2.84
5 years ago
0.2.86
5 years ago
0.2.83
5 years ago
0.2.82
5 years ago
0.2.81
5 years ago
0.2.8
5 years ago
0.2.7
5 years ago
0.2.6
5 years ago
0.2.5
5 years ago
0.2.4
5 years ago
0.2.3
5 years ago
0.2.2
5 years ago
0.2.1
5 years ago
0.2.0
5 years ago
0.1.9
5 years ago
0.1.8
5 years ago
0.1.7
5 years ago
0.1.6
5 years ago
0.1.5
5 years ago
0.1.4
5 years ago