2016-05-10 10:30:20 -07:00
|
|
|
/**
|
2018-09-11 15:27:47 -07:00
|
|
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
2016-05-10 10:30:20 -07:00
|
|
|
*
|
2018-02-16 18:24:55 -08:00
|
|
|
* This source code is licensed under the MIT license found in the
|
|
|
|
* LICENSE file in the root directory of this source tree.
|
2016-05-10 10:30:20 -07:00
|
|
|
*
|
2018-05-11 13:32:37 -07:00
|
|
|
* @format
|
2018-08-09 08:32:04 -07:00
|
|
|
* @flow strict-local
|
2016-05-10 10:30:20 -07:00
|
|
|
*/
|
2018-05-11 13:32:37 -07:00
|
|
|
|
2016-05-10 10:30:20 -07:00
|
|
|
'use strict';
|
|
|
|
|
|
|
|
// This is a forwarding module to allow React to require React Native internals
|
|
|
|
// as node dependency
|
|
|
|
module.exports = require('RCTEventEmitter');
|