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/build process.
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.
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.