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()

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.5
    2
    • latest

Version History

Package Sidebar

Install

npm i react-native-setting

Weekly Downloads

2

Version

1.0.5

License

ISC

Unpacked Size

58.5 kB

Total Files

21

Last publish

Collaborators

  • npm_ibrain