You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-12-08 23:07:32 +02:00
8 lines
247 B
JavaScript
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__.*/])
|
|
},
|
|
} |