| @mobile-reality/mdma-renderer-react-native | patch |
|---|---|
| @mobile-reality/mdma-runtime | patch |
| @mobile-reality/mdma-spec | patch |
Add main, module, and react-native entry fields (and a default export condition) alongside the existing exports map. These packages previously exposed only an exports map, so bundlers that don't opt into package exports resolution — notably Metro/Snackager (Expo Snack) — couldn't find an entry point and failed with "Can't resolve ''". The added fields make the packages resolvable in any React Native / Metro bundler without enabling unstable_enablePackageExports. Fully additive and backwards-compatible.