Skip to content

Commit

Permalink
Re-land React Sync b5c6dd2...a437f3ff3
Browse files Browse the repository at this point in the history
Summary:
This is attempt 3 of upgrading React for React Native.

Changelog: [Internal]

Reviewed By: gaearon

Differential Revision: D23162240

fbshipit-source-id: b1f2659481e9f13df8683a34178a46dd64373bf7
  • Loading branch information
rickhanlonii authored and facebook-github-bot committed Aug 17, 2020
1 parent 223ac43 commit abba44d
Show file tree
Hide file tree
Showing 13 changed files with 26,848 additions and 23,130 deletions.
5 changes: 4 additions & 1 deletion Libraries/LogBox/__tests__/LogBox-integration-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,10 @@ const cleanLog = logs => {
});
};

describe('LogBox', () => {
// TODO(T71117418): Re-enable skipped LogBox integration tests once React component
// stack frames are the same internally and in open source.
// eslint-disable-next-line jest/no-disabled-tests
describe.skip('LogBox', () => {
const {error, warn} = console;
const mockError = jest.fn();
const mockWarn = jest.fn();
Expand Down

This file was deleted.

2 changes: 1 addition & 1 deletion Libraries/Renderer/REVISION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
b5c6dd2de557428974855b5aa88bf9c6595beb2b
e67a6b16030ebc30257a69a7fb36a9ed67f29b39
Loading

0 comments on commit abba44d

Please sign in to comment.