2
0
mirror of https://github.com/status-im/status-react.git synced 2025-01-13 12:36:11 +00:00
Eric Dvorsak 8eb5047d7a
[fix ] update react-native to 0.56
Fix figwheel-bridge path in clj-rn.conf.edn
update SplashScreen
update ios to 9.0
updated Podfile.lock
downgrade cocoapods to 1.5.2
update package-lock.json
update pod repo when installing
update appcompat to v27

Signed-off-by: Dmitry Novotochinov <dmitry.novot@gmail.com>
2018-09-05 21:27:46 +03:00

8 lines
163 B
JavaScript

const blacklist = require('metro').createBlacklist;
module.exports = {
getBlacklistRE: function() {
return blacklist([/desktop_files\/.*/]);
}
};