update basic sample to newest react-native version

This commit is contained in:
Laurin Quast
2018-08-01 00:09:01 +02:00
parent 685133ea48
commit 6b55d8a890
3 changed files with 184 additions and 8 deletions

View File

@@ -0,0 +1,7 @@
const blacklist = require('metro').createBlacklist;
module.exports = {
getBlacklistRE: function() {
return blacklist([/node_modules\/react-native-video\/examples\/.*/]);
}
};