mirror of
https://github.com/status-im/status-mobile.git
synced 2025-01-10 08:45:58 +00:00
8eb5047d7a
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>
8 lines
163 B
JavaScript
8 lines
163 B
JavaScript
const blacklist = require('metro').createBlacklist;
|
|
|
|
module.exports = {
|
|
getBlacklistRE: function() {
|
|
return blacklist([/desktop_files\/.*/]);
|
|
}
|
|
};
|