mirror of
https://github.com/status-im/status-react.git
synced 2025-01-10 19:16:59 +00:00
5986761210
Signed-off-by: Max Risuhin <risuhin.max@gmail.com>
5 lines
113 B
JavaScript
5 lines
113 B
JavaScript
'use strict';
|
|
|
|
import { NativeModules } from 'react-native';
|
|
module.exports = NativeModules.DesktopNotification;
|