Showing
10 changed files
with
136 additions
and
0 deletions
lib/InitializeJavaScriptAppEngine.js
0 → 100644
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'); |
lib/RCTEventEmitter.js
0 → 100644
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'); |
lib/README
0 → 100644
1 | +JS modules in this folder are forwarding modules to allow React to require React Native internals as node dependencies. |
lib/TextInputState.js
0 → 100644
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'); |
lib/UIManager.js
0 → 100644
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'); |
lib/UIManagerStatTracker.js
0 → 100644
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'); |
lib/View.js
0 → 100644
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'); |
lib/deepDiffer.js
0 → 100644
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'); |
lib/deepFreezeAndThrowOnMutationInDev.js
0 → 100644
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'); |
lib/flattenStyle.js
0 → 100644
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'); |
-
Please register or login to post a comment