Skip to content
This repository was archived by the owner on Jan 18, 2024. It is now read-only.

Added ability to skip platforms when ejecting #2988

Merged
merged 3 commits into from
Dec 4, 2020

Conversation

EvanBacon
Copy link
Contributor

@EvanBacon EvanBacon commented Dec 3, 2020

  • support managed projects in eas build by disabling certain platforms when ejecting
    • skips the bundle id or package name prompt
  • added --platform to expo eject to choose platforms (ios, android, all (like eas)).
    • tested that a project without a corresponding native folder can sync successfully
  • added platforms to mod compiler, this is used for skipping any mod on a particular platform.
    • third-party plugins that use a particular mod will automatically be compliant
    • missing native files won't be written or read

@EvanBacon EvanBacon added the enhancement New feature or request label Dec 3, 2020
@EvanBacon EvanBacon requested a review from brentvatne December 3, 2020 20:12
@EvanBacon EvanBacon marked this pull request as ready for review December 3, 2020 20:17
@EvanBacon EvanBacon merged commit d143ed3 into master Dec 4, 2020
@EvanBacon EvanBacon deleted the @evanbacon/eject/platform-skipping branch December 4, 2020 08:04
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants