Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 25.2k
[standards] ReactPrivate, an explicit interface between the renderer and RN#24782
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uh oh!
There was an error while loading. Please reload this page.
Changes from all commits
File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,2 @@ | ||
| /lib/ | ||
| /dist/ | ||
| /node_modules/ |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1 @@ | ||
| JS modules in this folder are forwarding modules to allow React to require React Native internals as node dependencies. | ||
| JS modules in this folder are forwarding modules to allow React to require React Native internals. |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,43 @@ | ||
| /** | ||
| * Copyright (c) Facebook, Inc. and its affiliates. | ||
| * | ||
| * This source code is licensed under the MIT license found in the | ||
| * LICENSE file in the root directory of this source tree. | ||
| * | ||
| * @format | ||
| * @flow strict-local | ||
| */ | ||
| // flowlint unsafe-getters-setters:off | ||
| module.exports = { | ||
| get BatchedBridge() { | ||
ide marked this conversation as resolved.
Uh oh!There was an error while loading. Please reload this page. ide marked this conversation as resolved.
Uh oh!There was an error while loading. Please reload this page. | ||
| return require('../BatchedBridge/BatchedBridge.js'); | ||
| }, | ||
| get ExceptionsManager() { | ||
ide marked this conversation as resolved.
Uh oh!There was an error while loading. Please reload this page. ide marked this conversation as resolved.
Uh oh!There was an error while loading. Please reload this page. ide marked this conversation as resolved.
Uh oh!There was an error while loading. Please reload this page. | ||
| return require('../Core/ExceptionsManager'); | ||
| }, | ||
| get Platform() { | ||
ide marked this conversation as resolved.
Uh oh!There was an error while loading. Please reload this page. ide marked this conversation as resolved.
Uh oh!There was an error while loading. Please reload this page. ide marked this conversation as resolved.
Uh oh!There was an error while loading. Please reload this page. | ||
| return require('../Utilities/Platform'); | ||
| }, | ||
| get RCTEventEmitter() { | ||
ide marked this conversation as resolved.
Uh oh!There was an error while loading. Please reload this page. ide marked this conversation as resolved.
Uh oh!There was an error while loading. Please reload this page. ide marked this conversation as resolved.
Uh oh!There was an error while loading. Please reload this page. | ||
| return require('../EventEmitter/RCTEventEmitter'); | ||
| }, | ||
| get ReactNativeViewConfigRegistry() { | ||
ide marked this conversation as resolved.
Uh oh!There was an error while loading. Please reload this page. ide marked this conversation as resolved.
Uh oh!There was an error while loading. Please reload this page. ide marked this conversation as resolved.
Uh oh!There was an error while loading. Please reload this page. | ||
| return require('../Renderer/shims/ReactNativeViewConfigRegistry'); | ||
| }, | ||
| get TextInputState() { | ||
ide marked this conversation as resolved.
Uh oh!There was an error while loading. Please reload this page. ide marked this conversation as resolved.
Uh oh!There was an error while loading. Please reload this page. ide marked this conversation as resolved.
Uh oh!There was an error while loading. Please reload this page. | ||
| return require('../Components/TextInput/TextInputState'); | ||
| }, | ||
| get UIManager() { | ||
ide marked this conversation as resolved.
Uh oh!There was an error while loading. Please reload this page. ide marked this conversation as resolved.
Uh oh!There was an error while loading. Please reload this page. ide marked this conversation as resolved.
Uh oh!There was an error while loading. Please reload this page. | ||
| return require('../ReactNative/UIManager'); | ||
| }, | ||
| get deepDiffer() { | ||
ide marked this conversation as resolved.
Uh oh!There was an error while loading. Please reload this page. ide marked this conversation as resolved.
Uh oh!There was an error while loading. Please reload this page. ide marked this conversation as resolved.
Uh oh!There was an error while loading. Please reload this page. | ||
| return require('../Utilities/differ/deepDiffer'); | ||
| }, | ||
| get deepFreezeAndThrowOnMutationInDev() { | ||
ide marked this conversation as resolved.
Uh oh!There was an error while loading. Please reload this page. ide marked this conversation as resolved.
Uh oh!There was an error while loading. Please reload this page. ide marked this conversation as resolved.
Uh oh!There was an error while loading. Please reload this page. | ||
| return require('../Utilities/deepFreezeAndThrowOnMutationInDev'); | ||
| }, | ||
| get flattenStyle() { | ||
ide marked this conversation as resolved.
Uh oh!There was an error while loading. Please reload this page. ide marked this conversation as resolved.
Uh oh!There was an error while loading. Please reload this page. ide marked this conversation as resolved.
Uh oh!There was an error while loading. Please reload this page. | ||
| return require('../StyleSheet/flattenStyle'); | ||
| }, | ||
| }; | ||
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.