-
Notifications
You must be signed in to change notification settings - Fork 24.3k
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
Add JSI API and JSIDynamic glue to OSS React Native #21322
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
facebook-github-bot
added
the
CLA Signed
This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
label
Sep 25, 2018
Generated by 🚫 dangerJS |
RSNara
force-pushed
the
export-D10037612
branch
from
September 25, 2018 20:54
6f0f38c
to
f4c66e3
Compare
RSNara
pushed a commit
to RSNara/react-native
that referenced
this pull request
Sep 25, 2018
Summary: Pull Request resolved: facebook#21322 DO NOT MERGE. Differential Revision: D10037612 fbshipit-source-id: 1a773f68ab7cb8a89b37148e7693b59b890ccbec
RSNara
force-pushed
the
export-D10037612
branch
from
September 25, 2018 21:01
f4c66e3
to
23d0289
Compare
RSNara
pushed a commit
to RSNara/react-native
that referenced
this pull request
Sep 25, 2018
Summary: Pull Request resolved: facebook#21322 DO NOT MERGE. Differential Revision: D10037612 fbshipit-source-id: 1c587810a6e52c12d5aa3d66674b08632d3eb4d6
react-native-bot
added
‼️Large PR
Missing Test Plan
This PR appears to be missing a test plan.
Missing Changelog
This PR appears to be missing a changelog, or they are incorrectly formatted.
labels
Sep 25, 2018
RSNara
force-pushed
the
export-D10037612
branch
from
September 25, 2018 21:30
23d0289
to
10a8742
Compare
RSNara
pushed a commit
to RSNara/react-native
that referenced
this pull request
Sep 25, 2018
Summary: Pull Request resolved: facebook#21322 DO NOT MERGE. Differential Revision: D10037612 fbshipit-source-id: db465bfb7e3a7957abae3a415f911c6552d6aba6
RSNara
force-pushed
the
export-D10037612
branch
from
September 25, 2018 21:31
10a8742
to
254ed1d
Compare
RSNara
pushed a commit
to RSNara/react-native
that referenced
this pull request
Sep 25, 2018
Summary: Pull Request resolved: facebook#21322 DO NOT MERGE. Differential Revision: D10037612 fbshipit-source-id: 0b1b5701fbefe2cbb88df93d9a0b4a6d5972f447
RSNara
force-pushed
the
export-D10037612
branch
from
September 25, 2018 22:12
254ed1d
to
d0b0f19
Compare
RSNara
pushed a commit
to RSNara/react-native
that referenced
this pull request
Sep 25, 2018
Summary: Pull Request resolved: facebook#21322 DO NOT MERGE. Differential Revision: D10037612 fbshipit-source-id: c6b4f90b5a065863325d51a162b6a50642076511
Summary: Pull Request resolved: facebook#21322 DO NOT MERGE. Differential Revision: D10037612 fbshipit-source-id: 4c2bb505519287fdc12be8247cf4e829d7fe2a20
RSNara
force-pushed
the
export-D10037612
branch
from
September 25, 2018 22:14
d0b0f19
to
86d75e8
Compare
hramos
added
Core Team
and removed
‼️Large PR
Missing Changelog
This PR appears to be missing a changelog, or they are incorrectly formatted.
Missing Test Plan
This PR appears to be missing a test plan.
labels
Sep 27, 2018
react-native-bot
added
‼️Large PR
Missing Test Plan
This PR appears to be missing a test plan.
Missing Changelog
This PR appears to be missing a changelog, or they are incorrectly formatted.
labels
Sep 27, 2018
facebook-github-bot
pushed a commit
that referenced
this pull request
Apr 28, 2021
Summary: This sync includes the following changes: - **[9a2591681](facebook/react@9a2591681 )**: Fix export //<Sebastian Markbage>// - **[4a8deb083](facebook/react@4a8deb083 )**: Switch the isPrimaryRender flag based on the stream config ([#21357](facebook/react#21357)) //<Sebastian Markbåge>// - **[bd4f056a3](facebook/react@bd4f056a3 )**: [Fizz] Implement lazy components and nodes ([#21355](facebook/react#21355)) //<Sebastian Markbåge>// - **[fc33f12bd](facebook/react@fc33f12bd )**: Remove unstable scheduler/tracing API ([#20037](facebook/react#20037)) //<Brian Vaughn>// - **[721238394](facebook/react@721238394 )**: Enable strict effects mode for React Native Facebook builds ([#21354](facebook/react#21354)) //<Brian Vaughn>// - **[48740429b](facebook/react@48740429b )**: Expiration: Do nothing except disable time slicing ([#21345](facebook/react#21345)) //<Andrew Clark>// - **[0f5ebf366](facebook/react@0f5ebf366 )**: Delete unreferenced type ([#21343](facebook/react#21343)) //<Andrew Clark>// - **[9cd52b27f](facebook/react@9cd52b27f )**: Restore context after an error happens ([#21341](facebook/react#21341)) //<Sebastian Markbåge>// - **[ad091759a](facebook/react@ad091759a )**: Revert "Emit reactroot attribute on the first element we discover ([#21154](facebook/react#21154))" ([#21340](facebook/react#21340)) //<Sebastian Markbåge>// - **[709f94841](facebook/react@709f94841 )**: [Fizz] Add FB specific streaming API and build ([#21337](facebook/react#21337)) //<Sebastian Markbåge>// - **[e8cdce40d](facebook/react@e8cdce40d )**: Don't flush sync at end of discreteUpdates ([#21327](facebook/react#21327)) //<Andrew Clark>// - **[a15586001](facebook/react@a15586001 )**: Fix: Don't flush discrete at end of batchedUpdates ([#21229](facebook/react#21229)) //<Andrew Clark>// - **[89847bf6e](facebook/react@89847bf6e )**: Continuous updates should interrupt transitions ([#21323](facebook/react#21323)) //<Andrew Clark>// - **[ef37d55b6](facebook/react@ef37d55b6 )**: Use performConcurrentWorkOnRoot for "sync default" ([#21322](facebook/react#21322)) //<Andrew Clark>// Changelog: [General][Changed] - React Native sync for revisions a632f7d...2a7bb41 jest_e2e[run_all_tests] Reviewed By: JoshuaGross Differential Revision: D28063006 fbshipit-source-id: 7e3535f80961706863b6c2188ee44b5796b2f000
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
CLA Signed
This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
Missing Changelog
This PR appears to be missing a changelog, or they are incorrectly formatted.
Missing Test Plan
This PR appears to be missing a test plan.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary: DO NOT MERGE.
Differential Revision: D10037612