react-native-setting

1.0.5 • Public • Published

react-native-setting

import Setting from 'react-native-setting';

//获取通知设置
Setting.isNotificationEnable((err, enable) => {
	console.log('notification enable:' + enable);
});

//打开设置
Setting.openNotificationSetting();

//禁止锁屏
Setting.disableIdleTimer()

//恢复锁屏
Setting.enableIdleTimer()

Readme

Keywords

Package Sidebar

Install

npm i react-native-setting

Weekly Downloads

0

Version

1.0.5

License

ISC

Unpacked Size

58.5 kB

Total Files

21

Last publish

Collaborators

  • npm_ibrain