mirror of
https://github.com/status-im/status-react.git
synced 2025-01-11 19:44:47 +00:00
5 lines
113 B
JavaScript
5 lines
113 B
JavaScript
|
'use strict';
|
||
|
|
||
|
import { NativeModules } from 'react-native';
|
||
|
module.exports = NativeModules.DesktopNotification;
|