mirror of
https://github.com/status-im/react-native.git
synced 2025-01-15 20:15:11 +00:00
11 lines
223 B
JavaScript
11 lines
223 B
JavaScript
|
/**
|
||
|
* Copyright 2004-present Facebook. All Rights Reserved.
|
||
|
*
|
||
|
* @providesModule RKAlertManager
|
||
|
*/
|
||
|
'use strict';
|
||
|
|
||
|
var RKAlertManager = require('NativeModulesDeprecated').RKAlertManager;
|
||
|
|
||
|
module.exports = RKAlertManager;
|