react-native-widget-reload
v1.0.0
Published
Reload all native widgets to perform content update on iOS and Android
Downloads
5
Readme
react-native-widget-reload
Getting started
$ npm install react-native-widget-reload --save
Mostly automatic installation
$ react-native link react-native-widget-reload
Usage
import ReactNativeWidgetReload from 'react-native-widget-reload';
// TODO: What to do with the module?
ReactNativeWidgetReload;