mirror of
https://github.com/status-im/status-react.git
synced 2025-01-11 11:34:45 +00:00
4 lines
109 B
JavaScript
4 lines
109 B
JavaScript
|
'use strict';
|
||
|
|
||
|
const NativeModules = require('NativeModules');
|
||
|
module.exports = NativeModules.DesktopLinking;
|