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
4 years ago
0.2.89
4 years ago
0.2.88
4 years ago
0.2.87
4 years ago
0.2.85
4 years ago
0.2.84
4 years ago
0.2.86
4 years ago
0.2.83
4 years ago
0.2.82
4 years ago
0.2.81
4 years ago
0.2.8
4 years ago
0.2.7
4 years ago
0.2.6
4 years ago
0.2.5
4 years ago
0.2.4
4 years ago
0.2.3
4 years ago
0.2.2
4 years ago
0.2.1
4 years ago
0.2.0
4 years ago
0.1.9
4 years ago
0.1.8
4 years ago
0.1.7
4 years ago
0.1.6
4 years ago
0.1.5
4 years ago
0.1.4
4 years ago