Authored by 张丽霞

add files

  1 +/**
  2 + * Copyright (c) 2016-present, Facebook, Inc.
  3 + * All rights reserved.
  4 + *
  5 + * This source code is licensed under the BSD-style license found in the
  6 + * LICENSE file in the root directory of this source tree. An additional grant
  7 + * of patent rights can be found in the PATENTS file in the same directory.
  8 + *
  9 + * @flow
  10 + */
  11 +'use strict';
  12 +
  13 +// This is a forwarding module to allow React to require React Native internals
  14 +// as node dependency
  15 +module.exports = require('InitializeCore');
  1 +/**
  2 + * Copyright (c) 2016-present, Facebook, Inc.
  3 + * All rights reserved.
  4 + *
  5 + * This source code is licensed under the BSD-style license found in the
  6 + * LICENSE file in the root directory of this source tree. An additional grant
  7 + * of patent rights can be found in the PATENTS file in the same directory.
  8 + *
  9 + * @flow
  10 + */
  11 +'use strict';
  12 +
  13 +// This is a forwarding module to allow React to require React Native internals
  14 +// as node dependency
  15 +module.exports = require('RCTEventEmitter');
  1 +JS modules in this folder are forwarding modules to allow React to require React Native internals as node dependencies.
  1 +/**
  2 + * Copyright (c) 2016-present, Facebook, Inc.
  3 + * All rights reserved.
  4 + *
  5 + * This source code is licensed under the BSD-style license found in the
  6 + * LICENSE file in the root directory of this source tree. An additional grant
  7 + * of patent rights can be found in the PATENTS file in the same directory.
  8 + *
  9 + * @flow
  10 + */
  11 +'use strict';
  12 +
  13 +// This is a forwarding module to allow React to require React Native internals
  14 +// as node dependency
  15 +module.exports = require('TextInputState');
  1 +/**
  2 + * Copyright (c) 2016-present, Facebook, Inc.
  3 + * All rights reserved.
  4 + *
  5 + * This source code is licensed under the BSD-style license found in the
  6 + * LICENSE file in the root directory of this source tree. An additional grant
  7 + * of patent rights can be found in the PATENTS file in the same directory.
  8 + *
  9 + * @flow
  10 + */
  11 +'use strict';
  12 +
  13 +// This is a forwarding module to allow React to require React Native internals
  14 +// as node dependency
  15 +module.exports = require('UIManager');
  1 +/**
  2 + * Copyright (c) 2016-present, Facebook, Inc.
  3 + * All rights reserved.
  4 + *
  5 + * This source code is licensed under the BSD-style license found in the
  6 + * LICENSE file in the root directory of this source tree. An additional grant
  7 + * of patent rights can be found in the PATENTS file in the same directory.
  8 + *
  9 + * @flow
  10 + */
  11 +'use strict';
  12 +
  13 +// This is a forwarding module to allow React to require React Native internals
  14 +// as node dependency
  15 +module.exports = require('UIManagerStatTracker');
  1 +/**
  2 + * Copyright (c) 2016-present, Facebook, Inc.
  3 + * All rights reserved.
  4 + *
  5 + * This source code is licensed under the BSD-style license found in the
  6 + * LICENSE file in the root directory of this source tree. An additional grant
  7 + * of patent rights can be found in the PATENTS file in the same directory.
  8 + *
  9 + * @flow
  10 + */
  11 +'use strict';
  12 +
  13 +// This is a forwarding module to allow React to require React Native internals
  14 +// as node dependency
  15 +module.exports = require('View');
  1 +/**
  2 + * Copyright (c) 2016-present, Facebook, Inc.
  3 + * All rights reserved.
  4 + *
  5 + * This source code is licensed under the BSD-style license found in the
  6 + * LICENSE file in the root directory of this source tree. An additional grant
  7 + * of patent rights can be found in the PATENTS file in the same directory.
  8 + *
  9 + * @flow
  10 + */
  11 +'use strict';
  12 +
  13 +// This is a forwarding module to allow React to require React Native internals
  14 +// as node dependency
  15 +module.exports = require('deepDiffer');
  1 +/**
  2 + * Copyright (c) 2016-present, Facebook, Inc.
  3 + * All rights reserved.
  4 + *
  5 + * This source code is licensed under the BSD-style license found in the
  6 + * LICENSE file in the root directory of this source tree. An additional grant
  7 + * of patent rights can be found in the PATENTS file in the same directory.
  8 + *
  9 + * @flow
  10 + */
  11 +'use strict';
  12 +
  13 +// This is a forwarding module to allow React to require React Native internals
  14 +// as node dependency
  15 +module.exports = require('deepFreezeAndThrowOnMutationInDev');
  1 +/**
  2 + * Copyright (c) 2016-present, Facebook, Inc.
  3 + * All rights reserved.
  4 + *
  5 + * This source code is licensed under the BSD-style license found in the
  6 + * LICENSE file in the root directory of this source tree. An additional grant
  7 + * of patent rights can be found in the PATENTS file in the same directory.
  8 + *
  9 + * @flow
  10 + */
  11 +'use strict';
  12 +
  13 +// This is a forwarding module to allow React to require React Native internals
  14 +// as node dependency
  15 +module.exports = require('flattenStyle');