v1.7.1
-
Naprawiono
Add the
react-nativecondition to the rootexportsentry so Metro resolves the TypeScript source instead of the dist bundles. Metro in React Native 0.84 enables package exports by default, and anexportsmap takes precedence over the top-levelreact-nativefield, so consumers were bundling both dist flavours (.mjs and .js) at once and needed per-appresolveRequestworkarounds.