Skip to content

Conversation

@philIip
Copy link
Contributor

@philIip philIip commented May 25, 2023

Summary:
Changelog: [Internal]

since bundleURL is constant throughout an app session, we should pass it in as a dependency from above. in the next diff, i'll get rid of getBundleURL from the react host's delegate.

Reviewed By: sammy-SC

Differential Revision: D45937855

@facebook-github-bot facebook-github-bot added CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. p: Facebook Partner: Facebook Partner fb-exported labels May 25, 2023
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D45937855

philIip added a commit to philIip/react-native that referenced this pull request May 25, 2023
Summary:
Pull Request resolved: facebook#37568

Changelog: [Internal]

since bundleURL is constant throughout an app session, we should pass it in as a dependency from above. in the next diff, i'll get rid of `getBundleURL` from the react host's delegate.

Reviewed By: sammy-SC

Differential Revision: D45937855

fbshipit-source-id: 6890c07ed0ac97b8c4292c78c5073bee00db40de
@philIip philIip force-pushed the export-D45937855 branch from 39761f0 to 09cb193 Compare May 25, 2023 02:04
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D45937855

philIip added a commit to philIip/react-native that referenced this pull request May 25, 2023
Summary:
Pull Request resolved: facebook#37568

Changelog: [Internal]

since bundleURL is constant throughout an app session, we should pass it in as a dependency from above. in the next diff, i'll get rid of `getBundleURL` from the react host's delegate.

Reviewed By: sammy-SC

Differential Revision: D45937855

fbshipit-source-id: 7f8884ce09c8029b9204105bd4b3effaf358807f
@philIip philIip force-pushed the export-D45937855 branch from 09cb193 to b04f408 Compare May 25, 2023 02:12
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D45937855

philIip added a commit to philIip/react-native that referenced this pull request May 25, 2023
Summary:
Pull Request resolved: facebook#37568

Changelog: [Internal]

since bundleURL is constant throughout an app session, we should pass it in as a dependency from above. in the next diff, i'll get rid of `getBundleURL` from the react host's delegate.

Reviewed By: sammy-SC

Differential Revision: D45937855

fbshipit-source-id: cd77205b36d17283a10b48478c5662f08638d141
@philIip philIip force-pushed the export-D45937855 branch from b04f408 to 09a60ed Compare May 25, 2023 02:21
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D45937855

@analysis-bot
Copy link

analysis-bot commented May 25, 2023

Platform Engine Arch Size (bytes) Diff
android hermes arm64-v8a 8,740,156 -3
android hermes armeabi-v7a 8,051,267 -2
android hermes x86 9,230,363 -2
android hermes x86_64 9,081,996 -3
android jsc arm64-v8a 9,302,094 -4
android jsc armeabi-v7a 8,490,790 -3
android jsc x86 9,363,375 -6
android jsc x86_64 9,619,124 -1

Base commit: d4f6cf1
Branch: main

philIip added a commit to philIip/react-native that referenced this pull request May 25, 2023
Summary:
Pull Request resolved: facebook#37568

Changelog: [Internal]

since bundleURL is constant throughout an app session, we should pass it in as a dependency from above. in the next diff, i'll get rid of `getBundleURL` from the react host's delegate.

Reviewed By: sammy-SC

Differential Revision: D45937855

fbshipit-source-id: 1cb19aca8f73ab29b3db0256c55442b4c2e65378
@philIip philIip force-pushed the export-D45937855 branch from 09a60ed to be522d9 Compare May 25, 2023 03:09
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D45937855

philIip added a commit to philIip/react-native that referenced this pull request May 25, 2023
Summary:
Pull Request resolved: facebook#37568

Changelog: [Internal]

since bundleURL is constant throughout an app session, we should pass it in as a dependency from above. in the next diff, i'll get rid of `getBundleURL` from the react host's delegate.

Reviewed By: sammy-SC

Differential Revision: D45937855

fbshipit-source-id: caed83b145d105c2b02a42ca6143083ae5899449
@philIip philIip force-pushed the export-D45937855 branch from be522d9 to 50dd7ae Compare May 25, 2023 03:17
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D45937855

