diff --git a/lib/InitializeJavaScriptAppEngine.js b/lib/InitializeJavaScriptAppEngine.js new file mode 100644 index 0000000000..44fb9d3faf --- /dev/null +++ b/lib/InitializeJavaScriptAppEngine.js @@ -0,0 +1,15 @@ +/** + * Copyright (c) 2016-present, Facebook, Inc. + * All rights reserved. + * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. An additional grant + * of patent rights can be found in the PATENTS file in the same directory. + * + * @flow + */ +'use strict'; + +// This is a forwarding module to allow React to require React Native internals +// as node dependency +module.exports = require('InitializeJavaScriptAppEngine'); diff --git a/lib/RCTEventEmitter.js b/lib/RCTEventEmitter.js new file mode 100644 index 0000000000..b48677174a --- /dev/null +++ b/lib/RCTEventEmitter.js @@ -0,0 +1,15 @@ +/** + * Copyright (c) 2016-present, Facebook, Inc. + * All rights reserved. + * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. An additional grant + * of patent rights can be found in the PATENTS file in the same directory. + * + * @flow + */ +'use strict'; + +// This is a forwarding module to allow React to require React Native internals +// as node dependency +module.exports = require('RCTEventEmitter'); diff --git a/lib/TextInputState.js b/lib/TextInputState.js new file mode 100644 index 0000000000..74f58bb27e --- /dev/null +++ b/lib/TextInputState.js @@ -0,0 +1,15 @@ +/** + * Copyright (c) 2016-present, Facebook, Inc. + * All rights reserved. + * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. An additional grant + * of patent rights can be found in the PATENTS file in the same directory. + * + * @flow + */ +'use strict'; + +// This is a forwarding module to allow React to require React Native internals +// as node dependency +module.exports = require('TextInputState'); diff --git a/lib/UIManager.js b/lib/UIManager.js new file mode 100644 index 0000000000..bf87c346ca --- /dev/null +++ b/lib/UIManager.js @@ -0,0 +1,15 @@ +/** + * Copyright (c) 2016-present, Facebook, Inc. + * All rights reserved. + * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. An additional grant + * of patent rights can be found in the PATENTS file in the same directory. + * + * @flow + */ +'use strict'; + +// This is a forwarding module to allow React to require React Native internals +// as node dependency +module.exports = require('UIManager'); diff --git a/lib/UIManagerStatTracker.js b/lib/UIManagerStatTracker.js new file mode 100644 index 0000000000..6c66a04203 --- /dev/null +++ b/lib/UIManagerStatTracker.js @@ -0,0 +1,15 @@ +/** + * Copyright (c) 2016-present, Facebook, Inc. + * All rights reserved. + * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. An additional grant + * of patent rights can be found in the PATENTS file in the same directory. + * + * @flow + */ +'use strict'; + +// This is a forwarding module to allow React to require React Native internals +// as node dependency +module.exports = require('UIManagerStatTracker'); diff --git a/lib/View.js b/lib/View.js new file mode 100644 index 0000000000..5174bdea4f --- /dev/null +++ b/lib/View.js @@ -0,0 +1,15 @@ +/** + * Copyright (c) 2016-present, Facebook, Inc. + * All rights reserved. + * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. An additional grant + * of patent rights can be found in the PATENTS file in the same directory. + * + * @flow + */ +'use strict'; + +// This is a forwarding module to allow React to require React Native internals +// as node dependency +module.exports = require('View'); diff --git a/lib/deepDiffer.js b/lib/deepDiffer.js new file mode 100644 index 0000000000..e7584bc64c --- /dev/null +++ b/lib/deepDiffer.js @@ -0,0 +1,15 @@ +/** + * Copyright (c) 2016-present, Facebook, Inc. + * All rights reserved. + * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. An additional grant + * of patent rights can be found in the PATENTS file in the same directory. + * + * @flow + */ +'use strict'; + +// This is a forwarding module to allow React to require React Native internals +// as node dependency +module.exports = require('deepDiffer'); diff --git a/lib/deepFreezeAndThrowOnMutationInDev.js b/lib/deepFreezeAndThrowOnMutationInDev.js new file mode 100644 index 0000000000..acee5bff5b --- /dev/null +++ b/lib/deepFreezeAndThrowOnMutationInDev.js @@ -0,0 +1,15 @@ +/** + * Copyright (c) 2016-present, Facebook, Inc. + * All rights reserved. + * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. An additional grant + * of patent rights can be found in the PATENTS file in the same directory. + * + * @flow + */ +'use strict'; + +// This is a forwarding module to allow React to require React Native internals +// as node dependency +module.exports = require('deepFreezeAndThrowOnMutationInDev'); diff --git a/lib/flattenStyle.js b/lib/flattenStyle.js new file mode 100644 index 0000000000..e4dfd46700 --- /dev/null +++ b/lib/flattenStyle.js @@ -0,0 +1,15 @@ +/** + * Copyright (c) 2016-present, Facebook, Inc. + * All rights reserved. + * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. An additional grant + * of patent rights can be found in the PATENTS file in the same directory. + * + * @flow + */ +'use strict'; + +// This is a forwarding module to allow React to require React Native internals +// as node dependency +module.exports = require('flattenStyle');