-
Notifications
You must be signed in to change notification settings - Fork 32
[Feature request]: Expo plugins #576
Copy link
Copy link
Open
Labels
priority: p3Desirable enhancement or fix. May not be included in next release.Desirable enhancement or fix. May not be included in next release.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.
Metadata
Metadata
Assignees
Labels
priority: p3Desirable enhancement or fix. May not be included in next release.Desirable enhancement or fix. May not be included in next release.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.
Is there an existing issue for this?
Use case
In the current setup, we need to prebuild and modify the native code for each platform on every build.
Proposal
Introduce Expo plugins, which automatically modify the native source code during the
eas prebuild/buildprocess.This concept is called Continuous Native Generation, and it makes it a lot easier for the apps to use an automated build pipeline.
Yet, this doesn't affect a bare React Native setup at all.