# Expo's preview tags advance React + React DOM independently of the rest of
# the dep tree, so transitive peerOptional `react-dom` resolves to a newer
# version than the root `react` pin. npm 7+ rejects this by default (ERESOLVE);
# bun installs it loose. Setting legacy-peer-deps mirrors bun's behavior and
# matches Expo's own template defaults. Drop this once the Expo SDK ships with
# react + react-dom aligned and EAS Build's npm version is happy with it.
legacy-peer-deps=true