philIip added a commit to philIip/react-native that referenced this pull request May 25, 2023
Summary:
Pull Request resolved: facebook#37568

Changelog: [Internal]

since bundleURL is constant throughout an app session, we should pass it in as a dependency from above. in the next diff, i'll get rid of `getBundleURL` from the react host's delegate.

Reviewed By: sammy-SC

Differential Revision: D45937855

fbshipit-source-id: bb088adf89e0e9d16b563f497f9c7833b647b690
@philIip philIip force-pushed the export-D45937855 branch from 50dd7ae to 275af53 Compare May 25, 2023 03:25
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D45937855

philIip added a commit to philIip/react-native that referenced this pull request May 25, 2023
Summary:
Pull Request resolved: facebook#37568

Changelog: [Internal]

since bundleURL is constant throughout an app session, we should pass it in as a dependency from above. in the next diff, i'll get rid of `getBundleURL` from the react host's delegate.

Reviewed By: sammy-SC

Differential Revision: D45937855

fbshipit-source-id: 77c23349c7ea4821bedcd6a58d761ef50e8158d2
@philIip philIip force-pushed the export-D45937855 branch from 275af53 to c32a070 Compare May 25, 2023 03:33
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D45937855

philIip added a commit to philIip/react-native that referenced this pull request May 25, 2023
Summary:
Pull Request resolved: facebook#37568

Changelog: [Internal]

since bundleURL is constant throughout an app session, we should pass it in as a dependency from above. in the next diff, i'll get rid of `getBundleURL` from the react host's delegate.

Reviewed By: sammy-SC

Differential Revision: D45937855

fbshipit-source-id: 0f1fe17550ea281bc1f13fb079d7a23fd370c438
@philIip philIip force-pushed the export-D45937855 branch from c32a070 to c361176 Compare May 25, 2023 03:42
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D45937855

philIip added a commit to philIip/react-native that referenced this pull request May 25, 2023
Summary:
Pull Request resolved: facebook#37568

Changelog: [Internal]

since bundleURL is constant throughout an app session, we should pass it in as a dependency from above. in the next diff, i'll get rid of `getBundleURL` from the react host's delegate.

Reviewed By: sammy-SC

Differential Revision: D45937855

fbshipit-source-id: 680df88af94fbbfbff2986d2f85affb25294ef37
@philIip philIip force-pushed the export-D45937855 branch from c361176 to 804090c Compare May 25, 2023 03:49
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D45937855

philIip added a commit to philIip/react-native that referenced this pull request May 25, 2023
Summary:
Pull Request resolved: facebook#37568

Changelog: [Internal]

since bundleURL is constant throughout an app session, we should pass it in as a dependency from above. in the next diff, i'll get rid of `getBundleURL` from the react host's delegate.

Reviewed By: sammy-SC

Differential Revision: D45937855

fbshipit-source-id: 24882f5bb829d35bc84b1c7158ff448f976b4944
@philIip philIip force-pushed the export-D45937855 branch from 804090c to b7e948c Compare May 25, 2023 05:37
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D45937855

philIip and others added 2 commits May 24, 2023 23:34
Differential Revision: D45937853

fbshipit-source-id: 0df39055ee8f75329376a28f414410548badd3ce
Summary:
Pull Request resolved: facebook#37568

Changelog: [Internal]

since bundleURL is constant throughout an app session, we should pass it in as a dependency from above. in the next diff, i'll get rid of `getBundleURL` from the react host's delegate.

Reviewed By: sammy-SC

Differential Revision: D45937855

fbshipit-source-id: 86c59a826d2121441f1fea55e857e264bfcbafb6
@philIip philIip force-pushed the export-D45937855 branch from b7e948c to bc399fa Compare May 25, 2023 06:36
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D45937855

@facebook-github-bot
Copy link
Contributor

This pull request has been merged in fb64bbf.

@facebook-github-bot facebook-github-bot added the Merged This PR has been merged. label May 25, 2023
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. fb-exported Merged This PR has been merged. p: Facebook Partner: Facebook Partner

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants