Incremental adoption #523
-
Heyo team 👋 I’m currently exploring ways to achieve native build caching in our bare React Native project. Before discovering your React Native Enterprise Framework, I had started experimenting manually (fingerprinting, bundling, then replacing the JS bundle). A couple of questions came up while looking into RNEF / Rock:
Thanks for the amazing work, as always 👏 |
Beta Was this translation helpful? Give feedback.
Answered by
thymikee
Aug 25, 2025
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
bacarybruno
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
cliFile
in build.gradle andCLI_PATH
in Xcode project). To enable remote caching you'll need to userock
CLI. You can migrate gradually per platform if you like, keeping RNC CLI on Android and moving to Rock on iOS or vice-versa.npm create rock
we aim at few seconds migrations for most of the projects out there (excluding setting up remote cache for now)