mirror of
https://github.com/status-im/react-native.git
synced 2025-01-27 01:40:08 +00:00
11 lines
214 B
JavaScript
11 lines
214 B
JavaScript
/**
|
|
* Copyright 2004-present Facebook. All Rights Reserved.
|
|
*
|
|
* @providesModule RCTAlertManager
|
|
*/
|
|
'use strict';
|
|
|
|
var RCTAlertManager = require('NativeModules').AlertManager;
|
|
|
|
module.exports = RCTAlertManager;
|