update example project and fix build errors
This commit is contained in:
7
examples/video-caching/rn-cli.config.js
Normal file
7
examples/video-caching/rn-cli.config.js
Normal file
@@ -0,0 +1,7 @@
|
||||
const blacklist = require('metro').createBlacklist;
|
||||
|
||||
module.exports = {
|
||||
getBlacklistRE: function() {
|
||||
return blacklist([/node_modules\/react-native-video\/examples\/.*/]);
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user