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