initial commit taken from gitlab.lrz.de

This commit is contained in:
privatereese
2018-08-24 18:09:42 +02:00
parent ae54ed4c48
commit fc05486403
28494 changed files with 2159823 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
/**
* Copyright (c) 2016-present, Facebook, Inc.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @flow
*/
'use strict';
// This is a forwarding module to allow React to require React Native internals
// as node dependency
module.exports = require('InitializeCore');

13
node_modules/react-native/lib/RCTEventEmitter.js generated vendored Normal file
View File

@@ -0,0 +1,13 @@
/**
* Copyright (c) 2016-present, Facebook, Inc.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @flow
*/
'use strict';
// This is a forwarding module to allow React to require React Native internals
// as node dependency
module.exports = require('RCTEventEmitter');

1
node_modules/react-native/lib/README generated vendored Normal file
View File

@@ -0,0 +1 @@
JS modules in this folder are forwarding modules to allow React to require React Native internals as node dependencies.

13
node_modules/react-native/lib/TextInputState.js generated vendored Normal file
View File

@@ -0,0 +1,13 @@
/**
* Copyright (c) 2016-present, Facebook, Inc.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @flow
*/
'use strict';
// This is a forwarding module to allow React to require React Native internals
// as node dependency
module.exports = require('TextInputState');

13
node_modules/react-native/lib/UIManager.js generated vendored Normal file
View File

@@ -0,0 +1,13 @@
/**
* Copyright (c) 2016-present, Facebook, Inc.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @flow
*/
'use strict';
// This is a forwarding module to allow React to require React Native internals
// as node dependency
module.exports = require('UIManager');

13
node_modules/react-native/lib/UIManagerStatTracker.js generated vendored Normal file
View File

@@ -0,0 +1,13 @@
/**
* Copyright (c) 2016-present, Facebook, Inc.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @flow
*/
'use strict';
// This is a forwarding module to allow React to require React Native internals
// as node dependency
module.exports = require('UIManagerStatTracker');

13
node_modules/react-native/lib/View.js generated vendored Normal file
View File

@@ -0,0 +1,13 @@
/**
* Copyright (c) 2016-present, Facebook, Inc.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @flow
*/
'use strict';
// This is a forwarding module to allow React to require React Native internals
// as node dependency
module.exports = require('View');

13
node_modules/react-native/lib/deepDiffer.js generated vendored Normal file
View File

@@ -0,0 +1,13 @@
/**
* Copyright (c) 2016-present, Facebook, Inc.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @flow
*/
'use strict';
// This is a forwarding module to allow React to require React Native internals
// as node dependency
module.exports = require('deepDiffer');

View File

@@ -0,0 +1,13 @@
/**
* Copyright (c) 2016-present, Facebook, Inc.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @flow
*/
'use strict';
// This is a forwarding module to allow React to require React Native internals
// as node dependency
module.exports = require('deepFreezeAndThrowOnMutationInDev');

13
node_modules/react-native/lib/flattenStyle.js generated vendored Normal file
View File

@@ -0,0 +1,13 @@
/**
* Copyright (c) 2016-present, Facebook, Inc.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @flow
*/
'use strict';
// This is a forwarding module to allow React to require React Native internals
// as node dependency
module.exports = require('flattenStyle');