-
Notifications
You must be signed in to change notification settings - Fork 24.9k
pass in bundle url as a dependency of RCTHost #37568
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
Conversation
|
This pull request was exported from Phabricator. Differential Revision: D45937855 |
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
|
This pull request was exported from Phabricator. Differential Revision: D45937855 |
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
|
This pull request was exported from Phabricator. Differential Revision: D45937855 |
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
|
This pull request was exported from Phabricator. Differential Revision: D45937855 |
Base commit: d4f6cf1 |
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
|
This pull request was exported from Phabricator. Differential Revision: D45937855 |
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
|
This pull request was exported from Phabricator. Differential Revision: D45937855 |
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
|
This pull request was exported from Phabricator. Differential Revision: D45937855 |
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
|
This pull request was exported from Phabricator. Differential Revision: D45937855 |
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
|
This pull request was exported from Phabricator. Differential Revision: D45937855 |
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
|
This pull request was exported from Phabricator. Differential Revision: D45937855 |
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
|
This pull request was exported from Phabricator. Differential Revision: D45937855 |
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
|
This pull request was exported from Phabricator. Differential Revision: D45937855 |
|
This pull request has been merged in fb64bbf. |
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
getBundleURLfrom the react host's delegate.Reviewed By: sammy-SC
Differential Revision: D45937855