1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-12-08 23:07:32 +02:00
Files
joplin/ReactNativeClient/rn-cli.config.js
2018-02-17 15:54:00 +00:00

8 lines
247 B
JavaScript

// Workaround for https://github.com/oblador/react-native-vector-icons/issues/627
const blacklist = require('metro/src/blacklist')
module.exports = {
getBlacklistRE () {
return blacklist([/react-native\/local-cli\/core\/__fixtures__.*/])
},
}