forked from facebook/react-native
-
Notifications
You must be signed in to change notification settings - Fork 30
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
experimental: Setup sourceExts to resolve ios.visionos.js files #42
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
okwasniewski
force-pushed
the
main
branch
2 times, most recently
from
December 11, 2023 09:23
fa69f67
to
043f64b
Compare
okwasniewski
force-pushed
the
main
branch
2 times, most recently
from
December 14, 2023 06:29
8a90400
to
b829f7b
Compare
* fix: remove keyboard listerners and mark as unsupported * chore: replace warn with warnOnce
* [WIP] feat: make hermes build for visionOS * feat: point to callstack/hermes-visionos fork, update README * fix: remove USE_HERMES from project.pbxproj
* feat: add visionOS as separate target to fix iOS tests * fix: disable multiple windows support * feat: add visionOS App Icon * fix: creating Release build
* chore: disable some of upstream pipelines * tests: update snapshot for visionOS * chore: disable more jobs, fix isVisionOS * fix: Keyboard.js, adjust pipeline_selection.js * feat: run iOS tests every night
* Update README.md * fix: update README link * feat: add caution section * fix: bring back info about Hermes
thymikee
force-pushed
the
metro-explore-sourceexts
branch
from
January 10, 2024 14:22
db97ea4
to
8aea5f2
Compare
okwasniewski
force-pushed
the
main
branch
2 times, most recently
from
January 23, 2024 10:33
be33472
to
319f3a8
Compare
This PR is so behind it's not useful to keep it as a reference, let's reopen it when/if we get back to this topic |
Here is a solution for this problem by @douglowder: https://github.com/douglowder/metro-resolver-platform-variants/blob/main/README.md |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
This draft's intention is to show anyone interested in having platform extensions for visionOS on how to do it.
We can consider converting that to documentation (not sure where to put it though).
Changelog:
Test Plan: