79513852

Date: 2025-03-17 07:28:12
Score: 1
Natty:
Report link

Add this line to your metro.config.js

config.resolver.assetExts.push("bin");

The config should look like:

const config = getDefaultConfig(__dirname);

config.resolver.assetExts.push("bin");

module.exports = config;

if you are using expo regenerate the metro.config.js :

npx expo customize metro.config.js
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Shiva Kumar Sahoo