mirror of
https://github.com/stablyai/orca.git
synced 2026-09-22 16:02:32 +00:00
The oxlint 1.71 upgrade (#6841) autofixed these imports to the node: protocol, which Metro can't resolve in a React Native bundle, breaking the Android release build ("Unable to resolve module node:buffer"). Revert to the npm 'buffer' polyfill and disable prefer-node-protocol for the mobile package so the autofix can't reintroduce the regression. Co-authored-by: Orca <help@stably.ai>