Open neiker opened 5 years ago
Seems like a bug, somewhere over these lines.
Edit: Can't do it myself because I'm busy with school stuff, but anyone is welcome to PR and i'll publish the change.
@neiker @unimonkiez I have made a PR to fix this, but in the meantime you can patch it up with this using patch-release library.
index d51ac19..b3b15ca 100644
--- a/node_modules/react-native-asset/lib/index.js
+++ b/node_modules/react-native-asset/lib/index.js
@@ -137,6 +137,7 @@ const linkPlatform = ({
});
manifest.write(assets
+ .filter(filterFilesToIgnore)
.map(asset => Object.assign(
{},
asset, ```
Fixed in #30
Hi! This seems to now work on version
2.0.0
react-native.config.js
:ios/link-assets-manifest.json
:android/link-assets-manifest.json
: