Commit accdcfb
Simplify RendererProxy and RendererImplementation to Fabric-only
Summary:
Changelog: [internal]
All Meta apps have migrated to Fabric, so we no longer need to support Paper in the renderer infrastructure.
This commit simplifies:
- RendererImplementation.js: Rewritten to only use Fabric renderer
- RendererProxy.fb.js: Removed Paper-related exports
- RendererProxy.js: Updated comment to reflect Fabric variants (profiling vs production)
- FabricRendererImplementationWithProfiling.js: Removed Paper shims
- Jest mock RendererProxy.js: Removed Paper exports
Differential Revision: D1013531131 parent ddfad10 commit accdcfb
7 files changed
Lines changed: 35 additions & 918 deletions
File tree
- packages
- jest-preset/jest/mocks
- react-native/Libraries
- Components/TextInput/__tests__
- ReactNative
- rn-tester/NativeComponentExample/js
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | 26 | | |
28 | 27 | | |
29 | 28 | | |
| |||
40 | 39 | | |
41 | 40 | | |
42 | 41 | | |
43 | | - | |
44 | 42 | | |
45 | 43 | | |
0 commit comments